From professional translators, enterprises, web pages and freely available translation repositories.
install the remove ip module on your server
Установите на своём сервере модуль удаления ip (remove ip).
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
#!perl $logfile="debug-20120420-2257.log"; $skypename="skypetestuser1"; open(rd,$logfile); open(wr,">_ip_logger.txt"); while(){ chomp; $line=$_; if( ($line=~ /presencemanager:/) and ($line=~ /noticing/) ){ $line=~ /-r(\d+.\d+.\d+.\d+)/; $ip=$1; print wr $line."\n"; print wr "ip: $ip\n"; if ($line=~ /$skypename/){ print $line."\n"; print "${skypename} ip: $ip\n"; }; }; }; close(rd); close(wr);
#!perl $logfile="debug-20120420-2257.log"; $skypename="skypetestuser1"; open(rd,$logfile); open(wr,">_ip_logger.txt"); while(){ chomp; $line=$_; if( ($line=~ /presencemanager:/) and ($line=~ /noticing/) ){ $line=~ /-r(\d+.\d+.\d+.\d+)/; $ip=$1; print wr $line."\n"; print wr "ip: $ip\n"; if ($line=~ /$skypename/){ print $line."\n"; print "${skypename} ip: $ip\n"; }; }; }; close(rd); close(wr);
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
Some human translations with low relevance have been hidden.
Show low-relevance results.