NexusLeads Webshell
NexusLeads


Server : LiteSpeed
System : Linux server 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64
User : alsaif ( 1057)
PHP Version : 7.4.33
Disable Function : show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/alsaif/public_html/administrator/components/com_falang/views/cpanel/tmpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/alsaif/public_html/administrator/components/com_falang/views/cpanel/tmpl/default_plugins.php
<?php
/**
 * @package     Falang for Joomla!
 * @author      Stéphane Bouey <stephane.bouey@faboba.com> - http://www.faboba.com
 * @license     GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 * @copyright   Copyright (C) 2010-2017. Faboba.com All rights reserved.
 */

// No direct access to this file
defined('_JEXEC') or die;

?>

<table class="adminlist  table table-striped">
	<?php $i = 0; ?>
    <tr>
        <th><?php echo JText::_('COM_FALANG_CPANEL_PLUGIN_NAME'); ?></th>
        <th><?php echo JText::_('COM_FALANG_CPANEL_CURRENT_VERSION'); ?></th>
        <th><?php echo JText::_('COM_FALANG_CPANEL_LATEST_VERSION'); ?></th>
        <th>&nbsp;</th>
    </tr>
	<?php foreach ($this->pluginsInfos as $plugin => $values) : ?>
        <tr id="row_<?php echo $plugin; ?>" class="row<?php echo $i % 2; ?>">
            <th width="180" align="left"><?php echo JText::_($values['title']); ?></th>
            <td width="180"><?php
				if ($values['installed'] == 0)
				{ ?>
					<?php if ($this->versionType != 'free')
					//version payate on affiche toujours le  lien
				{ ?>
                    <i class="fa fa-times fa-danger"></i>
                    - <a
                        href="http://www.faboba.com/index.php?option=com_ars&view=release&id=<?php echo $values['ars_id']; ?>"
                        target="_blank" alt="download"><?php echo JText::_('COM_FALANG_DOWNLOAD_PLUGIN_LINK'); ?></a>
				<?php }
				else
					//version gratuite on affiche le lien que pour les plugin gratuit
				{ ?>
					<?php if ($values['type'] == 'paid')
				{
					echo JText::_('COM_FALANG_ONLY_PAID');
				}
				else
				{ ?>
                    <i class="fa fa-times fa-danger"></i>
                    - <a
                        href="http://www.faboba.com/index.php?option=com_ars&view=release&id=<?php echo $values['ars_id']; ?>"
                        target="_blank" alt="download"><?php echo JText::_('COM_FALANG_DOWNLOAD_PLUGIN_LINK'); ?></a>

				<?php } ?>
				<?php } ?>
				<?php }
				else
				{
					if ($values['enabled'] == 1)
					{ ?>
                        <i class="fa fa-check fa-success"></i>
					<?php }
					else
					{ ?>
                        <i class="fa fa-times fa-danger"></i>
					<?php } ?>
                    <span class="version"><?php if (isset($values['version_local'])){echo $values['version_local'];}?> </span>
				<?php } ?>
            </td>
            <td width="100px">
                <span class="new_version"></span>
            </td>
            <td width="auto">
                <!-- display donwload link for installed extension if update exist -->
                <?php 	if ($values['installed'] == 1) { ?>
                     <span class="new_version_link" style="display: none">
                         <i class="fa fa-download" aria-hidden="true"></i>
                     <a href="http://www.faboba.com/index.php?option=com_ars&view=release&id=<?php echo $values['ars_id']; ?>"
                        target="_blank" alt="download"><?php echo JText::_('COM_FALANG_DOWNLOAD_PLUGIN_LINK_UPDATE'); ?></a>
                     </span>
                <?php } else { ?>
                    &nbsp;
                <?php } ?>
            </td>
        </tr>
		<?php $i++; ?>
	<?php endforeach; ?>


</table>

NexusLeads