Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^4: a perl, awstats and SHOUTCast history

by Anonymous Monk
on Apr 09, 2012 at 02:08 UTC ( [id://964063]=note: print w/replies, xml ) Need Help??


in reply to Re^3: a perl, awstats and SHOUTCast history
in thread a perl, awstats and SHOUTCast history

What? Community? How are you running awstats? What is the LogFormat?

See Re: a perl, awstats and SHOUTCast history and use

... $player = 'VLC' if $player =~ /VLC/i; $player = 'iTunes' if $player =~ /iTunes/i; ## generic, remove everything after first non word char ## hopefully only leaving something like iTunes $player =~ s/\W.*//; $player = uc $player; # uppercase it ...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://964063]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-19 07:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found