コード例 #1
0
ファイル: tooltip.php プロジェクト: bizanto/Hooked
    require_once JPATH_BASE . DS . 'includes' . DS . 'joomla.php';
}
require_once JPATH_BASE . DS . "components" . DS . "com_joomlawatch" . DS . "config.php";
require_once JPATH_BASE . DS . "components" . DS . "com_joomlawatch" . DS . "class.joomlawatch.php";
require_once JPATH_BASE . DS . "components" . DS . "com_joomlawatch" . DS . "class.joomlawatch.block.php";
require_once JPATH_BASE . DS . "components" . DS . "com_joomlawatch" . DS . "class.joomlawatch.cache.php";
require_once JPATH_BASE . DS . "components" . DS . "com_joomlawatch" . DS . "class.joomlawatch.config.php";
require_once JPATH_BASE . DS . "components" . DS . "com_joomlawatch" . DS . "class.joomlawatch.goal.php";
require_once JPATH_BASE . DS . "components" . DS . "com_joomlawatch" . DS . "class.joomlawatch.helper.php";
require_once JPATH_BASE . DS . "components" . DS . "com_joomlawatch" . DS . "class.joomlawatch.stat.php";
require_once JPATH_BASE . DS . "components" . DS . "com_joomlawatch" . DS . "class.joomlawatch.visit.php";
require_once JPATH_BASE . DS . "components" . DS . "com_joomlawatch" . DS . "class.joomlawatch.html.php";
require_once JPATH_BASE . DS . "components" . DS . "com_joomlawatch" . DS . "class.ip2country.php";
$joomlaWatch = new JoomlaWatch();
require_once JPATH_BASE . DS . "components" . DS . "com_joomlawatch" . DS . "lang" . DS . $joomlaWatch->config->getLanguage() . ".php";
$joomlaWatchHTML = new JoomlaWatchHTML("/components/com_joomlawatch");
$joomlaWatch->config->checkPermissions();
echo $joomlaWatchHTML->renderCloseWindow();
?>
<iframe width="<?php 
echo $joomlaWatch->config->getConfigValue('JOOMLAWATCH_TOOLTIP_WIDTH');
?>
" height="<?php 
echo $joomlaWatch->config->getConfigValue('JOOMLAWATCH_TOOLTIP_HEIGHT');
?>
" frameborder="0" marginwidth="0" marginheight="0" src="<?php 
echo $joomlaWatch->helper->getIP2LocationURL(@$_GET['ip']);
?>
" />