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 /
modules /
mod_formmaker /
Delete
Unzip
Name
Size
Permission
Date
Action
helper.php
451.18
KB
-rwxr-xr-x
2018-04-20 12:55
index.html
47
B
-rwxr-xr-x
2018-04-20 12:55
mod_formmaker.php
606
B
-rwxr-xr-x
2018-04-20 12:55
mod_formmaker.xml
1.29
KB
-rwxr-xr-x
2018-04-20 12:55
Save
Rename
<?php /** * @package Form Maker Module * @author Web-Dorado * @copyright (C) 2011 Web-Dorado. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die('Restricted access'); defined( 'DS' ) or define('DS', DIRECTORY_SEPARATOR); require_once (dirname(__FILE__).DS.'helper.php'); if( !function_exists('_recaptcha_http_post') ) require_once JPATH_SITE.DS.'components'.DS.'com_formmaker'.DS.'recaptchalib.php'; $id=$params->get('id'); $modules = modFormmaker::load( $id ); echo $modules; // removes tags without matching module positions ?>