Файловый менеджер - Редактировать - /home/poliximo/public_html/home_/administrator/components/com_rsseo/uninstall.rsseo.php
Назад
<?php defined( '_JEXEC' ) or die( 'Restricted access' ); $status = new JObject(); $status->plugins = array(); // PLUGIN REMOVAL SECTION $plugins = &$this->manifest->getElementByPath('plugins'); if (is_a($plugins, 'JSimpleXMLElement') && count($plugins->children())) { foreach ($plugins->children() as $plugin) { $pname = $plugin->attributes('plugin'); $pgroup = $plugin->attributes('group'); // Set the installation path if (!empty($pname) && !empty($pgroup)) { $this->parent->setPath('extension_root', JPATH_ROOT.DS.'plugins'.DS.$pgroup); } else { $this->parent->abort(JText::_('Plugin').' '.JText::_('Uninstall').': '.JText::_('No plugin file specified')); return false; } // Database Processing Section $db = &JFactory::getDBO(); // Delete the plugins in the #__plugins table $query = 'DELETE FROM #__plugins WHERE element = '.$db->Quote($pname).' AND folder = '.$db->Quote($pgroup); $db->setQuery($query); if (!$db->query()) { JError::raiseWarning(100, JText::_('Plugin').' '.JText::_('Uninstall').': '.$db->stderr(true)); $retval = false; } //Filesystem Processing Section // Remove all necessary files $element = &$plugin->getElementByPath('files'); if (is_a($element, 'JSimpleXMLElement') && count($element->children())) { $this->parent->removeFiles($element, -1); } $element = &$plugin->getElementByPath('languages'); if (is_a($element, 'JSimpleXMLElement') && count($element->children())) { $this->parent->removeFiles($element, 1); } // If the folder is empty, let's delete it $files = JFolder::files($this->parent->getPath('extension_root')); if (!count($files)) { JFolder::delete($this->parent->getPath('extension_root')); } $status->plugins[] = array('name'=>$pname,'group'=>$pgroup); } } function com_uninstall() { echo "<strong>Joomla! RSSeo! 1.0.0 uninstalled</strong>"; } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.31 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка