google sitemap
sitemap.php
Codice: Seleziona tutto
<?php
/**
*
* @package phpBB SEO GYM Sitemaps
* @version $Id: sitemap.php 331 2011-11-11 15:42:06Z dcz $
* @copyright (c) 2006 - 2009 www.phpbb-seo.com
* @license http://opensource.org/osi3.0/licenses/lgpl-license.php GNU Lesser General Public License
*
*/
define('IN_PHPBB', true);
$phpEx = substr(strrchr(__FILE__, '.'), 1);
$ phpbb_root_path = 'http://goldcracking.altervista.org/forum/' ;
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('gym_sitemaps/gym_common');
// Start the process
require($phpbb_root_path . 'gym_sitemaps/includes/gym_google.' . $phpEx);
$gym_google = new gym_google();
exit;
?>