This Gabcast Gabcast is a social broadcasting platform that offers virtual communities, individuals, and organizations an easy way to create and distribute audio content.

Visit www.gabcast.com for more info.
module allows you to:
End_Of_Delete; } $usage_list = framework_display_destination_usage(gabcast_getdest($xtn)); if (!empty($usage_list)) { ?> :
You must have a Gabcast account & channel to use this feature. Visit www.gabcast.com to sign up. It\'s a free service!'; } echo <<< End_Of_Html
Gabcast Channel Number:
Gabcast Channel Password:
Link to Extension/User Number:
{$player}
End_Of_Html; } function gabcast_sidebar($sel, $type, $iam) { echo "
\n"; echo "

"._("Gabcast Configuration")."

\n"; } function gabcast_player($chanid = false) { if ($chanid) { $title = _("

The latest episodes in channel #{$chanid}").":

"; $feed = "http://www.gabcast.com/casts/{$chanid}/rss/rss.xml"; } else { $title = _("

The latest episodes across all channels").":

"; $feed = "http://www.gabcast.com/casts/feeds/latest.xml"; } return $title.'

Feed URL: '.$feed.'
'; } ?>