| Server IP : 180.180.241.3 / Your IP : 216.73.216.216 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/AppServ/www/news/administrator/components/com_xmap/ |
Upload File : |
<?php
/**
* $Id: install.xmap.php 167 2011-10-18 00:41:58Z guilleva $
* $LastChangedDate: 2011-10-17 18:41:58 -0600 (Mon, 17 Oct 2011) $
* $LastChangedBy: guilleva $
* Xmap by Guillermo Vargas
* a sitemap component for Joomla! CMS (http://www.joomla.org)
* Author Website: http://joomla.vargas.co.cr
* Project License: GNU/GPL http://www.gnu.org/copyleft/gpl.html
*/
defined( '_JEXEC' ) or die( 'Direct Access to this location is not allowed.' );
// load language file
$pathLangFile = JPATH_ADMINISTRATOR.DS.'components'.DS.'com_xmap'.DS.'language'.DS;
$lang =& JFactory::getLanguage();
$tmp_lng = strtolower($lang->getBackwardLang());
if ( file_exists( $pathLangFile . $tmp_lng . '.php' )){
include_once( $pathLangFile . $tmp_lng . '.php' );
}else{
include_once( $pathLangFile . $tmp_lng . '.php' );
}
?>
<div align="center">
<table border="0" width="90%">
<tr>
<td width="18%"><u><b>Name:</b></u></td>
<td width="80%"><b>Xmap 1.2.14 Stable</b></td>
</tr>
<tr>
<td width="18%"><u><b>Description:</b></u></td>
<td width="80%"><b>Xmap is a sitemap component for Joomla! Based on <a target="_blank" href="http://www.ko-ca.com">Joomap</a> by Daniel Grothe.</b></td>
</tr>
<td width="18%"><u><b>Author:</b></u></td>
<td width="80%"><b>2011 by <a target="_blank" href="http://www.joomla.vargas.co.cr/">Guillermo Vargas</a>.</b></td>
</tr>
<tr>
<td width="18%"><u><b>License:</b></u></td>
<td width="80%"><b>Released under the terms and conditions of the <a href="http://www.gnu.org/licenses/gpl-1.0.html">GNU General Public License</a>.</b></td>
</tr>
<tr>
<tr>
<td width="18%"><u><b>Website:</b></u></td>
<td width="80%"><b><a target="_blank" href="http://joomla.vargas.co.cr">http://joomla.vargas.co.cr/</a></b></td>
</tr>
<tr>
<td width="18%"><u><b>Installation Process:</b></u></td>
<td width="80%" rowspan="2"><b>
<?php
$live_site = substr_replace(JURI::root(), "", -1, 1);
include( JPATH_ADMINISTRATOR.DS.'components'.DS.'com_xmap'.DS.'classes'.DS.'XmapConfig.php' );
echo '<table>';
echo '<tr><td><img src="',$live_site,'/administrator/components/com_xmap/images/logo.jpg" /></td>';
echo '<td>';
echo '<table class="adminlist" style="width:auto"><tr class="row0"><td>→</td><td>'."\n";
XmapConfig::create();
echo '</td></tr>'."\n";
echo "</table></td>\n";
echo "</tr>";
?> </b>
<font color="green"><b>Installation completed.</b></font><br />
<br />
<font color="green"><b>Xmap 1.2.14 has been installed successfully! Thank you for using Xmap! Settings can be configured in the <a href="index.php?option=com_xmap">→ component menu</a>!</b></font><br /><br />
<br /></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td width="100%" colspan="2">
<p><b><font style="color:#008000;">Please periodically review our project's site for changes or new versions for this program.</font></b>
</td>
</tr>
</table>
</div>