/*
+-------------------------------------------------+
| Joomla WebcamXP Component for Joomla 1.5
| jwebcamxp.php
+-------------------------------------------------+
| Description:
| Component used in conjunction with WebcamXP
| (http://www.webcamxp.com) which will stream
| the output straight into your site. It
| also allows a chat session to be started.
|
| Author:
| Jooglar (jwebcamxp@jooglar.com)
| http://jooglar.com
|
| Based on WebcamXP Component for Joomla 1.0.x & Mambo 4.5.x
| Andy Stewart (andy@troozers.com)
| http://www.troozers.com
|
| License:
| Released under GNU/GPL License
| http://www.gnu.org/copyleft/gpl.html
|
| Version:
| 1.0 ( March 2008)
|
+-------------------------------------------------+
*/
defined('_JEXEC') or die('Restricted access');
jimport('joomla.application.helper');
require_once( JApplicationHelper::getPath( 'html' ) );
switch($task)
{
default:
showCam( $option );
break;
}
function showCam( $option )
{
require_once("components/".$option."/settings.php" );
HTML_jwebcamxp::showCam( $option, $params_jwebcamxp );
if($params_jwebcamxp["cam_chat"])
HTML_jwebcamxp::showChat( $option, $params_jwebcamxp );
HTML_jwebcamxp::showCredits( $option );
}
?>
Images on this site may not be used without the express permission of Road Runner Racing and Cale Funderburk.
|
|