File manager - Edit - /home/veronikagstoette/public_html/multitail.tar
Back
convert-simple.pl 0000644 00000000211 15246230550 0010044 0 ustar 00 #!/usr/bin/perl # disable I/O buffering (this is essential) $| = 1; while(<>) { # add 'bla' in front of the string print "bla".$_; } convert-geoip.pl 0000644 00000000337 15246230550 0007667 0 ustar 00 #!/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"; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings