AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.112
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/toulouse/modules/mod_djc2producers/tmpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/toulouse/modules/mod_djc2producers/tmpl/default.php
<?php
/**
 * @package DJ-Catalog2
 * @copyright Copyright (C) DJ-Extensions.com, All rights reserved.
 * @license http://www.gnu.org/licenses GNU/GPL
 * @author url: http://dj-extensions.com
 * @author email contact@dj-extensions.com
 */

defined ('_JEXEC') or die('Restricted access');

$mid = $module->id;

$task = ($params->get('type', '0') == '0') ? 'search' : 'producersearch';

?>
<div class="mod_djc2producers">
<form action="<?php echo JRoute::_('index.php'); ?>" method="post" name="producersForm_<?php echo $mid; ?>" id="producersForm_<?php echo $mid; ?>" >
	<input type="hidden" name="option" value="com_djcatalog2" />
	
	<?php if ($order) { ?>
	<input type="hidden" name="order" value="<?php echo $order; ?>" />
	<?php } ?>
	
	<?php if ($orderDir) {?>
	<input type="hidden" name="dir" value="<?php echo $orderDir; ?>" />
	<?php } ?>
	
	<input type="hidden" name="cid" value="<?php echo $cid; ?>" />
	<input type="hidden" name="task" value="<?php echo $task; ?>" />
    <?php
		$options = array();
		$options[] = Joomla\CMS\HTML\HTMLHelper::_('select.option', 0,JText::_('MOD_DJC2PRODUCERS_CHOOSE_PRODUCER') );
		foreach($producers as $producer){
			$options[] = Joomla\CMS\HTML\HTMLHelper::_('select.option', $producer['id'], $producer['name']);
			
		}

		echo Joomla\CMS\HTML\HTMLHelper::_('select.genericlist', $options, 'pid', 'class="input form-control form-select mod_djc2producers_list" onchange="producersForm_'.$mid.'.submit()"', 'value', 'text', $prod_id, 'mod_djc2producers_pid');
?>
<input type="submit" style="display: none;"/>
</form>
</div>

Anon7 - 2022
AnonSec Team