Marqueur Xiti pour forum
11 messages • Page 1 sur 1
Consultez la formation à Google Analytics de WebRankInfo / Ranking Metrics
Marqueur Xiti pour forum
Bonjour,
je recherche un exemple de marque Xiti pour mon forum en phpbb
tout se que j'ai trouver sur internet ne marche pas..
Et je ne comprends rien sur le site de Xiti pour les marqueurs : Fonctions programmées
Pour intégrer des fonctions développées en ASP, PHP ou Coldfusion dans votre site.
Merci Help Help
je recherche un exemple de marque Xiti pour mon forum en phpbb
tout se que j'ai trouver sur internet ne marche pas..
Et je ne comprends rien sur le site de Xiti pour les marqueurs : Fonctions programmées
Pour intégrer des fonctions développées en ASP, PHP ou Coldfusion dans votre site.
Merci Help Help
Tu vas dans ton compte xiti puis dans la section consacrée au code du marqueur tu fais un copier/coller du code pour php dans le fichier overalfooter.tpl de ton phpbb et ensuite le logo xiti va s'afficher dans ton footer à l'endroit où tu as collé le code et la collecte de tes données statistique commence 
ok pour le fichier pas de probleme je savais overalfooter.tpl
Mais tu parle de sa :
// Testé avec PHP 4.3.3
Function xtTraiter($nompage) {
$nompage = strtolower($nompage);
$nompage = strtr($nompage,"àâäáîïíôöóùûüéèêëçñ","aaaaiiiooouuueeeecn");
$nompage = eregi_replace("[^a-z0-9_:~\\\/\-]","_",$nompage);
return($nompage);
}
ou
<?= xtTraiter($montitre) ?>
je suis nul en php...moi
Mais tu parle de sa :
// Testé avec PHP 4.3.3
Function xtTraiter($nompage) {
$nompage = strtolower($nompage);
$nompage = strtr($nompage,"àâäáîïíôöóùûüéèêëçñ","aaaaiiiooouuueeeecn");
$nompage = eregi_replace("[^a-z0-9_:~\\\/\-]","_",$nompage);
return($nompage);
}
ou
<?= xtTraiter($montitre) ?>
je suis nul en php...moi
Non, non, le code du marqueur ressemble plutôt à cela :
- Code: Tout sélectionner
<a href="http://www.xiti.com/xiti.asp?s=CODE DE TON SITE" title="Mesurez votre audience">
<script type="text/javascript">
<!--
Xt_param = 's=CODE DE TON SITE&p=';
try {Xt_r = top.document.referrer;}
catch(e) {Xt_r = document.referrer; }
Xt_h = new Date();
Xt_i = '<img width="39" height="25" border="0" ';
Xt_i += 'src="http://logv31.xiti.com/hit.xiti?'+Xt_param;
Xt_i += '&hl='+Xt_h.getHours()+'x'+Xt_h.getMinutes()+'x'+Xt_h.getSeconds();
if(parseFloat(navigator.appVersion)>=4)
{Xt_s=screen;Xt_i+='&r='+Xt_s.width+'x'+Xt_s.height+'x'+Xt_s.pixelDepth+'x'+Xt_s.colorDepth;}
document.write(Xt_i+'&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" title="Analyse d\'audience">');
//-->
</script>
<noscript>
analyse mesure frequentation internet par <img width="39" height="25" src="http://logv31.xiti.com/hit.xiti?s=254208&p=" alt="Analyse d'audience" />
</noscript></a>
mais il va par marche je deja tester :
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
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 phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request 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 : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a>
© 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
</table>
</body>
<a href="http://www.xiti.com/xiti.asp?s=CODE DE TON SITE" title="Mesurez votre audience">
<script type="text/javascript">
<!--
Xt_param = 's=CODE DE TON SITE&p=';
try {Xt_r = top.document.referrer;}
catch(e) {Xt_r = document.referrer; }
Xt_h = new Date();
Xt_i = '<img width="39" height="25" border="0" ';
Xt_i += 'src="http://logv31.xiti.com/hit.xiti?'+Xt_param;
Xt_i += '&hl='+Xt_h.getHours()+'x'+Xt_h.getMinutes()+'x'+Xt_h.getSeconds();
if(parseFloat(navigator.appVersion)>=4)
{Xt_s=screen;Xt_i+='&r='+Xt_s.width+'x'+Xt_s.height+'x'+Xt_s.pixelDepth+'x'+Xt_s.colorDepth;}
document.write(Xt_i+'&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" title="Analyse d\'audience">');
//-->
</script>
<noscript>
analyse mesure frequentation internet par <img width="39" height="25" src="http://logv31.xiti.com/hit.xiti?s=254208&p=" alt="Analyse d'audience" />
</noscript></a>
</html>
bien sur avec mon code et je mais a P=Forum'
tu est sur de toi
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
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 phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request 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 : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a>
© 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
</table>
</body>
<a href="http://www.xiti.com/xiti.asp?s=CODE DE TON SITE" title="Mesurez votre audience">
<script type="text/javascript">
<!--
Xt_param = 's=CODE DE TON SITE&p=';
try {Xt_r = top.document.referrer;}
catch(e) {Xt_r = document.referrer; }
Xt_h = new Date();
Xt_i = '<img width="39" height="25" border="0" ';
Xt_i += 'src="http://logv31.xiti.com/hit.xiti?'+Xt_param;
Xt_i += '&hl='+Xt_h.getHours()+'x'+Xt_h.getMinutes()+'x'+Xt_h.getSeconds();
if(parseFloat(navigator.appVersion)>=4)
{Xt_s=screen;Xt_i+='&r='+Xt_s.width+'x'+Xt_s.height+'x'+Xt_s.pixelDepth+'x'+Xt_s.colorDepth;}
document.write(Xt_i+'&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" title="Analyse d\'audience">');
//-->
</script>
<noscript>
analyse mesure frequentation internet par <img width="39" height="25" src="http://logv31.xiti.com/hit.xiti?s=254208&p=" alt="Analyse d'audience" />
</noscript></a>
</html>
bien sur avec mon code et je mais a P=Forum'
tu est sur de toi
mais il va par marche je deja tester :
Fichier overalfooter.tpl
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
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 phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request 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 : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a>
© 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
</table>
</body>
<a href="http://www.xiti.com/xiti.asp?s=CODE DE TON SITE" title="Mesurez votre audience">
<script type="text/javascript">
<!--
Xt_param = 's=CODE DE TON SITE&p=';
try {Xt_r = top.document.referrer;}
catch(e) {Xt_r = document.referrer; }
Xt_h = new Date();
Xt_i = '<img width="39" height="25" border="0" ';
Xt_i += 'src="http://logv31.xiti.com/hit.xiti?'+Xt_param;
Xt_i += '&hl='+Xt_h.getHours()+'x'+Xt_h.getMinutes()+'x'+Xt_h.getSeconds();
if(parseFloat(navigator.appVersion)>=4)
{Xt_s=screen;Xt_i+='&r='+Xt_s.width+'x'+Xt_s.height+'x'+Xt_s.pixelDepth+'x'+Xt_s.colorDepth;}
document.write(Xt_i+'&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" title="Analyse d\'audience">');
//-->
</script>
<noscript>
analyse mesure frequentation internet par <img width="39" height="25" src="http://logv31.xiti.com/hit.xiti?s=CODE DE TON SITE&p=" alt="Analyse d'audience" />
</noscript></a>
</html>
bien sur avec mon code et je mais a P=Forum'
tu est sur de toi
C'est bon ?
Fichier overalfooter.tpl
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
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 phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request 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 : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a>
© 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
</table>
</body>
<a href="http://www.xiti.com/xiti.asp?s=CODE DE TON SITE" title="Mesurez votre audience">
<script type="text/javascript">
<!--
Xt_param = 's=CODE DE TON SITE&p=';
try {Xt_r = top.document.referrer;}
catch(e) {Xt_r = document.referrer; }
Xt_h = new Date();
Xt_i = '<img width="39" height="25" border="0" ';
Xt_i += 'src="http://logv31.xiti.com/hit.xiti?'+Xt_param;
Xt_i += '&hl='+Xt_h.getHours()+'x'+Xt_h.getMinutes()+'x'+Xt_h.getSeconds();
if(parseFloat(navigator.appVersion)>=4)
{Xt_s=screen;Xt_i+='&r='+Xt_s.width+'x'+Xt_s.height+'x'+Xt_s.pixelDepth+'x'+Xt_s.colorDepth;}
document.write(Xt_i+'&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" title="Analyse d\'audience">');
//-->
</script>
<noscript>
analyse mesure frequentation internet par <img width="39" height="25" src="http://logv31.xiti.com/hit.xiti?s=CODE DE TON SITE&p=" alt="Analyse d'audience" />
</noscript></a>
</html>
bien sur avec mon code et je mais a P=Forum'
tu est sur de toi
C'est bon ?
11 messages • Page 1 sur 1
Formation recommandée sur ce thème :
Formation Google Analytics : en 2 jours, apprenez comment exploiter l'essentiel des possibilités de l'outil de mesure d'audience de Google. Formation animée par Julien Coquet, expert certifié officiellement par Google Analytics.
Tous les détails sur le site Ranking Metrics : programme, prix, dates et lieux, inscription en ligne.
Lectures recommandées sur ce thème :
- Selon 1ère Position / Xiti, "Google monte toujours !"
- Parts de marché des moteurs en France (Décembre 2007)
- Parts de marché des moteurs en France (Octobre 2008)
- Parts de marché des moteurs en France (Juillet 2008)
- Parts de marché des moteurs en France (Juin 2008)
- Classement Xiti/1ère Position des outils de recherche en France - Juillet 2002
- Parts de marché des moteurs en France (Septembre 2008)
- Parts de marché des moteurs en France (Février 2008)
- Parts de marché des moteurs en France (Août 2008)
- Parts de marché des moteurs en France (Novembre 2008)
Consultez la description détaillée des produits ou services de Google suivants : Google Local Business Ads
Qui est en ligne
Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 0 invités



le forum