Author Topic: Webstats in meine Php-Site einbinden  (Read 4274 times)

0 Members and 1 Guest are viewing this topic.

Offline canonymus

  • Newbie
  • *
  • Posts: 10
    • View Profile
Webstats in meine Php-Site einbinden
« on: November 23, 2007, 10:19:44 AM »
bin ein totaler Newby in PHP. Wie, wo, und wohin kann ich diese Zeilen in meine PHP-Site einfügen:

Code: [Select]
<!-- Begin Motigo Webstats code -->
<!-- Title: Peter's Webgallerie -->
<!-- URL: http://www.palette.canonymus.de/ -->
<script language="JavaScript" type="text/javascript" src="http://m1.webstats.motigo.com/m.js"></script>
<script language="JavaScript" type="text/javascript">
<!--
  motigo_webstats("AEPong2WhcHeM5ICe_35Yxzdeaeg", 0);
// -->
</script>
<noscript>
<a target="_blank" href="http://www.webstats.motigo.com/stats?AEPong2WhcHeM5ICe_35Yxzdeaeg">
<img src="http://m1.webstats.motigo.com/n?id=AEPong2WhcHeM5ICe_35Yxzdeaeg" border="0" width="18" height="18" alt="Motigo Webstats - Kostenlose web site statistiken Persönliche Homepage webseite Zähler"/>
</a><br />
<a target="_blank" href="http://www.webstats.motigo.com/">Kostenlose Zähler</a>
</noscript>
<!-- End Motigo Webstats code -->
http://www.palette.canonymus.de/

bin für jeden Hinweis dankbar

« Last Edit: November 23, 2007, 12:08:43 PM by Nicky »

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: Webstats in meine Php-Site einbinden
« Reply #1 on: November 23, 2007, 10:45:48 AM »
hi,

am besten die templates/default/footer.html so erstellen

Code: [Select]
{if has_rss}
<p align="center">
  <a href="{rss_url}"><img src="{template_url}/images/rss.gif" border="0" width="15" height="15" alt="{rss_title}" /></a>
<br />
<!-- Begin Motigo Webstats code -->
<!-- Title: Peter's Webgallerie -->
<!-- URL: http://www.palette.canonymus.de/ -->
<script language="JavaScript" type="text/javascript" src="http://m1.webstats.motigo.com/m.js"></script>
<script language="JavaScript" type="text/javascript">
<!--
  motigo_webstats("AEPong2WhcHeM5ICe_35Yxzdeaeg", 0);
// -->
</script>
<noscript>
<a target="_blank" href="http://www.webstats.motigo.com/stats?AEPong2WhcHeM5ICe_35Yxzdeaeg">
<img src="http://m1.webstats.motigo.com/n?id=AEPong2WhcHeM5ICe_35Yxzdeaeg" border="0" width="18" height="18" alt="Motigo Webstats - Kostenlose web site statistiken Persönliche Homepage webseite Zähler"/>
</a><br />
<a target="_blank" href="http://www.webstats.motigo.com/">Kostenlose Zähler</a>
</noscript>
<!-- End Motigo Webstats code -->
</p>
{endif has_rss}

{cp_link}
<!--
    Bitte beachten Sie, dass der folgende Copyrighthinweis
    auf JEDER Seite die von 4images ausgegeben wird sichtbar
    sein MUSS. Schriftart, Farbe etc. dürfen an die eigene
    Website angepasst werden, der Hinweis darf aber unter
    KEINEN Umständen entfernt oder unsichtbar gemacht werden.
    Auch muss der Hyperlink zu http://www.4homepages.de intakt
    bleiben. Diese Bedingung ist Bestandteil der Lizenz dieser
    Software. Lesen Sie die Lizenz.txt Datei für weitere
    Informationen.

    Please note that the following copyright notice
    MUST be displayed on each and every page output
    by 4images. You may alter the font, colour etc. but
    you CANNOT remove it, nor change it so that it be,
    to all intents and purposes, invisible. The hyperlink
    http://www.4homepages.de must also remain intact.
    These conditions are part of the licence this software
    is released under. See the Licence.txt file for
    more information.
// -->
{copyright}
</body>
</html>


damit hast du es auf jeder 4images seite
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline canonymus

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Webstats in meine Php-Site einbinden
« Reply #2 on: November 23, 2007, 11:06:48 AM »

vom obersten Regal... hat bestens geklappt!
DANKE
« Last Edit: November 23, 2007, 11:40:54 AM by Nicky »

Offline canonymus

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Webstats in meine Php-Site einbinden
« Reply #3 on: November 23, 2007, 11:20:13 AM »
ist dieser vorzügliche Tip auch für andere PHP-Sites anwendbar?

z.B.:
http://phpwebgallery.canonymus.de/
« Last Edit: November 23, 2007, 11:40:40 AM by Nicky »

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: Webstats in meine Php-Site einbinden
« Reply #4 on: November 23, 2007, 11:42:53 AM »
das weiss ich leider nicht wie diese gallery aufgebaut ist.
am besten bei denen im forum fragen.
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi