Re: wie baue ich Google Analytics ein?
Verfasst: 04.09.2009 09:58
Edit: Nee, moment, der rest ist teilweise auch da. Aber warum so zertückelt? Baue es doch bitt an einem Stück ein, so wie du den Code bekommen hast.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
mach ich!Frank1604 hat geschrieben:kannst du mir mal deine overall_footer zukommen lassen?
Code: Alles auswählen
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10520893-2");
pageTracker._trackPageview();
} catch(err) {}</script>
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!-- IF not S_IS_BOT -->
</head>
<body>
<!-- ENDIF --><!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
forums may be affected.
The phpBB Group : 2006
//--><!-- IF AD_CODE6 -->
{RUN_CRON_TASK} <br>
<div style="text-align: center;">{AD_CODE6}</div>
<br>
<!-- ENDIF -->
<div id="wrapfooter"><!-- IF U_ACP --> <span
class="gensmall">[ <a href="%7BU_ACP%7D">{L_ACP}</a>
]</span><br>
<!-- ENDIF --><br>
<br>
<a href="impressum.php">Impressum</a> | <a
href="datens.pdf">Datenschutz</a>
<br>
<br>
<span class="copyright">Powered by <a
href="http://www.phpbb.com/">phpBB</a> ©
2000, 2002, 2005, 2007 phpBB Group<br>
Theme created <a href="http://www.stylerbb.net/">StylerBB.net</a>
& <a
href="http://www.programosy.pl/kategoria,kodeki_audio_wideo,1,1.html">kodeki</a>
<!-- IF TRANSLATION_INFO --><br>
{TRANSLATION_INFO}<!-- ENDIF --><!-- IF DEBUG_OUTPUT -->
<br>
<bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10520893-2");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
wennich auf den admin bereich link klicke gehts nicht,muss es über benutzer administrieren machenFrank1604 hat geschrieben:Im Prinzip würde ich sagen, schaut es jetzt gut aus. Auf den 1. Blick erkenne ich keinen Fehler.
Code: Alles auswählen
"%7BU_ACP%7D"
Code: Alles auswählen
"{U_ACP}"
hab ich gemacht und immer die selber Fehlermeldung noch!Frank1604 hat geschrieben:ach jetzt sehe ichs.
öffne overall_footer.html
finde:ersetzte mit:Code: Alles auswählen
"%7BU_ACP%7D"
Code: Alles auswählen
"{U_ACP}"
Code: Alles auswählen
File Not Found
The requested URL was not found on this server.