Файловый менеджер - Редактировать - /home/wuectly/www/03cbe/install.zip
Назад
PK M�!]�f$� � mysql/icagenda.install.sqlnu &1i� -- -- iCagenda: Install Database `icagenda` -- -- -------------------------------------------------------- -- -- Table structure for table `#__icagenda` -- CREATE TABLE IF NOT EXISTS `#__icagenda` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `version` varchar(255) DEFAULT NULL, `releasedate` varchar(255) DEFAULT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8; -- -- Dumping data for table `#__icagenda` -- INSERT IGNORE INTO `#__icagenda` (`id`, `version`, `releasedate`, `params`) VALUES (3,'3.5.12','2015-10-12',''); -- -------------------------------------------------------- -- -- Table structure for table `#__icagenda_category` -- CREATE TABLE IF NOT EXISTS `#__icagenda_category` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '1', `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `color` varchar(255) NOT NULL, `desc` text(65535) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT COLLATE=utf8_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `#__icagenda_events` -- CREATE TABLE IF NOT EXISTS `#__icagenda_events` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '1', `approval` int(11) NOT NULL DEFAULT '0', `site_itemid` int(10) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `access` int(10) unsigned NOT NULL DEFAULT '0', `language` CHAR(7) NOT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) NOT NULL, `created_by_email` varchar(100) NOT NULL, `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `username` varchar(255) NOT NULL, `catid` int(11) NOT NULL, `image` varchar(255) NOT NULL, `file` varchar(255) NOT NULL, `displaytime` int(10) NOT NULL DEFAULT '1', `weekdays` varchar(255) NOT NULL, `daystime` varchar(255) NOT NULL, `startdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `enddate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `period` text(65535) NOT NULL, `dates` text(65535) NOT NULL, `next` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `time` varchar(255) NOT NULL, `place` varchar(255) NOT NULL, `website` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `phone` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `city` varchar(255) NOT NULL, `country` varchar(255) NOT NULL, `address` varchar(255) NOT NULL, `coordinate` varchar(255) NOT NULL, `lat` float( 20, 16 ) NOT NULL, `lng` FLOAT( 20, 16 ) NOT NULL, `shortdesc` text NOT NULL, `desc` text(65535) NOT NULL , `metadesc` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT COLLATE=utf8_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `#__icagenda_registration` -- CREATE TABLE IF NOT EXISTS `#__icagenda_registration` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '1', `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `userid` int(11) NOT NULL, `itemid` int(11) NOT NULL, `eventid` int(11) NOT NULL, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `phone` varchar(255) NOT NULL, `date` text(65535) NOT NULL, `period` tinyint(1) NOT NULL DEFAULT '0', `people` int(2) NOT NULL, `notes` text(65535) NOT NULL , `params` text NOT NULL , `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT COLLATE=utf8_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `#__icagenda_customfields` -- CREATE TABLE IF NOT EXISTS `#__icagenda_customfields` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '1', `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `description` mediumtext NOT NULL, `parent_form` int(11) NOT NULL DEFAULT '0', `type` varchar(255) NOT NULL, `options` mediumtext, `default` varchar(255) NOT NULL, `required` tinyint(3) NOT NULL DEFAULT '0', `language` varchar(10) NOT NULL DEFAULT '*', `params` mediumtext, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) NOT NULL DEFAULT '', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=0 DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__icagenda_customfields_data` -- CREATE TABLE IF NOT EXISTS `#__icagenda_customfields_data` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `state` tinyint(1) NOT NULL DEFAULT '1', `slug` varchar(255) NOT NULL, `parent_form` int(11) NOT NULL DEFAULT '0', `parent_id` int(11) NOT NULL DEFAULT '0', `value` varchar(255) NOT NULL, `language` varchar(10) NOT NULL DEFAULT '*', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=0 DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `#__icagenda_feature` -- CREATE TABLE IF NOT EXISTS `#__icagenda_feature` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '1', `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `desc` mediumtext NOT NULL, `icon` varchar(255) NOT NULL, `icon_alt` varchar(255) NOT NULL, `show_filter` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT COLLATE=utf8_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `#__icagenda_feature_xref` -- CREATE TABLE IF NOT EXISTS `#__icagenda_feature_xref` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `event_id` int(11) NOT NULL, `feature_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT COLLATE=utf8_general_ci; PK ��!]�>�>� � tmpl/default.phpnu &1i� <?php /** * @package Joomla.Administrator * @subpackage com_installer * * @copyright (C) 2006 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; // MooTools is loaded for B/C for extensions generating JavaScript in their install scripts, this call will be removed at 4.0 JHtml::_('behavior.framework', true); JHtml::_('bootstrap.tooltip'); JFactory::getDocument()->addScriptDeclaration( ' Joomla.submitbutton4 = function() { var form = document.getElementById("adminForm"); // do field validation if (form.install_url.value == "" || form.install_url.value == "http://" || form.install_url.value == "https://") { alert("' . JText::_('COM_INSTALLER_MSG_INSTALL_ENTER_A_URL', true) . '"); } else { JoomlaInstaller.showLoading(); form.installtype.value = "url"; form.submit(); } }; Joomla.submitbuttonInstallWebInstaller = function() { var form = document.getElementById("adminForm"); form.install_url.value = "https://appscdn.joomla.org/webapps/jedapps/webinstaller.xml"; Joomla.submitbutton4(); }; // Add spindle-wheel for installations: jQuery(document).ready(function($) { var outerDiv = $("#installer-install"); JoomlaInstaller.getLoadingOverlay() .css("top", outerDiv.position().top - $(window).scrollTop()) .css("left", "0") .css("width", "100%") .css("height", "100%") .css("display", "none") .css("margin-top", "-10px"); }); var JoomlaInstaller = { getLoadingOverlay: function () { return jQuery("#loading"); }, showLoading: function () { this.getLoadingOverlay().css("display", "block"); }, hideLoading: function () { this.getLoadingOverlay().css("display", "none"); } }; ' ); JFactory::getDocument()->addStyleDeclaration( ' #loading { background: rgba(255, 255, 255, .8) url(\'' . JHtml::_('image', 'jui/ajax-loader.gif', '', null, true, true) . '\') 50% 15% no-repeat; position: fixed; opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80); filter: alpha(opacity = 80); overflow: hidden; } ' ); ?> <script type="text/javascript"> // Set the first tab to active if there is no other active tab jQuery(document).ready(function($) { var hasTab = function(href){ return $('a[data-toggle="tab"]a[href*="' + href + '"]').length; }; if (!hasTab(localStorage.getItem('tab-href'))) { var tabAnchor = $("#myTabTabs li:first a"); window.localStorage.setItem('tab-href', tabAnchor.attr('href')); tabAnchor.click(); } }); </script> <div id="installer-install" class="clearfix"> <form enctype="multipart/form-data" action="<?php echo JRoute::_('index.php?option=com_installer&view=install'); ?>" method="post" name="adminForm" id="adminForm" class="form-horizontal"> <?php if (!empty($this->sidebar)) : ?> <div id="j-sidebar-container" class="span2"> <?php echo $this->sidebar; ?> </div> <div id="j-main-container" class="span10"> <?php else : ?> <div id="j-main-container"> <?php endif; ?> <!-- Render messages set by extension install scripts here --> <?php if ($this->showMessage) : ?> <?php echo $this->loadTemplate('message'); ?> <?php elseif ($this->showJedAndWebInstaller) : ?> <div class="alert alert-info j-jed-message" style="margin-bottom: 40px; line-height: 2em; color:#333333;"> <?php echo JHtml::_( 'link', JRoute::_('index.php?option=com_config&view=component&component=com_installer&path=&return=' . urlencode(base64_encode(JUri::getInstance()))), '<span class="element-invisible">' . str_replace('"', '"', JText::_('COM_INSTALLER_SHOW_JED_INFORMATION_TOOLTIP')) . '</span>', 'class="alert-options hasTooltip icon-options" data-dismiss="alert" title="' . str_replace('"', '"', JText::_('COM_INSTALLER_SHOW_JED_INFORMATION_TOOLTIP')) . '"' ); ?> <p><?php echo JText::_('COM_INSTALLER_INSTALL_FROM_WEB_INFO'); ?> <?php echo JText::_('COM_INSTALLER_INSTALL_FROM_WEB_TOS'); ?></p> <input class="btn" type="button" value="<?php echo JText::_('COM_INSTALLER_INSTALL_FROM_WEB_ADD_TAB'); ?>" onclick="Joomla.submitbuttonInstallWebInstaller()"/> </div> <?php endif; ?> <?php echo JHtml::_('bootstrap.startTabSet', 'myTab'); ?> <?php // Show installation tabs at the start ?> <?php $firstTab = JEventDispatcher::getInstance()->trigger('onInstallerViewBeforeFirstTab', array()); ?> <?php // Show installation tabs ?> <?php $tabs = JEventDispatcher::getInstance()->trigger('onInstallerAddInstallationTab', array()); ?> <?php foreach ($tabs as $tab) : ?> <?php echo JHtml::_('bootstrap.addTab', 'myTab', $tab['name'], $tab['label']); ?> <fieldset class="uploadform"> <?php echo $tab['content']; ?> </fieldset> <?php echo JHtml::_('bootstrap.endTab'); ?> <?php endforeach; ?> <?php // Show installation tabs at the end ?> <?php $lastTab = JEventDispatcher::getInstance()->trigger('onInstallerViewAfterLastTab', array()); ?> <?php $tabs = array_merge($firstTab, $tabs, $lastTab); ?> <?php if (!$tabs) : ?> <?php JFactory::getApplication()->enqueueMessage(JText::_('COM_INSTALLER_NO_INSTALLATION_PLUGINS_FOUND'), 'warning'); ?> <?php endif; ?> <?php if ($this->ftp) : ?> <?php echo JHtml::_('bootstrap.addTab', 'myTab', 'ftp', JText::_('COM_INSTALLER_MSG_DESCFTPTITLE')); ?> <?php echo $this->loadTemplate('ftp'); ?> <?php echo JHtml::_('bootstrap.endTab'); ?> <?php endif; ?> <input type="hidden" name="installtype" value=""/> <input type="hidden" name="task" value="install.install"/> <?php echo JHtml::_('form.token'); ?> <?php echo JHtml::_('bootstrap.endTabSet'); ?> </div> </form> </div> <div id="loading"></div> PK ��!](od� � tmpl/default.xmlnu &1i� <?xml version="1.0" encoding="utf-8"?> <metadata> <layout title="COM_INSTALLER_INSTALL_VIEW_DEFAULT_TITLE"> <message> <![CDATA[COM_INSTALLER_INSTALL_VIEW_DEFAULT_DESC]]> </message> </layout> </metadata> PK ��!]��5� � view.html.phpnu &1i� <?php /** * @package Joomla.Administrator * @subpackage com_installer * * @copyright (C) 2006 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; JLoader::register('InstallerViewDefault', dirname(__DIR__) . '/default/view.php'); /** * Extension Manager Install View * * @since 1.5 */ class InstallerViewInstall extends InstallerViewDefault { /** * Display the view * * @param string $tpl Template * * @return void * * @since 1.5 */ public function display($tpl = null) { if (!JFactory::getUser()->authorise('core.admin')) { throw new JAccessExceptionNotallowed(JText::_('JERROR_ALERTNOAUTHOR'), 403); } $paths = new stdClass; $paths->first = ''; $state = $this->get('state'); $this->paths = &$paths; $this->state = &$state; $this->showJedAndWebInstaller = JComponentHelper::getParams('com_installer')->get('show_jed_info', 1); JPluginHelper::importPlugin('installer'); $dispatcher = JEventDispatcher::getInstance(); $dispatcher->trigger('onInstallerBeforeDisplay', array(&$this->showJedAndWebInstaller, $this)); parent::display($tpl); } /** * Add the page title and toolbar. * * @return void * * @since 1.6 */ protected function addToolbar() { parent::addToolbar(); JToolbarHelper::help('JHELP_EXTENSIONS_EXTENSION_MANAGER_INSTALL'); } } PK T"]��jt t install.utf8.sqlnu &1i� CREATE TABLE IF NOT EXISTS `#__xmap_sitemap` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) DEFAULT NULL, `alias` varchar(255) DEFAULT NULL, `introtext` text DEFAULT NULL, `metadesc` text DEFAULT NULL, `metakey` text DEFAULT NULL, `attribs` text DEFAULT NULL, `selections` text DEFAULT NULL, `excluded_items` text DEFAULT NULL, `is_default` int(1) DEFAULT 0, `state` int(2) DEFAULT NULL, `access` int DEFAULT NULL, `created` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `count_xml` int(11) DEFAULT NULL, `count_html` int(11) DEFAULT NULL, `views_xml` int(11) DEFAULT NULL, `views_html` int(11) DEFAULT NULL, `lastvisit_xml` int(11) DEFAULT NULL, `lastvisit_html` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `#__xmap_items` ( `uid` varchar(100) NOT NULL, `itemid` int(11) NOT NULL, `view` varchar(10) NOT NULL, `sitemap_id` int(11) NOT NULL, `properties` varchar(300) DEFAULT NULL, PRIMARY KEY (`uid`,`itemid`,`view`,`sitemap_id`), KEY `uid` (`uid`,`itemid`), KEY `view` (`view`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8PK T"]0k�9 9 uninstall.utf8.sqlnu &1i� drop table `#__xmap_items`; drop table `#__xmap_sitemap`;PK T"]�:�{9 9 uninstall.postgresql.sqlnu &1i� drop table "#__xmap_items"; drop table "#__xmap_sitemap";PK T"]+X1�� � install.postgresql.sqlnu &1i� CREATE TABLE "#__xmap_sitemap" ( "id" serial NOT NULL, "title" character varying(255) DEFAULT NULL, "alias" character varying(255) DEFAULT NULL, "introtext" text DEFAULT NULL, "metadesc" text DEFAULT NULL, "metakey" text DEFAULT NULL, "attribs" text DEFAULT NULL, "selections" text DEFAULT NULL, "excluded_items" text DEFAULT NULL, "is_default" integer DEFAULT 0, "state" integer DEFAULT NULL, "access" integer DEFAULT NULL, "created" timestamp without time zone DEFAULT '1970-01-01 00:00:00' NOT NULL, "count_xml" integer DEFAULT NULL, "count_html" integer DEFAULT NULL, "views_xml" integer DEFAULT NULL, "views_html" integer DEFAULT NULL, "lastvisit_xml" integer DEFAULT NULL, "lastvisit_html" integer DEFAULT NULL, PRIMARY KEY ("id") ); CREATE TABLE "#__xmap_items" ( "uid" character varying(100) NOT NULL, "itemid" integer NOT NULL, "view" character varying(10) NOT NULL, "sitemap_id" integer NOT NULL, "properties" varchar(300) DEFAULT NULL, PRIMARY KEY ("uid","itemid","view","sitemap_id") ); CREATE INDEX "#__xmap_items_idx_uid" on "#__xmap_items" ("uid", "itemid"); CREATE INDEX "#__xmap_items_idx_view" on "#__xmap_items" ("view"); PK T"]�6� index.htmlnu &1i� <!DOCTYPE html><title></title>PK M�!]�f$� � mysql/icagenda.install.sqlnu &1i� PK ��!]�>�>� � tmpl/default.phpnu &1i� PK ��!](od� � N3 tmpl/default.xmlnu &1i� PK ��!]��5� � b4 view.html.phpnu &1i� PK T"]��jt t J: install.utf8.sqlnu &1i� PK T"]0k�9 9 �>