Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla4/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla4/files.zip

PK�9�[�����gantry5_nucleus/install.phpnu�[���<?php
/**
 * @package   Gantry 5
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2017 RocketTheme, LLC
 * @license   GNU/GPLv2 and later
 *
 * http://www.gnu.org/licenses/gpl-2.0.html
 */
defined('_JEXEC') or die;

/**
 * Gantry 5 Nucleus installer script.
 */
class Gantry5_NucleusInstallerScript
{
    public function uninstall($parent)
    {
        // Remove all Nucleus files manually as file installer only
uninstalls files.
        $manifest = $parent->getManifest();

        // Loop through all elements and get list of files and folders
        foreach ($manifest->fileset->files as $eFiles) {
            $target = (string) $eFiles->attributes()->target;
            $targetFolder = empty($target) ? JPATH_ROOT : JPATH_ROOT .
'/' . $target;

            // Check if all children exists
            if (count($eFiles->children()) > 0) {
                // Loop through all filenames elements
                foreach ($eFiles->children() as $eFileName) {
                    if ($eFileName->getName() == 'folder')
                    {
                        $folder = $targetFolder . '/' .
$eFileName;

                        $files = JFolder::files($folder, '.',
false, true);
                        foreach ($files as $name) {
                            JFile::delete($name);
                        }
                        $subFolders = JFolder::folders($folder,
'.', false, true);
                        foreach ($subFolders as $name) {
                            JFolder::delete($name);
                        }
                    }
                }
            }
        }

        return true;
    }
}
PK�9�[0!�l��gantry5_nucleus.xmlnu�[���<?xml
version="1.0" encoding="UTF-8"
standalone="no"?>
<extension version="3.4" type="file"
method="upgrade">
    <name>gantry5_nucleus</name>
    <version>5.4.37</version>
    <creationDate>January 25, 2021</creationDate>
    <author>RocketTheme, LLC</author>
    <authorEmail>support@rockettheme.com</authorEmail>
    <authorUrl>http://www.rockettheme.com</authorUrl>
    <copyright>(C) 2005 - 2019 RocketTheme, LLC. All rights
reserved.</copyright>
    <license>http://www.gnu.org/licenses/gpl-2.0.html
GNU/GPLv2</license>
    <description>GANTRY5_NUCLEUS_DESCRIPTION</description>

    <scriptfile>install.php</scriptfile>

    <fileset>
        <files target="media/gantry5/engines">
            <folder>nucleus</folder>
        </files>
    </fileset>
    <languages folder="language">
        <language
tag="en-GB">en-GB/en-GB.files_gantry5_nucleus.ini</language>
        <language
tag="en-GB">en-GB/en-GB.files_gantry5_nucleus.sys.ini</language>
    </languages>
</extension>
PK�9�[�׺��%INVOICEMANAGE-golchinonline-fa-IR.xmlnu�[���<?xml
version='1.0' encoding='UTF-8' ?>
<extension type='file' method='upgrade'
version='2.5'>
  <name>INVOICEMANAGE-golchinonline - fa-IR</name>
  <version>2018</version>
  <creationDate>2018</creationDate>
  <author>arman zare</author>
  <authorEmail>info2@golchinonline.ir</authorEmail>
  <authorUrl>http://www.golchinonline.ir</authorUrl>
  <copyright>2018 - 2019</copyright>
  <license>golchinonline 2018</license>
  <description>
    <![CDATA[<h2 style="text-align: center;">
	<strong>فارسی ساز کامپوننت صدور و مدیریت
فاکتور جوملا </strong></h2>
<h1 class="page-title" style="text-align:
center;">
	<strong>Invoice Manager</strong></h1>
<p style="text-align: center;">
	&nbsp;</p>
<h2 style="text-align: center;">
	<strong>کاری از گلچین آنلاین - مرجع
افزونه ها و قالب های جوملا
-www.Golchinonline.ir</strong></h2>
]]>
  </description>
  <fileset>
    <files folder='site' target='language/fa-IR'>
      <!-- xxx-none-xxx -->
      <filename>fa-IR.com_invoices.ini</filename>
    </files>
    <files folder='admin'
target='administrator/language/fa-IR'>
      <!-- xxx-none-xxx -->
      <filename>fa-IR.com_invoices.sys.ini</filename>
    </files>
  </fileset>
</extension>PK�9�[���
joomla.xmlnu�[���<?xml version="1.0"
encoding="UTF-8"?>
<extension version="3.6" type="file"
method="upgrade">
	<name>files_joomla</name>
	<author>Joomla! Project</author>
	<authorEmail>admin@joomla.org</authorEmail>
	<authorUrl>www.joomla.org</authorUrl>
	<copyright>(C) 2005 - 2020 Open Source Matters. All rights
reserved</copyright>
	<license>GNU General Public License version 2 or later; see
LICENSE.txt</license>
	<version>3.9.24</version>
	<creationDate>January 2021</creationDate>
	<description>FILES_JOOMLA_XML_DESCRIPTION</description>

	<scriptfile>administrator/components/com_admin/script.php</scriptfile>

	<update>
		<schemas>
			<schemapath
type="mysql">administrator/components/com_admin/sql/updates/mysql</schemapath>
			<schemapath
type="sqlsrv">administrator/components/com_admin/sql/updates/sqlazure</schemapath>
			<schemapath
type="sqlazure">administrator/components/com_admin/sql/updates/sqlazure</schemapath>
			<schemapath
type="postgresql">administrator/components/com_admin/sql/updates/postgresql</schemapath>
		</schemas>
	</update>

	<fileset>
		<files>
			<folder>administrator</folder>
			<folder>bin</folder>
			<folder>cache</folder>
			<folder>cli</folder>
			<folder>components</folder>
			<folder>images</folder>
			<folder>includes</folder>
			<folder>language</folder>
			<folder>layouts</folder>
			<folder>libraries</folder>
			<folder>media</folder>
			<folder>modules</folder>
			<folder>plugins</folder>
			<folder>templates</folder>
			<folder>tmp</folder>
			<file>htaccess.txt</file>
			<file>web.config.txt</file>
			<file>LICENSE.txt</file>
			<file>README.txt</file>
			<file>index.php</file>
		</files>
	</fileset>

	<updateservers>
		<server name="Joomla! Core"
type="collection">https://update.joomla.org/core/list.xml</server>
	</updateservers>
</extension>
PK�9�[�����gantry5_nucleus/install.phpnu�[���PK�9�[0!�l���gantry5_nucleus.xmlnu�[���PK�9�[�׺��%�
INVOICEMANAGE-golchinonline-fa-IR.xmlnu�[���PK�9�[���
4joomla.xmlnu�[���PK]r