AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.117
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/vesoul/components/com_djclassifieds/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/vesoul/components/com_djclassifieds/djclassifieds.php
<?php
/**
 * @package DJ-Classifieds
 * @copyright Copyright (C) DJ-Extensions.com, All rights reserved.
 * @license http://www.gnu.org/licenses GNU/GPL
 * @author url: http://dj-extensions.com
 * @author email contact@dj-extensions.com
 */

defined('_JEXEC') or die('Restricted access');

use Joomla\CMS\MVC\Controller\BaseController;
use Joomla\CMS\Plugin\PluginHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\Component\ComponentHelper;

require_once(JPATH_ROOT.'/administrator/components/com_djclassifieds/loader.php');
require_once(JPATH_ROOT.'/components/com_djclassifieds/view.php');
require_once(JPATH_ROOT.'/components/com_djclassifieds/controller.php');

$app = Factory::getApplication();
$document = Factory::getDocument();
$par = ComponentHelper::getParams('com_djclassifieds');

$view = $app->input->get('view', '');
$task = $app->input->get('task', '');

DJClassifiedsTheme::loadLanguage();

if(!$task){
	$app->triggerEvent('onBeforeDJClassifiedsFrontDisplay', array());

	if($par->get('notify_days_trigger','0')==2){
		DJClassifiedsNotify::notifyExpired($par->get('notify_expire_front_limit','5'));
		if($par->get('notify_prom_exp','0')){
			DJClassifiedsNotify::notifyPromotionsExpired($par->get('notify_expire_front_limit','5'));
		}
	}

	if($view != 'item' && $view != 'items'){
		DJClassifiedsTheme::includeCSSfiles();
	}
	DJClassifiedsTheme::includeMainScript();
	DJClassifiedsPayment::updatePromotions();
	if($par->get('auctions','0') || PluginHelper::isEnabled('djclassifieds', 'plans')){ // auctions might be enabled in plans
		DJClassifiedsAuction::updateAuctions();
	}
}

$path = JPATH_ROOT.'/components/com_djclassifieds/controllers/'.$view.'.php';
if($view && file_exists($path)){
	$c = 'DJClassifiedsController'.ucfirst($view);
	JLoader::register($c, $path);
	$controller = new $c();
}

if(empty($c) || (!empty($c) && $task && !method_exists($c, $task))){
	$controller = BaseController::getInstance('djclassifieds');
}

$controller->execute($task);
$controller->redirect();

Anon7 - 2022
AnonSec Team