File manager - Edit - /home/veronikagstoette/public_html/multitail.zip
Back
PK bD#]y�8ډ � convert-simple.plnu �[��� #!/usr/bin/perl # disable I/O buffering (this is essential) $| = 1; while(<>) { # add 'bla' in front of the string print "bla".$_; } PK bD#]��U� � convert-geoip.plnu �[��� #!/usr/bin/perl use Geo::IP; my $gi = Geo::IP->new(GEOIP_STANDARD); $| = 1; while(<>) { chomp($_); $country = $gi->country_code_by_addr($_); if ($country eq '') { $country = '?'; } print "$_ ($country)\n"; } PK bD#]y�8ډ � convert-simple.plnu �[��� PK bD#]��U� � � convert-geoip.plnu �[��� PK � �
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings