uawdijnntqw1x1x1
IP : 216.73.216.198
Hostname : webm002.cluster123.gra.hosting.ovh.net
Kernel : Linux webm002.cluster123.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
/
megadansyp
/
www
/
eace8
/
..
/
eace8
/
..
/
components
/
com_breezingforms
/
helpers
/
route.php
/
/
<?php /** * BreezingForms - A Joomla Forms Application * @version 1.9 * @package BreezingForms * @copyright (C) 2008-2020 by Markus Bopp * @license Released under the terms of the GNU General Public License **/ defined('_JEXEC') or die; abstract class BreezingformsHelperRoute { protected static $lookup = array(); public static function getFormRoute($id) { $found_menu = '&found_menu=false'; $itemid = JRequest::getVar('Itemid', 0); $the_id = explode(':', $id); $menu = 'Itemid'; if(JFactory::getConfig()->get('sef')){ $menu = 'menuitemid'; $db = JFactory::getDbo(); $db->setQuery("Select `name` From #__facileforms_forms Where id = " . intval($the_id[0])); $formname = $db->loadResult(); if($formname){ $db->setQuery("Select id From #__menu Where published = 1 And link = 'index.php?option=com_breezingforms&view=form' And ( params Like ".$db->Quote('%ff_com_name='.$formname.'%')." Or params Like ".$db->Quote('%"ff_com_name":"'.$formname.'"%')." )"); $_itemid = $db->loadResult(); if($_itemid){ $itemid = $_itemid; $menu = 'Itemid'; $found_menu = '&found_menu=true'; } } } return 'index.php?option=com_breezingforms&ff_form='.$the_id[0].'&title='.$the_id[1].'&'.$menu.'='.$itemid.'&ff_applic=com_tags'.$found_menu; } }
/home/megadansyp/www/eace8/../eace8/../components/com_breezingforms/helpers/route.php