Displaying 2 results from an estimated 2 matches for "parsin".
Did you mean:
parsing
2004 Aug 06
3
get status.xml's variable using a php file
...i'm trying to get the variables from status.xml using php (based on the Shoutcast status file from casterclub.com)
here is my file
<?php
$ip = "xxx.yyy.zzz";
$port = "xxxx";
$password = "xxxx";
<p>////////////////start the parsin action\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
//opening socket
$fp = fsockopen("$ip", $port, &$errno, &$errstr, 30); //open connection
if(!$fp) {
$success=2; //set if no connection
//edit html to fit your stations site, this display is for offline status
echo "server is off...
2006 Jun 28
3
asterisk shutdown
...: [Jun 28 09:41:01] Executing last minute
cleanups
[Jun 28 09:41:01] VERBOSE[28368]: [Jun 28 09:41:01] Asterisk cleanly ending
(15).
[Jun 28 09:41:01] VERBOSE[28457]: [Jun 28 09:41:01] Asterisk Event Logger
Started /var/log/asterisk/event_log
[Jun 28 09:41:01] VERBOSE[28457]: [Jun 28 09:41:01] == Parsing
'/etc/asterisk/dnsmgr.conf': [Jun 28 09:41:01] VERBOSE[28457]: [Jun 28
09:41:01] == Parsin
g '/etc/asterisk/dnsmgr.conf': [Jun 28 09:41:01] Found
[Jun 28 09:41:01] NOTICE[28457]: Managed DNS entries will be refreshed every
1200 seconds.
[Jun 28 09:41:01] VERBOSE[28457]: [Jun 28 0...