search for: 17apr2005

Displaying 1 result from an estimated 1 matches for "17apr2005".

Did you mean: 17apr05
2005 Apr 17
0
Listener count in stream title
...rovement. thanks, Tris P.S. status2.xsl seems to have some bugs (use of old variable names), some of which I fixed in the attached patch. The patch shouldn't be needed to get the script to work, though. -------------- next part -------------- #!/usr/bin/perl -w # tristan+perl@ethereal.net 17apr2005 # public domain use strict; use URI::Escape; use LWP::UserAgent; my $mounts = '/.*'; my $user = 'source'; my $pass = 'changeme'; my $host = 'localhost:8000'; my $realm = 'Icecast2 Server'; my $maxclients = 100; my $ua = LWP::UserAgent->new; $ua->time...