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 /
templates /
allerta /
html /
mod_search /
Delete
Unzip
Name
Size
Permission
Date
Action
default.php
1.76
KB
-rwxr-xr-x
2018-04-20 12:55
index.html
31
B
-rwxr-xr-x
2018-04-20 12:55
Save
Rename
<?php /** * @package Joomla.Site * @subpackage mod_search * * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; ?> <div class="search"> <form action="<?php echo JRoute::_('index.php');?>" method="post" class="form-inline"> <?php $output = '<input name="searchword" id="mod-search-searchword" maxlength="' . $maxlength . '" class="inputbox search-query" type="text" size="' . $width . '" value="' . $text . '" onblur="if (this.value==\'\') this.value=\'' . $text . '\';" onfocus="if (this.value==\'' . $text . '\') this.value=\'\';" />'; if ($button) : if ($imagebutton) : $button = ' <input type="image" value="' . $button_text . '" class="button' . $moduleclass_sfx.'" src="' . $img . '" onclick="this.form.searchword.focus();"/>'; else : $button = ' <button class="button' . $moduleclass_sfx . ' btn btn-primary" onclick="this.form.searchword.focus();">' . $button_text . '</button>'; endif; endif; switch ($button_pos) : case 'top' : $button = $button . '<br />'; $output = $button . $output; break; case 'bottom' : $button = '<br />' . $button; $output = $output . $button; break; case 'right' : $output = $output . $button; break; case 'left' : default : $output = $button . $output; break; endswitch; echo $output; ?> <input type="hidden" name="task" value="search" /> <input type="hidden" name="option" value="com_search" /> <input type="hidden" name="Itemid" value="<?php echo $mitemid; ?>" /> </form> </div>