Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
vnsm /
templates /
allerta /
Delete
Unzip
Name
Size
Permission
Date
Action
admin
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
bootstrap
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
css
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
html
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
images
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
js
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
component.php
1.29
KB
-rwxr-xr-x
2018-04-20 12:55
error.php
2.28
KB
-rwxr-xr-x
2018-04-20 12:55
favicon.ico
1.12
KB
-rwxr-xr-x
2018-04-20 12:55
functions.php
2.03
KB
-rwxr-xr-x
2018-04-20 12:55
index.html
44
B
-rwxr-xr-x
2018-04-20 12:55
index.php
12.16
KB
-rwxr-xr-x
2018-04-20 12:55
license.txt
349
B
-rwxr-xr-x
2018-04-20 12:55
offline.php
3.78
KB
-rwxr-xr-x
2018-04-20 12:55
params.ini
51
B
-rwxr-xr-x
2018-04-20 12:55
slideshow.php
6.23
KB
-rwxr-xr-x
2018-04-20 12:55
social.php
764
B
-rwxr-xr-x
2018-04-20 12:55
templateDetails.xml
24.76
KB
-rwxr-xr-x
2018-04-20 12:55
template_thumbnail.jpg
83.96
KB
-rwxr-xr-x
2018-04-20 12:55
Save
Rename
<?php /******************************************************************************************* Allerta Joomla! 3 Responsive Template - March 2015 Package tpl-allerta-j3.zip Version 1.0 @copyright Copyright (C) 2015 JooThemes.net http://joothemes.net *******************************************************************************************/ defined( '_JEXEC' ) or die( 'Restricted access' ); $jquery = $this->params->get('jquery'); $scrolltop = $this->params->get('scrolltop'); $superfish = $this->params->get('superfish'); $logo = $this->params->get('logo'); $logotype = $this->params->get('logotype'); $sitetitle = $this->params->get('sitetitle'); $sitedesc = $this->params->get('sitedesc'); $menuid = $this->params->get('menuid'); $animation = $this->params->get('animation'); $backgroundVariation = $this->params->get('backgroundVariation'); $analyticsCode = $this->params->get('analyticsCode'); $googleFont = $this->params->get('googleFont'); $googleFontWeight = $this->params->get('googleFontWeight'); $googleFontCharacter = $this->params->get('googleFontCharacter'); $app = JFactory::getApplication(); $doc = JFactory::getDocument(); $templateparams = $app->getTemplate(true)->params; $menu = $app->getMenu(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <jdoc:include type="head" /> <?php include "functions.php"; ?> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0;"> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/styles.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> <!-- Google Font --> <link href='http://fonts.googleapis.com/css?family=<?php echo $this->params->get('googleFont');?>:<?php echo $this->params->get('googleFontWeight');?>&subset=<?php echo $this->params->get('googleFontCharacter');?>' rel='stylesheet' type='text/css' /> <?php require("admin/params.php"); ?> <?php if ($jquery == 'yes' ) : ?> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.noconflict.js"></script> <?php endif; ?> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.matchHeight-min.js"></script> <script type="text/javascript"> jQuery(document).ready(function() { jQuery('#user1 .module, #user2 .module').matchHeight(); }); </script> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/bootstrap/css/bootstrap.min.css" type="text/css" /> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/bootstrap/js/bootstrap.min.js"></script> <?php if ($scrolltop == 'yes' ) : ?><script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/scrolltopcontrol.js"></script><?php endif; ?> <?php if ($superfish == 'yes' ) : ?> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/hoverIntent.min.js"></script> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/superfish.js"></script> <script type="text/javascript"> jQuery(window).bind('resize load',function(){ if( jQuery(this).width() > 799 ){ jQuery('#nav ul.menu').addClass('sf-js-enabled'); jQuery('#nav ul.menu').superfish({ pathLevels : 4, delay : 300, animation : {opacity:'show',height:'show',width:'hide'}, speed : 'fast', autoArrows : true, dropShadows : false }); } else { jQuery('#nav ul.menu').removeClass('sf-js-enabled'); }}); </script> <?php endif; ?> <script type="text/javascript"> jQuery(document).ready(function($){ $('#nav-w').prepend('<a id="menu-icon">Menu</a>'); $("#menu-icon").on("click", function(){ $("#nav").slideToggle(500,"linear"); $(this).toggleClass("active"); }); }); </script> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.tinyTips.js"></script> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/tools.js"></script> </head> <body class="background <?php echo $this->params->get('backgroundVariation'); ?>"> <div id="scroll-top"></div> <div id="topmininav-w"> <div id="topmininav"> <?php include "social.php"; ?> <jdoc:include type="modules" name="topmininav" /> </div> </div> <div id="header-w"> <div id="header" class="row-fluid"> <?php if ($logotype == 'image' ) : ?> <?php if ($logo != null ) : ?> <div class="logo"><a href="<?php echo $this->baseurl ?>"><img class="allertalogo" src="<?php echo $this->baseurl ?>/<?php echo htmlspecialchars($logo); ?>" alt="<?php echo htmlspecialchars($templateparams->get('sitetitle'));?>" /></a></div> <?php else : ?> <div class="logo"><a href="<?php echo $this->baseurl ?>/"><img class="allertalogo" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/images/logo.png" border="0" alt="<?php echo htmlspecialchars($templateparams->get('sitetitle'));?>"></a></div> <?php endif; ?><?php endif; ?> <?php if ($logotype == 'text' ) : ?> <div class="logo text"><a href="<?php echo $this->baseurl ?>"><span><?php echo htmlspecialchars($sitetitle);?></span> <?php if ($sitedesc !== '' ) : ?> <span class="sitedescription"><?php echo htmlspecialchars($sitedesc);?></span> <?php endif; ?> </a></div> <?php endif; ?> <?php if ($this->countModules('menu')) : ?> <div id="nav-w"> <div id="nav"> <jdoc:include type="modules" name="menu" style="none" /> </div> </div> <?php endif; ?> </div> </div> <?php if ($this->countModules('slideshow')) : ?> <div id="tfj-slide-wrap"> <div id="tfj-slide"> <jdoc:include type="modules" name="slideshow" style="none"/> </div> <div class="clr"></div> </div> <?php endif; ?> <?php if (is_array($menuid) && !is_null($menu->getActive()) && in_array($menu->getActive()->id, $menuid, false)) { ?> <div id="slide-wrap"> <?php include "slideshow.php"; ?> </div> <?php } ?> <?php if ($menu->getActive() !== $menu->getDefault()) { ?> <div id="breadcrumb-w"> <jdoc:include type="modules" name="breadcrumbs" style="none" /> </div> <?php } ?> <div id="main"> <div id="wrapper-w"><div id="wrapper"> <div id="comp-w"> <?php if ($menu->getActive() == $menu->getDefault()) { ?> <?php if ($this->countModules('user1')) : ?> <div id="user1w"><div id="user1" class="row-fluid"> <jdoc:include type="modules" name="user1" style="ajgrid" grid="<?php echo $user1_width; ?>" /> <div class="clr"></div> </div></div> <?php endif; ?> <?php } ?> <?php if ($this->countModules('user2')) : ?> <div id="user2w"><div id="user2" class="row-fluid"> <jdoc:include type="modules" name="user2" style="ajgrid" grid="<?php echo $user2_width; ?>" /> <div class="clr"></div> </div></div> <?php endif; ?> <div class="row-fluid"> <?php if ($this->countModules('left')) : ?> <div id="leftbar-w" class="span3 pull-left"> <div id="sidebar"> <jdoc:include type="modules" name="left" style="ajgrid" /> </div> </div> <?php endif; ?> <div id="comp" class="span<?php echo $compwidth ?>"> <div id="comp-i"> <jdoc:include type="message" /> <jdoc:include type="component" /> <div class="clr"></div> </div> </div> <?php if ($this->countModules('right')) : ?> <div id="rightbar-w" class="span3 pull-right"> <div id="sidebar"> <jdoc:include type="modules" name="right" style="ajgrid" /> </div> </div> <?php endif; ?> </div> <div class="clr"></div> <?php if ($this->countModules('user4')) : ?> <div id="user4w"> <div id="user4" class="row-fluid"> <jdoc:include type="modules" name="user4" style="ajgrid" grid="<?php echo $user4_width; ?>" /> <div class="clr"></div> </div> </div> <?php endif; ?> </div> <div class="clr"></div> </div></div> </div> <?php if ($this->countModules('usermap')) : ?> <div id="usermap_wrapper"> <div id="usermap" class="row-fluid"> <jdoc:include type="modules" name="usermap" style="ajgrid" grid="<?php echo $usermap_width; ?>" /> <div class="clr"></div> </div> </div> <?php endif; ?> <?php if ($this->countModules('bottomgallery')) : ?> <div id="bottomgallery_wrapper"> <div id="bottomgallery" class="row-fluid"> <jdoc:include type="modules" name="bottomgallery" style="ajgrid" grid="<?php echo $bottomgallery_width; ?>" /> <div class="clr"></div> </div> </div> <?php endif; ?> <div id="bottom_wrapper"> <?php if ($this->countModules('user5 or user6')) : ?> <div id="user56"> <?php if ($this->countModules('user5')) : ?> <div id="user5w"> <div id="user5" class="row-fluid"> <jdoc:include type="modules" name="user5" style="ajgrid" grid="<?php echo $user5_width; ?>" /> <div class="clr"></div> </div> </div> <?php endif; ?> <?php if ($this->countModules('user6')) : ?> <div id="user6w"> <div id="user6" class="row-fluid"> <jdoc:include type="modules" name="user6" style="ajgrid" grid="<?php echo $user6_width; ?>" /> <div class="clr"></div> </div> </div> <?php endif; ?> </div> <?php endif; ?> </div> <div id="footer-w"><div id="footer"> <?php if ($this->countModules('footermenu')) : ?> <jdoc:include type="modules" name="footermenu"/> <?php endif; ?> <div class="copyright">Copyright © <?php echo (date("Y")); ?> <?php $config = new JConfig(); echo $config->sitename; ?> <br /> Design and theme by JooThemes.net - <a href="http://joothemes.net/" target="_blank" title="Joomla Themes">Joomla Templates Free</a></div> <div class="clr"></div> </div></div> <jdoc:include type="modules" name="debug" style="none" /> <?php // Google Analytics Tracking Code if($analyticsCode) {echo '<script type="text/javascript">'; echo $analyticsCode; echo '</script>';}?> </body> </html>