créer un site
Salemioche.net : creer un site internet - retour au site - accueil du forum





fichier html et marqueurs

Poster un nouveau sujet sur html   Répondre au sujet à html:fichier html et marqueurs    Accueil Forum -> html
Voir le sujet précédent :: Voir le sujet suivant  
Auteur Message
titos
frontpage mioche
frontpage mioche
Messagefichier html et marqueurs , Posté le: 11-05-2006 21:30

Bonjour,

Je suis l'admin. d'un forum de pêche sur Aceboard mais je suis surtout pêcheur et pas vraiment webmaster ....

J'ai réussi à positionner en pied de page de ma page d'accueil le marqueur XITII , en créant un fichier html puis en l'hebérgeant sur Voila.fr , fichier dont voici le contenu :

html>
<head>
</head>
<body>
<body style="background-color: transparent;">

<center><a href="http://www.xiti.com/xiti.asp?s=251250" TARGET="_top">
<script language="Javascript1.1">
<!--
Xt_param = 's=251250&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://logv30.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.writeln(Xt_i + '&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" title="Mesurez votre audience">');
//-->
</script>
<noscript>
Mesure d'audience ROI frequentation par <img width="39" height="25" border="0" src="http://logv30.xiti.com/hit.xiti?s=251250&p=&" title="Mesurez votre audience">
</noscript></a>
<script language='javascript'>document.write('<img src="http://monsite.voila.fr/servlets/istat?site=xiti&page=/testXITI3.html&outil=ftpweb&n=' + Math.round(Math.random()*100000) + '" width=1 height=1>'); </script>
<script language='javascript'>document.write('<img src="http://e.voila.fr/cgi-bin/ft/10000033638?&page=xiti_testXITI3.html&n=' + Math.round(Math.random()*100000) + '" width=1 height=1>');</script></body>
</html>


Je cherche désormais à intégrer à la suite de ce marqueur , un autre marqueur , celui de Weborama :

<!--DEBUT WEBOSCOPE FREE - Weborama -->
<script type="text/javascript" language="javascript">
WEBO_ZONE=1;
WEBO_PAGE=1;
webogold_ok=0;</script>
<script type="text/javascript" language="javascript" src="http://script.weborama.fr/gold.js"></script>
<script type="text/javascript" language="javascript">
if(webogold_ok==1){webogold_zpi(WEBO_ZONE,WEBO_PAGE,236465);}</script>
<NOSCRIPT><A HREF="http://www.weboscope.com">Weboscope</A> mesure d'audience, statistiques, ROI<BR>
<A HREF="http://www.weborama.fr">Classement des meilleurs sites</A> et positionnement </NOSCRIPT>
<!--FIN WEBOSCOPE FREE - Weborama -->


Comment dois je procéder ? Dois je corriger mon fichier html initial en rajoutant ces lignes ? Où dois je les rajouter précisément ? Dois je créer un second fichier html ... ?

Merci pour votre aide
Titos
iowa
php mioche
php mioche
Messagefichier html et marqueurs , Posté le: 12-05-2006 16:46

Tu as juste à modifier le premier fichier :



Code:

<html>
<head>
</head>
<body>
<body style="background-color: transparent;">

<center>

<a href="http://www.xiti.com/xiti.asp?s=251250" TARGET="_top">
<script language="Javascript1.1">
<!--
Xt_param = 's=251250&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://logv30.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.writeln(Xt_i + '&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" title="Mesurez votre audience">');
//-->
</script>
<noscript>
Mesure d'audience ROI frequentation par <img width="39" height="25" border="0" src="http://logv30.xiti.com/hit.xiti?s=251250&p=&" title="Mesurez votre audience">
</noscript></a>
<script language='javascript'>document.write('<img src="http://monsite.voila.fr/servlets/istat?site=xiti&page=/testXITI3.html&outil=ftpweb&n=' + Math.round(Math.random()*100000) + '" width=1 height=1>'); </script>
<script language='javascript'>document.write('<img src="http://e.voila.fr/cgi-bin/ft/10000033638?&page=xiti_testXITI3.html&n=' + Math.round(Math.random()*100000) + '" width=1 height=1>');</script>

<br /><br />
<!--DEBUT WEBOSCOPE FREE - Weborama -->
<script type="text/javascript" language="javascript">
WEBO_ZONE=1;
WEBO_PAGE=1;
webogold_ok=0;</script>
<script type="text/javascript" language="javascript" src="http://script.weborama.fr/gold.js"></script>
<script type="text/javascript" language="javascript">
if(webogold_ok==1){webogold_zpi(WEBO_ZONE,WEBO_PAGE,236465);}</script>
<NOSCRIPT><A HREF="http://www.weboscope.com">Weboscope</A> mesure d'audience, statistiques, ROI<BR>
<A HREF="http://www.weborama.fr">Classement des meilleurs sites</A> et positionnement </NOSCRIPT>
<!--FIN WEBOSCOPE FREE - Weborama -->

</body>
</html>
titos
frontpage mioche
frontpage mioche
Messagefichier html et marqueurs , Posté le: 12-05-2006 20:08

Merci !

Je pense que ce n'est pas tout à fait ça . En effet , après avoir téléchargé le fichier html correspondant sur Voila , je peux visualiser la page , et cela me donne :

" html> marqueur XITI"

et non pas

" marqueur XITI marqueur Weborama "
iowa
php mioche
php mioche
Messagefichier html et marqueurs , Posté le: 12-05-2006 20:10

Je n'ai pas tres bien compris
titos
frontpage mioche
frontpage mioche
Messagefichier html et marqueurs , Posté le: 12-05-2006 20:59

Si je visualise le fichier html sous Voila , je voie bien le marqueur Xiti mais je ne voie pas le marqueur Weborama . A la place , j'ai la mention
" html >" .
iowa
php mioche
php mioche
Messagefichier html et marqueurs , Posté le: 12-05-2006 21:04

c'est quoi ce code :

Code:

<script language='javascript'>document.write('<img src="http://monsite.voila.fr/servlets/istat?site=xiti&page=/testXITI3.html&outil=ftpweb&n=' + Math.round(Math.random()*100000) + '" width=1 height=1>'); </script>
<script language='javascript'>document.write('<img src="http://e.voila.fr/cgi-bin/ft/10000033638?&page=xiti_testXITI3.html&n=' + Math.round(Math.random()*100000) + '" width=1 height=1>');</script>


Il n'a rien n'avoir avec xiti ni weborama ?
J'ai testé le code html ( donné dans mon autre post ) chez moi tout marche
Montrer les messages depuis:   
Poster un nouveau sujet sur html   Répondre au sujet à html:fichier html et marqueurs    Accueil Forum -> html Toutes les heures sont au format GMT + 1 Heure
Page 1 sur 1

 
Sauter vers:  
S'enregistrerS'enregistrer
ProfilProfil
Se connecter pour vérifier ses messages privésSe connecter pour vérifier ses messages privés
RechercherRechercher
Liste des MembresMembres
FAQFAQ
ConnexionConnexion 


Nom de domaine
Enregistrement, transfert, gestion:
Nom de domaine

Hébergement
Trouver un hébergeur








Salemioche.net

créer un site web internet
Création site internet
Nom de domaine
blog gratuit
Idées Web

St Barth
St Barts
Rachat de crédit
aménagement de bureau
Affilzen

Jumeaux
Communiqué de Presse
Piscine
Argent
Publier

Publier un article sur votre site internet et boostez sa visibilité. avec Pipelette
Présentez votre site web
Partenaires

forums
forum gratuit
Casino
Piscine
© Mentions Légales - CV