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 :  /Old Sites/eadsa/modules/mod_fisheye_menu/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Old Sites/eadsa/modules/mod_fisheye_menu/mod_fisheye_menu.php
<?php

// FishEye Menu Module 
// By Andy Sikumbang 
// http://www.templateplazza.com
// Based on jquery(http://www.jquery.com) and interface element (http://interface.eyecon.ro)
// Copyright (C) 2007 TemplatePlazza.com
// License http://www.gnu.org/copyleft/gpl.html GNU/GPL


/** ensure this file is being included by a parent file */
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

$fmenu_align 		= $params->get( 'fmenu_align' );
$fmenu_itemwidth 		= $params->get( 'fmenu_itemwidth' );
$fmenu_itemmaxwidth 		= $params->get( 'fmenu_itemmaxwidth' );
$fmenu_proximity 		= $params->get( 'fmenu_proximity' );
$txtcolor		= $params->get( 'txtcolor' );
$fontsize		= $params->get( 'fontsize' );

$menu_status1 	= $params->get( 'menu_status1' );
$menu_img1 		= $params->get( 'menu_img1' );
$menu_url1 		= $params->get( 'menu_url1' );
$menu_txt1 		= $params->get( 'menu_txt1' );

$menu_status2 	= $params->get( 'menu_status2' );
$menu_img2		= $params->get( 'menu_img2' );
$menu_url2 		= $params->get( 'menu_url2' );
$menu_txt2 		= $params->get( 'menu_txt2' );

$menu_status3 	= $params->get( 'menu_status3' );
$menu_img3		= $params->get( 'menu_img3' );
$menu_url3 		= $params->get( 'menu_url3' );
$menu_txt3 		= $params->get( 'menu_txt3' );

$menu_status4 	= $params->get( 'menu_status4' );
$menu_img4		= $params->get( 'menu_img4' );
$menu_url4 		= $params->get( 'menu_url4' );
$menu_txt4 		= $params->get( 'menu_txt4' );

$menu_status5 	= $params->get( 'menu_status5' );
$menu_img5		= $params->get( 'menu_img5' );
$menu_url5 		= $params->get( 'menu_url5' );
$menu_txt5 		= $params->get( 'menu_txt5' );

$menu_status6 	= $params->get( 'menu_status6' );
$menu_img6		= $params->get( 'menu_img6' );
$menu_url6 		= $params->get( 'menu_url6' );
$menu_txt6 		= $params->get( 'menu_txt6' );

$menu_status7 	= $params->get( 'menu_status7' );
$menu_img7		= $params->get( 'menu_img7' );
$menu_url7 		= $params->get( 'menu_url7' );
$menu_txt7 		= $params->get( 'menu_txt7' );


?>
<!-- FishEye Menu by http://www.templateplazza.com -->
<div id="fisheye" class="fisheye">
		<div  class="fisheyeContainter">
		<?php if ($menu_status1==1) { ?>
			<a href="<?php echo $menu_url1 ?>" class="fisheyeItem">
				<img alt="" style="behavior: url('modules/fisheye_menu/png.htc');" src="modules/fisheye_menu/images/<?php echo $menu_img1 ?>" width="30"/>
				<span style="display: none;color:<?php echo $txtcolor ?>;font-size:<?php echo $fontsize ?>;"><?php echo $menu_txt1 ?></span>
			</a>
			<?php } else { ?>
			<?php } ?>
			
			<?php if ($menu_status2==1) { ?>
			<a href="<?php echo $menu_url2 ?>" class="fisheyeItem">
				<img alt="" style="behavior: url('modules/fisheye_menu/png.htc');" src="modules/fisheye_menu/images/<?php echo $menu_img2 ?>" width="30"/>
				<span style="display: none;color:<?php echo $txtcolor ?>;font-size:<?php echo $fontsize ?>;"><?php echo $menu_txt2 ?></span>
			</a>
			<?php } else { ?>
			<?php } ?>
			
			<?php if ($menu_status3==1) { ?>
			<a href="<?php echo $menu_url3 ?>" class="fisheyeItem">
				<img alt="" style="behavior: url('modules/fisheye_menu/png.htc');" src="modules/fisheye_menu/images/<?php echo $menu_img3 ?>" width="30"/>
				<span style="display: none;color:<?php echo $txtcolor ?>;font-size:<?php echo $fontsize ?>;"><?php echo $menu_txt3 ?></span>
			</a>
			<?php } else { ?>
			<?php } ?>
			
			<?php if ($menu_status4==1) { ?>
			<a href="<?php echo $menu_url4 ?>" class="fisheyeItem">
				<img alt="" style="behavior: url('modules/fisheye_menu/png.htc');" src="modules/fisheye_menu/images/<?php echo $menu_img4 ?>" width="30"/>
				<span style="display: none;color:<?php echo $txtcolor ?>;font-size:<?php echo $fontsize ?>;"><?php echo $menu_txt4 ?></span>
			</a>
			<?php } else { ?>
			<?php } ?>
			
			<?php if ($menu_status5==1) { ?>
			<a href="<?php echo $menu_url5 ?>" class="fisheyeItem">
				<img alt="" style="behavior: url('modules/fisheye_menu/png.htc');" src="modules/fisheye_menu/images/<?php echo $menu_img5 ?>" width="30"/>
				<span style="display: none;color:<?php echo $txtcolor ?>;font-size:<?php echo $fontsize ?>;"><?php echo $menu_txt5 ?></span>
			</a>
			<?php } else { ?>
			<?php } ?>
			
			<?php if ($menu_status6==1) { ?>
			<a href="<?php echo $menu_url6 ?>" class="fisheyeItem">
				<img alt="" style="behavior:url('modules/fisheye_menu/png.htc');" src="modules/fisheye_menu/images/<?php echo $menu_img6 ?>" width="30"/>
				<span style="display: none;color:<?php echo $txtcolor ?>;font-size:<?php echo $fontsize ?>;"><?php echo $menu_txt6 ?></span>
			</a>
			<?php } else { ?>
			<?php } ?>
			
			<?php if ($menu_status7==1) { ?>
			<a href="<?php echo $menu_url7 ?>" class="fisheyeItem">
				<img alt="" style="behavior:url('modules/fisheye_menu/png.htc');" src="modules/fisheye_menu/images/<?php echo $menu_img7 ?>" width="30"/>
				<span style="display: none;color:<?php echo $txtcolor ?>;font-size:<?php echo $fontsize ?>;"><?php echo $menu_txt7 ?></span>
			</a>
			<?php } else { ?>
			<?php } ?>
			
			<script type="text/javascript">
	
			$(document).ready(
				function()
				{
					$('#fisheye').Fisheye(
						{
						maxWidth: <?php echo $fmenu_itemmaxwidth ?>,
						items: 'a',
						itemsText: 'span',
						container: '.fisheyeContainter',
						itemWidth: <?php echo $fmenu_itemwidth ?>,
						proximity: <?php echo $fmenu_proximity ?>,
						alignment : 'left',
						halign : '<?php echo $fmenu_align ?>'
						}
					)
				}
			);

		</script>
		</div>
</div>


Youez - 2016 - github.com/yon3zu
LinuXploit