From mboxrd@z Thu Jan 1 00:00:00 1970 From: Horace Michael To: development@lists.ipfire.org Subject: [[PATCH]] Guardian.cgi enhancements Date: Thu, 03 Nov 2016 01:16:05 +0200 Message-ID: <1478128565-27419-1-git-send-email-horace.michael@gmx.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4378402068197044328==" List-Id: --===============4378402068197044328== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 1. Detect for each IP the network it belongs and change background of that IP according to the network (Green, Red, Blue, Orange) 2. For each IP detect the country it belongs to and display country flag near IP Signed-off-by: Horace Michael --- html/cgi-bin/guardian.cgi | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/html/cgi-bin/guardian.cgi b/html/cgi-bin/guardian.cgi index 659325b093d2..b05d4f7f7bad 100755 --- a/html/cgi-bin/guardian.cgi +++ b/html/cgi-bin/guardian.cgi @@ -925,7 +925,6 @@ print < -
@@ -933,7 +932,6 @@ print < -
@@ -987,7 +985,6 @@ print < $Lang::tr{'ip address'}: - $Lang::tr{'remark'}: @@ -1046,22 +1043,10 @@ foreach my $blocked_host (@blocked_hosts) { } print ""; print " $blocked_host"; - if ( $fcode ne "" ){ print "3D'$ccode'";} else { print "$fcode";} - - - # <= img src=3D'/images/virustotal.ico' border=3D'0' /> - # - # - # - # - # - # - # - # print <
--=20 2.7.4 --===============4378402068197044328==--