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
/
..
/
plugins
/
..
/
components
/
com_acymailing
/
sef_ext
/
com_acymailing.php
/
/
<?php /** * @package AcyMailing for Joomla! * @version 5.10.2 * @author acyba.com * @copyright (C) 2009-2018 ACYBA S.A.R.L. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><?php if(!class_exists('Sh404sefFactory') || !method_exists('Sh404sefFactory','getConfig')){ $dosef = false; return; } global $sh_LANG; $sefConfig = &Sh404sefFactory::getConfig(); $shLangName = ''; $shLangIso = ''; $shItemidString = ''; $acysefview = array('frontsubscriber','archive','lists','frontnewsletter','newsletter','user','frontdata','frontstats','frontstatsurl'); $dosef = shInitializePlugin( $lang, $shLangName, $shLangIso, $option); if(!$dosef) return; if(isset($view)){ if(!in_array($view, $acysefview)) $dosef = false; shRemoveFromGETVarsList('view'); } if(isset($ctrl)){ if(!in_array($ctrl, $acysefview)) $dosef = false; shRemoveFromGETVarsList('ctrl'); } $title = array(); $title[] = getMenuTitle($option, (isset($view) ? $view : null), (isset($Itemid) ? $Itemid : null), null, $shLangName); if(isset($layout)){ $title[] = $layout; shRemoveFromGETVarsList('layout'); } if(isset( $task )){ $title[] = $task; shRemoveFromGETVarsList('task'); } if(isset($listid)){ $title[] = $listid; shRemoveFromGETVarsList('listid'); } if(isset($mailid) && !(isset($task) && $task == 'edit' && isset($ctrl) && $ctrl == 'frontnewsletter')){ $title[] = $mailid; shRemoveFromGETVarsList('mailid'); } if(isset($option)) shRemoveFromGETVarsList('option'); if(isset($lang)) shRemoveFromGETVarsList('lang'); // Already handled by sh404SEF if(isset($Itemid)) shRemoveFromGETVarsList('Itemid'); else $dosef = false; // There must be the Itemid if($dosef && !empty($title)){ $string = shFinalizePlugin( $string, $title, $shAppendString, $shItemidString, (isset($limit) ? $limit : null), (isset($limitstart) ? $limitstart : null), (isset($shLangName) ? $shLangName : null), (isset($showall) ? $showall : null)); }
/home/pteabiscqq/www/188ee/../plugins/../components/com_acymailing/sef_ext/com_acymailing.php