uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
188ee
/
..
/
modules
/
mod_sp_quickcontact
/
mod_sp_quickcontact.php
/
/
<?php /* # mod_sp_quickcontact - Ajax based quick contact Module by JoomShaper.com # ------------------------------------------------------------------------ # Author JoomShaper http://www.joomshaper.com # Copyright (C) 2010 - 2014 JoomShaper.com. All Rights Reserved. # License - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://www.joomshaper.com */ // no direct access defined('_JEXEC') or die; // Include the syndicate functions only once JHtml::_('jquery.framework'); $uniqid = $module->id; $name_text = JText::_('NAME'); $email_text = JText::_('EMAIL'); $subject_text = JText::_('SUBJECT'); $msg_text = JText::_('MESSAGE'); $send_msg = JText::_('SEND_MESSAGE'); $formcaptcha = $params->get('formcaptcha', 1); $captcha_question = $params->get('captcha_question'); $captcha_answer = $params->get('captcha_answer'); $document = JFactory::getDocument(); $document->addScript(JURI::base(true) . '/modules/mod_sp_quickcontact/assets/js/script.js'); $document->addStylesheet(JURI::base(true) . '/modules/mod_sp_quickcontact/assets/css/style.css'); // Include the helper. require_once __DIR__ . '/helper.php'; require JModuleHelper::getLayoutPath('mod_sp_quickcontact', $params->get('layout', 'default'));
/home/pteabiscqq/www/188ee/../modules/mod_sp_quickcontact/mod_sp_quickcontact.php