<?xml version="1.0" encoding="UTF-8"?>
<extension type="component" version="3.0" method="upgrade">

    <name>COM_EXTRAWATCH</name>
    <creationDate>2020</creationDate>
    <author>ExtraWatch PRO by CodeGravity.com - http://www.extrawatch.com</author>
    <copyright>Copyright 2006-2020 by CodeGravity.com</copyright>
    <authorEmail>support@extrawatch.com</authorEmail>
    <authorUrl>http://www.extrawatch.com</authorUrl>
    <version>2.3.2697</version>
    <license>http://www.gnu.org/licenses/gpl-3.0.txt GNU/GPLv3</license>
    <description>
        ExtraWatch is an AJAX component and module for Joomla CMS that allows you to watch
        your website visitors and bots in real-time from the administration menu. Specially
        their IP addresses, countries they come from, geographical location on a map, which
        pages they are viewing, their browser and operating system, it creates daily and
        all-time stats from these information plus unique, pageload and total hits statistics.
        Furthermore, you can block harmful IP addresses, see blocked attempts stats, evaluate
        the trend charts, and create goals based on many parameters. In the frontend, it can
        show the top countries information and visit counts for certain periods of time.
    </description>

    <install>
        <sql>
<file driver="mysql" charset="utf8">../../../components/com_extrawatch/sql/install.mysql.utf8.sql</file>
<file driver="mysql">../../../components/com_extrawatch/sql/install.mysql.utf8.sql</file>
<file driver="mysqli" charset="utf8">../../../components/com_extrawatch/sql/install.mysql.utf8.sql</file>
<file driver="mysqli">../../../components/com_extrawatch/sql/install.mysql.utf8.sql</file>
        </sql>
    </install>

    <!-- Site Main File Copy Section -->
    <!-- Note the folder attribute: This attribute describes the folder
to copy FROM in the package to install therefore files copied
in this section are copied from /site/ in the package -->
    <files folder="site">
        <folder>ajax</folder>
        <folder>css</folder>
        <folder>img</folder>
        <folder>js</folder>
        <folder>lang</folder>
        <folder>log</folder>
        <folder>src</folder>
        <folder>view</folder>
        <folder>sql</folder>
        <folder>data</folder>
        <folder>lib</folder>

        <filename>config.php</filename>
        <filename>includes.php</filename>

        <filename>extrawatch.php</filename>
        <filename>controller.php</filename>
        <filename>router.php</filename>

        <filename>index.html</filename>
        <filename>INSTALL.txt</filename>
        <filename>LICENSE.txt</filename>
        <filename>README.txt</filename>
        <filename>TERMS_AND_CONDITIONS.txt</filename>
        <filename>timezone.php</filename>

        <folder>css/images</folder>


    </files>


    <installfile>install.extrawatch.php</installfile>
    <uninstallfile>uninstall.extrawatch.php</uninstallfile>

    <administration>
        <menu task="default" img="../components/com_extrawatch/img/menu/extrawatch-logo-16x16.png">COM_EXTRAWATCH</menu>
        <submenu>
            <menu link="option=com_extrawatch" img="../components/com_extrawatch/img/menu/visitors.png" alt="Live Stats">COM_EXTRAWATCH_VISITORS</menu>
            
            <menu link="option=com_extrawatch&amp;task=heatmap" img="../components/com_extrawatch/img/menu/heatmap.png" alt="Clicks">COM_EXTRAWATCH_HEATMAP</menu>
            <menu link="option=com_extrawatch&amp;task=clicks" img="../components/com_extrawatch/img/menu/clicks.png" alt="Clicks">COM_EXTRAWATCH_CLICKS</menu>
            <menu link="option=com_extrawatch&amp;task=users" img="../components/com_extrawatch/img/menu/users.png" alt="Users">COM_EXTRAWATCH_USERS</menu>
            <menu link="option=com_extrawatch&amp;task=downloads" img="../components/com_extrawatch/img/menu/downloads.png" alt="Downloads">COM_EXTRAWATCH_DOWNLOADS</menu>
            <menu link="option=com_extrawatch&amp;task=seo" img="../components/com_extrawatch/img/menu/seo.png" alt="SEO">COM_EXTRAWATCH_SEO</menu>
            <menu link="option=com_extrawatch&amp;task=location" img="../components/com_extrawatch/img/menu/location.png" alt="Traffic Flow">COM_EXTRAWATCH_LOCATION</menu>
            <menu link="option=com_extrawatch&amp;task=flow" img="../components/com_extrawatch/img/menu/flow.png" alt="Traffic Flow">COM_EXTRAWATCH_FLOW</menu>
            
            <menu link="option=com_extrawatch&amp;task=graphs" img="../components/com_extrawatch/img/menu/graphs.png" alt="Graphs &amp; Trends">COM_EXTRAWATCH_GRAPHS</menu>
            <menu link="option=com_extrawatch&amp;task=goals" img="../components/com_extrawatch/img/menu/goals.png" alt="Goals">COM_EXTRAWATCH_GOALS</menu>
            <menu link="option=com_extrawatch&amp;task=history" img="../components/com_extrawatch/img/menu/history.png" alt="Visit History">COM_EXTRAWATCH_HISTORY</menu>
            <menu link="option=com_extrawatch&amp;task=antiSpam" img="../components/com_extrawatch/img/menu/antispam.png" alt="Anti-spam &amp; Blocking">COM_EXTRAWATCH_ANTISPAM</menu>
            <menu link="option=com_extrawatch&amp;task=emails" img="../components/com_extrawatch/img/menu/emails.png" alt="Email Reports">COM_EXTRAWATCH_REPORTS</menu>
            <menu link="option=com_extrawatch&amp;task=license" img="../components/com_extrawatch/img/menu/license.png" alt="Your License">COM_EXTRAWATCH_LICENSE</menu>
            
            <menu link="option=com_extrawatch&amp;task=status" img="../components/com_extrawatch/img/menu/database.png" alt="Database Status">COM_EXTRAWATCH_DATABASE</menu>
            <menu link="option=com_extrawatch&amp;task=sizes" img="../components/com_extrawatch/img/menu/sizes.png" alt="Modules / Components Sizes">COM_EXTRAWATCH_MODULES</menu>
            
            <menu link="option=com_extrawatch&amp;task=settings" img="../components/com_extrawatch/img/menu/settings.png" alt="Settings">COM_EXTRAWATCH_SETTINGS</menu>
        </submenu>


        <files folder="admin">
<folder>sql</folder>
<folder>img</folder>
<folder>language</folder>
<folder>img/icons/</folder>
<filename>extrawatch.php</filename>
<filename>script.extrawatch.php</filename>
<filename>install.extrawatch.php</filename>
<filename>uninstall.extrawatch.php</filename>
<filename>admin.extrawatch.php</filename>
<filename>index.html</filename>
<filename>config.xml</filename>
<filename>access.xml</filename>
        </files>

	<languages folder="admin">
      <language tag="en-GB">language/en-GB.com_extrawatch.sys.ini</language>
    </languages>

	</administration>

    <scriptfile>script.extrawatch.php</scriptfile>

	 <updateservers>
		<server type="extension" priority="1" name="ExtraWatch PRO update"><![CDATA[http://www.extrawatch.com/update/extrawatch/2.3/PRO/extrawatch-update.xml]]></server>
     </updateservers>


</extension>
