Hunter Black Hat SEO
Server:LiteSpeed
System:Linux altar25.supremepanel25.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User:flexnetw (3555)
PHP:7.2.34
Disabled:NONE
Upload Files
File: /home/flexnetw/public_html/old/riseandshine/modules/mod_czater/mod_czater.php
<?php
/**
* @version		$Id: mod_czater.php
* @package		Joomla
* @copyright	Copyright (C) 2011 mylivechat.com
* @license		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
* @Websites:     http://www.mylivechat.com
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

// no direct access
defined('_JEXEC') or die('Restricted access');

//$czaterId = $params->get('czaterId', '');
$czaterCode = $params->get('czaterCode', '');

$czaterAutoCompliteLogin = $params->get('czaterAutoCompliteLogin', '');
$czaterAutoCompliteEmail = $params->get('czaterAutoCompliteEmail', '');

require(JModuleHelper::getLayoutPath('mod_czater'));


?>