Файловый менеджер - Редактировать - /var/www/html/modules.zip
Ðазад
PK ! KG�� � O mod_jssupportticketlatestannouncement/mod_jssupportticketlatestannouncement.xmlnu �[��� <?xml version="1.0" encoding="utf-8"?> <extension type="module" version="3.0" client="site" method="upgrade"> <name>JS Support Ticket Latest Announcement</name> <author>Joom Sky</author> <creationDate>June 11, 2015</creationDate> <copyright>(C) 2010. All rights reserved.</copyright> <license>GNU/GPL</license> <authorEmail>ahmad@joomsky.com</authorEmail> <authorUrl>www.joomsky.com</authorUrl> <version>1.0.0</version> <description>Show Latest Announcement form JS Support Ticket database.</description> <config> <fields name="params"> <fieldset name="basic"> <field name="title" type="text" default="Announcement" label="Title" description="Title" /> <field name="showtitle" type="radio" default="1" label="Show Title" description="Show title for your Announcement module"> <option value="1">Show</option> <option value="0">Hide</option> </field> <field name="titlebackgroundcolor" type="color" default="#000000" label="Title Background Color" description="Change background color for title" /> <field name="titlecolor" type="color" default="#FFFFFF" label="Title Color" description="Change color of title" /> <field name="viewall" type="radio" default="1" label="Show View All Button" description="Show / hide view all button"> <option value="1">Show</option> <option value="0">Hide</option> </field> <field name="maxrecord" type="text" default="10" label="Max Record" description="Show maximum number of records" /> <field name="recordperrow" type="list" default="1" label="Records Per Row" description="Show number of records per row"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> </field> <field name="textoverflow" type="list" default="2" label="Text Overflow" description="Show text in one line and ellipsis if overflow or show in multilines"> <option value="1">Text Overflow</option> <option value="2">Text Ellipsis</option> </field> <field name="Itemid" type="text" default="" label="ItemID" description="ItemID for your module" /> <field name="moduleclass_sfx" type="text" label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL" description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" /> </fieldset> </fields> </config> <files> <filename module="mod_jssupportticketlatestannouncement">mod_jssupportticketlatestannouncement.php</filename> </files> <languages> <language tag="en-GB">en-GB.mod_jssupportticketlatestannouncement.ini</language> </languages> </extension> PK ! ~B� � � O mod_jssupportticketlatestannouncement/mod_jssupportticketlatestannouncement.phpnu �[��� <?php /** + Created by: Ahmad Bilal * Company: Buruj Solutions + Contact: www.burujsolutions.com , info@burujsolutions.com www.joomsky.com, ahmad@joomsky.com * Created on: Dec 2, 2009 ^ + Project: JS Jobs * File Name: module/hotjsjobs.php ^ * Description: Module for JS Jobs ^ * History: 1.0.2 - Nov 27, 2010 ^ */ defined('_JEXEC') or die('Restricted access'); $document = JFactory::getDocument(); $version = new JVersion; $joomla = $version->getShortVersion(); $jversion = substr($joomla,0,3); if($jversion < 3){ $document->addScript('components/com_jssupportticket/js/jquery.js'); JHtml::_('behavior.mootools'); }else{ JHtml::_('bootstrap.framework'); JHtml::_('jquery.framework'); } $document->addStyleSheet('components/com_jssupportticket/include/css/jssupportticketdefault.css'); $title = $params->get('title', 'JS Support Ticket Announcement'); $showtitle = $params->get('showtitle', 1); $titlebackgroundcolor = $params->get('titlebackgroundcolor', 1); $titlecolor = $params->get('titlecolor', 1); $viewall = $params->get('viewall', 1); $maxrecord = $params->get('maxrecord', 10); $recordperrow = $params->get('recordperrow', 1); $textoverflow = $params->get('textoverflow', 2); if($params->get('Itemid')) $itemid = $params->get('Itemid'); else $itemid = JFactory::getApplication()->input->get('Itemid'); $lang = JFactory::getLanguage(); $lang->load('com_jssupportticket', JPATH_ADMINISTRATOR, null, true); $moduleclass_sfx = $params->get('moduleclass_sfx'); $componentPath = JPATH_ADMINISTRATOR.'/components/com_jssupportticket/'; require_once $componentPath.'JSApplication.php'; require_once 'components/com_jssupportticket/include/css/color.php'; $content = JSSupportTicketModel::getJSModelForMP('moduleplugin')->getContentForMP($title,$showtitle,$titlebackgroundcolor,$titlecolor,1,$viewall,$maxrecord,$recordperrow,$textoverflow,$itemid,'announcement',$moduleclass_sfx); ?> PK ! ����� � ) mod_jd_thermometer/mod_jd_thermometer.xmlnu �[��� <?xml version="1.0" encoding="utf-8"?> <extension type="module" version="5.10.0" client="site" method="upgrade"> <name>Donation Thermometer</name> <author>Ossolution Team</author> <creationDate>Jan 2009</creationDate> <copyright>Ossolution Team</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <authorEmail>contact@joomservices.com</authorEmail> <authorUrl>www.joomdonation.com</authorUrl> <version>5.10.0</version> <description>This module is used to show Thermometer for campaigns in Joom Donation Extension</description> <files> <filename module="mod_jd_thermometer">index.html</filename> <filename module="mod_jd_thermometer">mod_jd_thermometer.php</filename> <filename module="mod_jd_thermometer">tmpl/default.php</filename> <filename module="mod_jd_thermometer">tmpl/index.html</filename> </files> <config> <fields name="params"> <fieldset name="basic"> <field name="moduleclass_sfx" type="text" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX"> </field> <field name="cids" type="text" label="Campaign Ids" description="Ids of campaigns you want to show in the module , comman separated. Forexample, you can enter 1,3 here . If you leave this textbox empty , all campaigns will be showed"></field> <field name="show_title" class="btn-group" type="radio" default="1" label="Show campaign title" description="Show title of the active campaign"> <option value="0">No</option> <option value="1">Yes</option> </field> <field name="show_donate_button" class="btn-group" type="radio" default="1" label="Show donate button" description=""> <option value="0">No</option> <option value="1">Yes</option> </field> <field name="currency" class="input-mini" type="text" label="Currency" default="$" description=""></field> <field name="item_id" type="text" class="input-mini" label="Itemid" description="ID of the menu item which you want to redirect to when users process donate button from this module. If you unsure, leave it empty"> </field> </fieldset> </fields> </config> </extension> PK ! T9��) ) ) mod_jd_thermometer/mod_jd_thermometer.phpnu �[��� <?php use Joomla\CMS\Uri\Uri; use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Helper\ModuleHelper; /** * @version 4.2 * @package Joomla * @subpackage Joom Donation * @author Tuan Pham Ngoc * @copyright Copyright (C) 2009 - 2016 Ossolution Team * @license GNU/GPL, see LICENSE.php */ // no direct access defined('_JEXEC') or die; error_reporting(E_ERROR | E_PARSE | E_COMPILE_ERROR | E_CORE_ERROR); if (!defined('PATH_IMAGES')) { define("PATH_IMAGES", Uri::root() . 'media/com_jdonation/assets/images'); } $document = Factory::getDocument(); require_once JPATH_ADMINISTRATOR . '/components/com_jdonation/loader.php'; DonationHelper::loadComponentCssForModules(); DonationHelper::loadLanguage(); $donorType = $params->get('donor_type', 0); $cids = $params->get('cids', ''); $showTitle = $params->get('show_title', 'none'); $color = $params->get('color', 'therm.jpg'); $showButton = $params->get('show_donate_button', 1); $model = OSFModel::getInstance('Campaigns', 'DonationModel', array('option' => 'com_jdonation', 'ignore_request' => true, 'remember_states' => false, 'table_prefix' => '#__jd_', 'class_prefix' => 'Donation')); if ($cids) { $model->cids($cids); } $rows = $model->getData(); $itemId = (int) $params->get('item_id'); if (!$itemId) { $itemId = DonationHelper::getItemid(); } $config = DonationHelper::getConfig(); $thousands_sep = $config->thousands_sep; if($thousands_sep == "") { $thousands_sep = ","; } if ($config->load_twitter_bootstrap) { DonationHelper::loadBootstrap(); } HTMLHelper::_('script', DonationHelper::getSiteUrl() . '/media/com_jdonation/assets/js/noconflict.js', false, false); require (ModuleHelper::getLayoutPath('mod_jd_thermometer', 'default')); ?> PK ! �#o, , mod_jd_thermometer/index.htmlnu �[��� <html><body bgcolor="#FFFFFF"></body></html>PK ! ��q+ + "