Your IP : 216.73.216.170


Current Path : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_sef/libs/seostats/src/
Upload File :
Current File : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_sef/libs/seostats/src/modules.php

<?php
	/**
	 *  PHP class SEOstats
	 *
	 *  @package	class.seostats
	 *  @updated	2011/04/29
	 *  @author		Stephan Schmitz <eyecatchup@gmail.com>
	 *  @copyright	2010-present, Stephan Schmitz
	 *  @license	GNU General Public License (GPL)
	 *
	 *  GLOBALS
	 */

defined('_JEXEC') or die('Restricted access');
 
include_once('seostats.google.php');
include_once('seostats.yahoo.php');
include_once('seostats.seomoz.php');
include_once('seostats.alexa.php');
include_once('seostats.exception.php');
include_once('seostats.bing.php');
include_once('seostats.facebook.php');
include_once('seostats.twitter.php');
include_once('seostats.guid.php');
?>