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 /
plugins /
system /
jqueryeasy /
fields /
Delete
Unzip
Name
Size
Permission
Date
Action
themes
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
bootstrapselect.php
1.13
KB
-rwxr-xr-x
2026-06-10 18:30
bootstrapversion.php
1.95
KB
-rwxr-xr-x
2026-06-10 18:30
captionradio.php
3.91
KB
-rwxr-xr-x
2026-06-10 18:30
cdnlinks.php
3.5
KB
-rwxr-xr-x
2026-06-10 18:30
dynamicsingleselectjqe.php
7.07
KB
-rwxr-xr-x
2026-06-10 18:30
extensionauthor.php
1015
B
-rwxr-xr-x
2026-06-10 18:30
extensionconnect.php
1.37
KB
-rwxr-xr-x
2026-06-10 18:30
extensionlink.php
5.12
KB
-rwxr-xr-x
2026-06-10 18:30
extensiontranslators.php
1.19
KB
-rwxr-xr-x
2026-06-10 18:30
extensionversion.php
1.09
KB
-rwxr-xr-x
2026-06-10 18:30
index.html
44
B
-rwxr-xr-x
2026-06-10 18:30
jchoptimizetest.php
1.14
KB
-rwxr-xr-x
2026-06-10 18:30
jquerymobileversion.php
1.4
KB
-rwxr-xr-x
2026-06-10 18:30
jqueryselect.php
1.37
KB
-rwxr-xr-x
2026-06-10 18:30
jqueryuithemeselect.php
3.36
KB
-rwxr-xr-x
2026-06-10 18:30
jqueryuiversion.php
3.01
KB
-rwxr-xr-x
2026-06-10 18:30
jqueryversion.php
2.42
KB
-rwxr-xr-x
2026-06-10 18:30
link.php
1.83
KB
-rwxr-xr-x
2026-06-10 18:30
message.php
4.55
KB
-rwxr-xr-x
2026-06-10 18:30
migrateselect.php
1.71
KB
-rwxr-xr-x
2026-06-10 18:30
migrateversion.php
2.89
KB
-rwxr-xr-x
2026-06-10 18:30
mootoolsversion.php
1.35
KB
-rwxr-xr-x
2026-06-10 18:30
subtitle.php
2.01
KB
-rwxr-xr-x
2026-06-10 18:30
sywextensionpresencetest.php
5.1
KB
-rwxr-xr-x
2026-06-10 18:30
sywonlinehelp.php
1.99
KB
-rwxr-xr-x
2026-06-10 18:30
sywprefixedtext.php
2.55
KB
-rwxr-xr-x
2026-06-10 18:30
templates.php
1.3
KB
-rwxr-xr-x
2026-06-10 18:30
themes.php
817
B
-rwxr-xr-x
2026-06-10 18:30
title.php
2.52
KB
-rwxr-xr-x
2026-06-10 18:30
Save
Rename
<?php /** * @copyright Copyright (C) 2011 Simplify Your Web, Inc. All rights reserved. * @license GNU General Public License version 3 or later; see LICENSE.txt */ // no direct access defined( '_JEXEC' ) or die; jimport('joomla.filesystem.folder'); jimport('joomla.filesystem.file'); JFormHelper::loadFieldClass('dynamicsingleselectjqe'); class JFormFieldjQueryUIThemeSelect extends JFormFieldDynamicSingleSelectJQE { public $type = 'jQueryUIThemeSelect'; protected function getOptions() { $options = array(); $lang = JFactory::getLanguage(); $lang->load('plg_system_jqueryeasy.sys', JPATH_SITE); $path = '/plugins/system/jqueryeasy/fields/themes/images'; $options[] = array('none', JText::_('JNONE'), '', JURI::root(true).$path.'/none.png'); $options[] = array('custom', JText::_('PLG_SYSTEM_JQUERYEASY_VALUE_CUSTOMLOCAL'), '', JURI::root(true).$path.'/custom.png'); $options[] = array('base', 'Base', '', JURI::root(true).$path.'/base.png'); $options[] = array('black-tie', 'Black Tie', '', JURI::root(true).$path.'/black_tie.png'); $options[] = array('blitzer', 'Blitzer', '', JURI::root(true).$path.'/blitzer.png'); $options[] = array('cupertino', 'Cupertino', '', JURI::root(true).$path.'/cupertino.png'); $options[] = array('dark-hive', 'Dark Hive', '', JURI::root(true).$path.'/dark_hive.png'); $options[] = array('dot-luv', 'Dot Luv', '', JURI::root(true).$path.'/dot_luv.png'); $options[] = array('eggplant', 'Eggplant', '', JURI::root(true).$path.'/eggplant.png'); $options[] = array('excite-bike', 'Excite Bike', '', JURI::root(true).$path.'/excite_bike.png'); $options[] = array('flick', 'Flick', '', JURI::root(true).$path.'/flick.png'); $options[] = array('hot-sneaks', 'Hot Sneaks', '', JURI::root(true).$path.'/hot_sneaks.png'); $options[] = array('humanity', 'Humanity', '', JURI::root(true).$path.'/humanity.png'); $options[] = array('le-frog', 'Le Frog', '', JURI::root(true).$path.'/le_frog.png'); $options[] = array('mint-choc', 'Mint Choc', '', JURI::root(true).$path.'/mint_choco.png'); $options[] = array('overcast', 'Overcast', '', JURI::root(true).$path.'/overcast.png'); $options[] = array('pepper-grinder', 'Pepper Grinder', '', JURI::root(true).$path.'/pepper_grinder.png'); $options[] = array('redmond', 'Redmond', '', JURI::root(true).$path.'/windoze.png'); $options[] = array('smoothness', 'Smoothness', '', JURI::root(true).$path.'/smoothness.png'); $options[] = array('south-street', 'South Street', '', JURI::root(true).$path.'/south_street.png'); $options[] = array('start', 'Start', '', JURI::root(true).$path.'/start_menu.png'); $options[] = array('sunny', 'Sunny', '', JURI::root(true).$path.'/sunny.png'); $options[] = array('swanky-purse', 'Swanky Purse', '', JURI::root(true).$path.'/swanky_purse.png'); $options[] = array('trontastic', 'Trontastic', '', JURI::root(true).$path.'/trontastic.png'); $options[] = array('ui-darkness', 'UI Darkness', '', JURI::root(true).$path.'/ui_dark.png'); $options[] = array('ui-lightness', 'UI Lightness', '', JURI::root(true).$path.'/ui_light.png'); $options[] = array('vader', 'Vader', '', JURI::root(true).$path.'/black_matte.png'); return $options; } public function setup(SimpleXMLElement $element, $value, $group = null) { $return = parent::setup($element, $value, $group); if ($return) { $this->width = 95; $this->height = 95; } return $return; } } ?>