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 /
libraries /
aridocsviewer /
Delete
Unzip
Name
Size
Permission
Date
Action
Aridocsviewer
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
index.html
31
B
-rwxr-xr-x
2018-04-20 12:55
loader.php
571
B
-rwxr-xr-x
2018-04-20 12:55
Save
Rename
<?php /* * * @package ARI Libraries * @author ARI Soft * @copyright Copyright (c) 2016 www.ari-soft.com. All rights reserved * @license GNU/GPL (http://www.gnu.org/copyleft/gpl.html) * */ defined('_JEXEC') or die; define('ARIDOCSVIEWER_VERSION', '2.1.0'); $sysLibPath = dirname(__FILE__) . '/../arisoft/loader.php'; if (!file_exists($sysLibPath)) JFactory::getApplication()->enqueueMessage('ARI Docs Viewer: "ARI Soft" library is not installed.', 'warning'); else require_once $sysLibPath; JLoader::registerNamespace('Aridocsviewer', dirname(__FILE__));