uawdijnntqw1x1x1
IP : 216.73.216.6
Hostname : ps-hcp-gr-004.pouyasazan.org
Kernel : Linux ps-hcp-gr-004.pouyasazan.org 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
Disable Function : exec,system,passthru,shell_exec,proc_open,proc_close,popen,pcntl_exec,dl,show_source
OS : Linux
PATH:
/
home
/
hsabaeej
/
public_html
/
3c2fc
/
..
/
modules
/
mod_k2_login
/
mod_k2_login.php
/
/
<?php /** * @version $Id: mod_k2_login.php 1618 2012-09-21 11:23:08Z lefteris.kavadas $ * @package K2 * @author JoomlaWorks http://www.joomlaworks.net * @copyright Copyright (c) 2006 - 2012 JoomlaWorks Ltd. All rights reserved. * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html */ // no direct access defined('_JEXEC') or die ; if (K2_JVERSION != '15') { $language = JFactory::getLanguage(); $language->load('mod_k2.j16', JPATH_ADMINISTRATOR, null, true); } require_once (dirname(__FILE__).DS.'helper.php'); $moduleclass_sfx = $params->get('moduleclass_sfx', ''); $userGreetingText = $params->get('userGreetingText', ''); $userAvatarWidthSelect = $params->get('userAvatarWidthSelect', 'custom'); $userAvatarWidth = $params->get('userAvatarWidth', 50); // Legacy params $greeting = 0; JHTML::_('behavior.modal'); $type = modK2LoginHelper::getType(); $return = modK2LoginHelper::getReturnURL($params, $type); $user = JFactory::getUser(); // User avatar if ($userAvatarWidthSelect == 'inherit') { $componentParams = JComponentHelper::getParams('com_k2'); $avatarWidth = $componentParams->get('userImageWidth'); } else { $avatarWidth = $userAvatarWidth; } // Load the right template if ($user->guest) { // OpenID stuff (do not edit) if (JPluginHelper::isEnabled('authentication', 'openid')) { $lang->load('plg_authentication_openid', JPATH_ADMINISTRATOR); $langScript = ' var JLanguage = {}; JLanguage.WHAT_IS_OPENID = \''.JText::_('K2_WHAT_IS_OPENID').'\'; JLanguage.LOGIN_WITH_OPENID = \''.JText::_('K2_LOGIN_WITH_OPENID').'\'; JLanguage.NORMAL_LOGIN = \''.JText::_('K2_NORMAL_LOGIN').'\'; var modlogin = 1; '; $document = JFactory::getDocument(); $document->addScriptDeclaration($langScript); JHTML::_('script', 'openid.js'); } // Get user stuff (do not edit) $usersConfig = JComponentHelper::getParams('com_users'); require (JModuleHelper::getLayoutPath('mod_k2_login', 'login')); } else { $user->profile = modK2LoginHelper::getProfile($params); $user->numOfComments = modK2LoginHelper::countUserComments($user->id); $menu = modK2LoginHelper::getMenu($params); require (JModuleHelper::getLayoutPath('mod_k2_login', 'userblock')); }
/home/hsabaeej/public_html/3c2fc/../modules/mod_k2_login/mod_k2_login.php