uawdijnntqw1x1x1
IP : 216.73.216.54
Hostname : neogeopocket.gameplayer.club
Kernel : Linux neogeopocket.gameplayer.club 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
html
/
1da44
/
..
/
modules
/
mod_invite_anywhere
/
mod_invite_anywhere.php
/
/
<?php /** * @version SVN: <svn_id> * @package Invitex * @author Techjoomla <extensions@techjoomla.com> * @copyright Copyright (c) 2009-2018 TechJoomla. All rights reserved. * @license GNU General Public License version 2 or later. */ defined('_JEXEC') or die; $open_module_in = $params->get('open_module_in'); $invite_type = (INT) $params->get('invite_type'); $invite_url = (!empty($params->get('invite_url')))?$params->get('invite_url'):JUri::current(); $catch_act = $params->get('catch_action'); $button_text = $params->get('button_text'); $custom_code = $params->get('custom_code'); $helperPath = JPATH_SITE . '/components/com_invitex/helper.php'; if (!class_exists('cominvitexHelper')) { // require_once $path; JLoader::register('cominvitexHelper', $helperPath); JLoader::load('cominvitexHelper'); } $cominvitexHelper = new cominvitexHelper; $itemid = $cominvitexHelper->getitemid('index.php?option=com_invitex&view=invites'); require JModuleHelper::getLayoutPath('mod_invite_anywhere', $params->get('layout', 'default'));
/var/www/html/1da44/../modules/mod_invite_anywhere/mod_invite_anywhere.php