|
RSS-functions v1.0 contains a
As you're aware, many people
RSS Feed is a stand alone
Current stats enabled are:
couple of functions which
now use feed readers to
PHP/MySQL based script which
Current song, last 5 songs,
give you the opportunity to
manage the gathering,
allows you to easily create
current listeners & the
open a RSS-feed and put the
viewing and updating of
unlimited amount of RSS
ability to add all xml stats
content to an array which
their favourite RSS feeds.
channels on any web site.
available in
can be used in your PHP-code
The most popular newsreaders
You can then add data items
shoutcast.
This script can
can make use of a unique
to any of the RSS channels
also act as api to perform
link and automatically add
at any time and your web
multiple
tasks.
your RSS Feed to your
site visitors can use your
visitor’s Newsreader. Just
channels links to read these
by clicking on this special
data items. When creating a
link the person visiting
new channel you can set
your site or blog could ‘add
different options - how many
you to favourites’ .Problem
items to publish, sort order
is a) you need to know how
for items, length of each
to set up these links and
item data.
far more importantly, b)
These special links are
different for each
newsreader which makes
setting up a wide selection
of newsreader links both
tedious and time consuming.
If you have multiple sites
it could take hours and
hours. The ‘Feed Reader
Links’ is designed to help
you to solve these problems.
Date: Aug, 25 2006 Date: Aug, 25 2006 Date: Aug, 23 2006 Date: Aug, 22 2006 |
|
The big part of programming
Steamstats is meant to be a
Icecast2 status is a php
SHOUTcast song is merely a
web applications is writing
api to the
xml stats from a
script to gather stats from
script for displaying the
a lot of code -
steamcast server
the icecast2 admin/stats.xml
current songs and past songs
time-consuming. Classes are
http://steamcast.com
Out of
page.
Added checks for
from your shoutcast server.
usefull to save time. This
the box there is an example
mount point status, gathers
Also displays bitrate. All
class is taking care of the
script you can use to get an
song info, stream type
stats are parsed via the xml
menu handling. The XML file
idea on how to custom
information etc...
interface of the shoutcast
is easy to create: Main
program your application web
server.
navigation and sub
views as well as
navigation differ only from
utilization
for various
the name of the node, the id
background tasks via cron.
of main and sub node must be
the same to assign to each
other. The menu class
handles how and when to open
and close the navigation
elements. The script
controls nine variables you
deliver according to your
environment and XML file by
adapting the PHP code in the
HTML file. The script is
made of two parts: In the
first part the class loops
through the XML file
counting all the values from
the main nodes and sets
text, Url and Id to access
the corresponding sub
elements. In part 2 there
are three parts: First we
read the id and set the
corresponding main elements
(if id is 2 we show only 2
main elements), second we
show all sub elements with
the same id and third we
show the rest of the
elements.
Date: Aug, 22 2006 Date: Aug, 21 2006 Date: Aug, 21 2006 Date: Aug, 21 2006 |