phpbb Analitics

Status
Niet open voor verdere reacties.

uaejeroen

Terugkerende gebruiker
Lid geworden
7 dec 2009
Berichten
1.665
je krijgt een code van analitics die in de head van elke pagina geplaatst (kan) worden.
Ik wil eerst enkel mijn index pagina van phpbb-site analiseren...
Maar hoe kan ik deze code in een php bestand droppen ?

Ik heb namelijk geen <head></head>?

Graag advies
 
Ik geloof niet dat jij geen <head></head> hebt.
"Iedereen" heeft een head-sectie in zijn HTML-bestanden.
Ook als die bestanden door PHP gegenereerd worden.


Die van mijn phpbb ziet er zo uit:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="nl-nl" xml:lang="nl-nl">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="nl-nl" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group<br/>Installed by <a href='http://www.yourhosting.nl/installaties/' target='_blank' title='website software - Yourhosting'>website software - Yourhosting</a>" />
<meta name="keywords" content="" />
<meta name="description" content="[titel van de site]" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />

<title>hier staat de site-titel &bull; Forumoverzicht</title>
<!--
        phpBB style name: SkyBlue
        Based on style:   prosilver (this is the default phpBB3 style)
        Original author:  Tom Beddard ( http://www.subBlue.com/ )
        Modified by: A1ex ( http://www.punforum.com )

        NOTE: This page was generated by phpBB, the free open-source bulletin board package.
              The phpBB Group<br/>Installed by <a href='http://www.yourhosting.nl/installaties/' target='_blank' title='website software - Yourhosting'>website software - Yourhosting</a> is not responsible for the content of this page and forum. For more information
              about phpBB please visit http://www.phpbb.com
-->
<script type="text/javascript">
// <![CDATA[
        var jump_page = 'Geef het paginanummer op van waar je naartoe wilt gaan.:';
        var on_page = '';
        var per_page = '';
        var base_url = '';
        var style_cookie = 'phpBBstyle';
        var style_cookie_settings = '; path=/; domain=.waaijenberg.org';
        var onload_functions = new Array();
        var onunload_functions = new Array();

        /**
        * Find a member
        */
        function find_username(url)
        {
                popup(url, 760, 570, '_usersearch');
                return false;
        }

        /**
        * New function for handling multiple calls to window.onload and window.unload by pentapenguin
        */
        window.onload = function()
        {
                for (var i = 0; i < onload_functions.length; i++)
                {
                        eval(onload_functions[i]);
                }
        }
        window.onunload = function()
        {
                for (var i = 0; i < onunload_functions.length; i++)
                {
                        eval(onunload_functions[i]);
                }
        }
// ]]>
</script>
<script type="text/javascript" src="./styles/skyblue/template/styleswitcher.js"></script>
<script type="text/javascript" src="./styles/skyblue/template/forum_fn.js"></script>

<link href="./styles/skyblue/theme/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="./style.php?id=2&amp;lang=nl&amp;sid=dc30a473ca4cea9726f7525fec945849" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="./styles/skyblue/theme/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="./styles/skyblue/theme/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="./styles/skyblue/theme/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
</head>
 
maar index.php in public_html vertoond een heel andere code
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan