uawdijnntqw1x1x1
IP : 216.73.216.84
Hostname : webm003.cluster107.gra.hosting.ovh.net
Kernel : Linux webm003.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
opticamezl
/
www
/
newok
/
bin
/
..
/
modules
/
mod_gtranslate
/
field
/
livechat.php
/
/
<?php /** * @version $Id$ * @package GTranslate * @copyright Copyright (C) 2008-2023 GTranslate Inc. All rights reserved. * @license GNU/GPL v3 http://www.gnu.org/licenses/gpl.html */ defined('_JEXEC') or die('Restricted access'); jimport('joomla.form.formfield'); class JFormFieldLiveChat extends JFormField { protected $type = 'live_chat'; public function getLabel() { return ''; } public function getValue() { return ''; } public function getInput() { $user = JFactory::getUser(); $name = addslashes($user->name); $website = addslashes(JURI::root()); $live_chat = <<<EOM <script>window.intercomSettings = {app_id: "r70azrgx", hide_default_launcher: false, 'name': '{$name}', 'website': '{$website}', 'platform': 'joomla'};</script> <script src="https://js.intercomcdn.com/shim.latest.js"></script> EOM; return $live_chat; } }
/home/opticamezl/www/newok/bin/../modules/mod_gtranslate/field/livechat.php