One Hat Cyber Team
Your IP:
216.73.216.75
Server IP:
213.186.33.17
Server:
Linux webm007.cluster106.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Create File
|
Create Folder
Execute
Dir :
~
/
home
/
tcherkas
/
russalka.fr
/
modules
/
mod_hot_maps
/
View File Name :
mod_hot_maps.php
<?php /*------------------------------------------------------------------------ # "Hot Maps" Joomla module # Copyright (C) 2011 HotThemes. All Rights Reserved. # License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only # Author: HotJoomlaTemplates.com # Website: http://www.hotjoomlatemplates.com -------------------------------------------------------------------------*/ // no direct access defined('_JEXEC') or die('Direct Access to this location is not allowed.'); // Path assignments $mosConfig_absolute_path = JPATH_SITE; $mosConfig_live_site = JURI :: base(); if(substr($mosConfig_live_site, -1)=="/") { $mosConfig_live_site = substr($mosConfig_live_site, 0, -1); } // get parameters from the module's configuration $module_width = $params->get('module_width','257'); $module_width_unit = $params->get('module_width_unit','px'); $module_height = $params->get('module_height','172'); $border = $params->get('border','none'); $address = $params->get('address',''); $keywords = explode(" ", $address); $keywords_number = count($keywords); $keywords_number_1 = $keywords_number - 1; $satellite = $params->get('satellite','1'); $link = $params->get('link','1'); $link_text = $params->get('link_text','View Larger Map'); $pre_text = $params->get('pre_text',''); $post_text = $params->get('post_text',''); require(JModuleHelper::getLayoutPath('mod_hot_maps'));