Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/modules/mod_vertical_menu/params/offlajndashboard/offlajndashboard.php
Назад
<?php /** * mod_vertical_menu - Vertical Menu * * @author Balint Polgarfi * @copyright 2014-2019 Offlajn.com * @license https://gnu.org/licenses/gpl-2.0.html * @link https://offlajn.com */ ?><?php defined('_JEXEC') or die('Restricted access'); error_reporting(E_WARNING); if (!JPluginHelper::isEnabled('system', 'offlajnparams')) return JFactory::getApplication()->enqueueMessage( 'Please enable "Offlajn Params" plugin <a href="index.php?option=com_plugins&filter_search=offlajn">here</a>!<br>If it is missing please reinstall the extension.', 'error'); if (!JPluginHelper::isEnabled('system', 'dojoloader')) return JFactory::getApplication()->enqueueMessage( 'Please enable "Dojo Loader" plugin <a href="index.php?option=com_plugins&filter_search=offlajn">here</a>!<br>If it is missing please reinstall the extension.', 'error'); if (!isset($_REQUEST['offlajnformrenderer']) && (!isset(${'_SESSION'}['offlajnurl']) || !isset(${'_SESSION'}['offlajnurl'][$_SERVER['REQUEST_URI']]))) { ${'_SESSION'}['offlajnurl'][$_SERVER['REQUEST_URI']] = true; } if (!isset($_REQUEST['offlajnformrenderer'])) { //Load jQuery $document = JFactory::getDocument(); if (version_compare(JVERSION, '3.0.0', 'l')) { $document->addScript('https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js'); } else JHtml::_('jquery.framework'); $document->addCustomTag(' <script type="text/javascript"> (function($) { function visible(con) {return eval(con.replace(/\$(\w+)/g, \'(document.querySelector("input[id$=$1]")||{}).value\'))} window.init_conditions = function(e) { var dur = e ? 300 : 0; $(".panelform").each(function(i, tab) { var c, blue = 0; $(tab).find("li:not(.hide)").each(function(j, li) { var $li = $(li); c = $li.data("if"); if (c && conditions[c] && !visible(conditions[c])) return $li.toggleClass("blue").css("minHeight", 0).slideUp(dur); $li.find(".offlajncombinefieldcontainer").each(function(j, comb) { var $comb = $(comb); c = $comb.data("if"); if (c && conditions[c]) $comb[visible(conditions[c]) ? "show" : "hide"](dur); }); $li[++blue % 2 ? "addClass" : "removeClass"]("blue").slideDown(dur); }); }); }; $(document).on("change.check", "[data-check]", init_conditions); //$(document).on("click.check", "#jform_showtitle input", init_conditions); $(document).on("keyup.check", "input[type=text]", function(e) { if (e.keyCode == 13 || e.which == 13) e.currentTarget.blur(); }); })(jQuery); </script> '); } jimport( 'joomla.form.helper' ); jimport( 'joomla.form.formfield' ); jimport( 'joomla.filesystem.folder' ); call_user_func(function_exists('offlajn_jimport') ? 'offlajn_jimport' : 'offlajnjimport', 'joomla.utilities.simplexml'); @ini_set('memory_limit','260M'); // Check to ensure this file is within the rest of the framework defined('JPATH_BASE') or die(); define("OFFLAJNADMINPARAMPATH", dirname(__FILE__).'/..'); ${'_SESSION'}['OFFLAJNADMINPARAMPATH'] = OFFLAJNADMINPARAMPATH; if(version_compare(JVERSION,'1.6.0','ge')) JFormHelper::addFieldPath(JFolder::folders(OFFLAJNADMINPARAMPATH, '.', false, true)); //else if(isset($this)) $this->addElementPath(JFolder::folders(OFFLAJNADMINPARAMPATH, '.', false, true)); include_once(dirname(__FILE__).'/library/fakeElementBase.php'); include_once(dirname(__FILE__).'/library/parameter.php'); include_once(dirname(__FILE__).'/library/flatArray.php'); include_once(dirname(__FILE__).'/library/JsStack.php'); class JElementOfflajnDashboard extends JOfflajnFakeElementBase { var $_name = 'OfflajnDashboard'; var $attr; function loadDashboard(){ $logoUrl = JURI::base(true).'/../modules/'.$this->_moduleName.'/params/offlajndashboard/images/dashboard-offlajn.png'; $supportTicketUrl = JURI::base(true).'/../modules/'.$this->_moduleName.'/params/offlajndashboard/images/support-ticket-button.png'; $supportUsUrl = JURI::base(true).'/../modules/'.$this->_moduleName.'/params/offlajndashboard/images/support-us-button.png'; global $offlajnDashboard; ob_start(); include('offlajndashboard.tmpl.php'); $offlajnDashboard = ob_get_contents(); ob_end_clean(); } function universalfetchElement($name, $value, &$node){ define("OFFLAJNADMIN", "1"); $this->loadFiles(); $this->loadFiles('legacy', 'offlajndashboard'); $j17 = 0; if(version_compare(JVERSION,'1.6.0','ge')) $j17 = 1; $style = ""; $cookie = JRequest::get('cookie'); $opened_ids = json_decode(stripslashes(@$cookie[$this->_moduleName."lastState"])); if ($opened_ids){ foreach ( $opened_ids as $id) { $style.= '#content-box #'.$id.' div.content{' . 'opacity: 1;' . 'height: 100%;' . '}'; } } $document =& JFactory::getDocument(); $document->addStyleDeclaration( $style ); DojoLoader::r('dojo.uacss'); DojoLoader::addScript(' var offlajnParams = new OfflajnParams({ joomla17 : '.$j17.', moduleName : "'.$this->_moduleName.'" }); '); $lang =& JFactory::getLanguage(); $lang->load($this->_moduleName, dirname(__FILE__).'/../..'); $xml = dirname(__FILE__).'/../../'.$this->_moduleName.'.xml'; if(!file_exists($xml)){ $xml = dirname(__FILE__).'/../../install.xml'; if(!file_exists($xml)){ return; } } if(version_compare(JVERSION,'3.0','ge')){ $xmlo = JFactory::getXML($xml); $xmld = $xmlo; }else{ jimport( 'joomla.utilities.simplexml' ); $xmlo = JFactory::getXMLParser('Simple'); $xmlo->loadFile($xml); $xmld = $xmlo->document; } if (!isset($_REQUEST['offlajnformrenderer'])) { // add conditions $cons = ''; if (isset($xmld->conditions)) foreach ($xmld->conditions as $conditions) { if (isset($conditions->condition)) foreach ($conditions->condition as $c) { if (get_class($c) == 'JXMLElement') $cons .= "conditions['{$c['name']}'] = \"{$c[0]}\";\n"; else $cons .= "conditions['{$c->attributes('name')}'] = \"{$c->data()}\";\n"; } } if ($cons) DojoLoader::addScript("window.conditions = {};\n" . $cons . "init_conditions();"); } if(isset($xmld->hash) && (string)$xmld->hash){ if(version_compare(JVERSION,'3.0','ge')){ $hash = (string)$xmld->hash[0]; }else $hash = (string)$xmld->hash[0]->data(); } $this->attr = $node->attributes(); $ver = version_compare(JVERSION,'3.0','ge') ? (string)$xmld->version : $xmld->version[0]->data(); $ehash = isset($hash) ? strtr(call_user_func('base'.'64_encode', $hash), '+/=', '-_,') : ''; $this->generalInfo = '<script>jQuery.post(location.href+"&task=offlajninfo&v='.$ver.'", "hash='.$ehash.'", function(r) {jQuery(".column.left .box-content").html(r)})</script>'; $this->relatedNews = '<script>jQuery.get(location.href+"&task=offlajnnews&tag='.@$this->attr['blogtags'].'", function(r) {jQuery(".column.mid .box-content").html(r)})</script>'; $this->loadDashboard(); if(!version_compare(JVERSION,'1.6.0','ge')){ preg_match('/(.*)\[([a-zA-Z0-9]*)\]$/', $name, $out); @$control = $out[1]; $x = file_get_contents($xml); preg_match('/<fieldset.*?>(.*)<\/fieldset>/ms', $x, $out); $params = str_replace(array('<field', '</field'),array('<param','</param'),$out[0]); $n = new JSimpleXML(); $n->loadString($params); $attrs = $n->document->attributes(); if(($_REQUEST['option'] == 'com_modules') || ($_REQUEST['option'] == 'com_advancedmodules')){ $n->document->removeChild($n->document->param[0]); $params = new OfflajnJParameter(''); $params->setXML($n->document); $params->_raw = & $this->_parent->_raw; $params->bind($this->_parent->_raw); echo $params->render($control); } } if(!isset($hash) || $hash == '') return; return ""; } } if(version_compare(JVERSION,'1.6.0','ge')) { class JFormFieldOfflajnDashboard extends JElementOfflajnDashboard {} } if (!function_exists('json_encode')){ function json_encode($a=false){ if (is_null($a)) return 'null'; if ($a === false) return 'false'; if ($a === true) return 'true'; if (is_scalar($a)){ if (is_float($a)){ // Always use "." for floats. return floatval(str_replace(",", ".", strval($a))); } if (is_string($a)) { static $jsonReplaces = array(array("\\", "/", "\n", "\t", "\r", "\b", "\f", '"'), array('\\\\', '\\/', '\\n', '\\t', '\\r', '\\b', '\\f', '\"')); return '"' . str_replace($jsonReplaces[0], $jsonReplaces[1], $a) . '"'; } else return $a; } $isList = true; for ($i = 0, reset($a); $i < count($a); $i++, next($a)){ if (key($a) !== $i){ $isList = false; break; } } $result = array(); if ($isList){ foreach ($a as $v) $result[] = json_encode($v); return '[' . join(',', $result) . ']'; }else{ foreach ($a as $k => $v) $result[] = json_encode($k).':'.json_encode($v); return '{' . join(',', $result) . '}'; } } } if (!function_exists('json_decode')) { function json_decode($json) { $comment = false; $out = '$x='; for ($i=0; $i<strlen($json); $i++) { if (!$comment) { if (($json[$i] == '{') || ($json[$i] == '[')) { $out .= 'array('; } elseif (($json[$i] == '}') || ($json[$i] == ']')) { $out .= ')'; } elseif ($json[$i] == ':') { $out .= '=>'; } elseif ($json[$i] == ',') { $out .= ','; } elseif ($json[$i] == '"') { $out .= '"'; } /*elseif (!preg_match('/\s/', $json[$i])) { return null; }*/ } else $out .= $json[$i] == '$' ? '\$' : $json[$i]; if ($json[$i] == '"' && $json[($i-1)] != '\\') $comment = !$comment; } eval($out. ';'); return $x; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка