Texte defilant dans la barre de titre
Résolu
porcinet54
Messages postés
147
Date d'inscription
Statut
Membre
Dernière intervention
-
bg62 Messages postés 23735 Date d'inscription Statut Modérateur Dernière intervention -
bg62 Messages postés 23735 Date d'inscription Statut Modérateur Dernière intervention -
Bonjour,
comment faire defile un texte dans la barre de titre comme sur ce site https://www.unesourisetmoi.info/formulaires/index.php moi j'ai trouver le script il marche sur mon pc mais lorsque je l'envoie sur le serveur il ne marche pas et j'utilise Adobe Dreamweaver CS4
merci
comment faire defile un texte dans la barre de titre comme sur ce site https://www.unesourisetmoi.info/formulaires/index.php moi j'ai trouver le script il marche sur mon pc mais lorsque je l'envoie sur le serveur il ne marche pas et j'utilise Adobe Dreamweaver CS4
merci
A voir également:
- Texte defilant dans la barre de titre
- Texte barré whatsapp - Guide
- Barre de défilement - Guide
- Trouver un film sans le titre - Télécharger - Divers TV & Vidéo
- Windows 11 barre des taches a gauche - Guide
- Appliquez à tous les paragraphes du document à télécharger, à l’exception des titres et des sous-titres, la mise en forme suivante : chaque paragraphe doit être espacé de 0,42 cm ou 12 pt du paragraphe qui suit les textes ne doivent pas être en retrait à droite et à gauche après ces modifications, sur quelle page se trouve le titre « la cheminée » dans le chapitre « informations diverses » ? - Guide
17 réponses
Faut aller voir la source de la page
<script language="JavaScript" type="text/javascript">
<!--
var titre = ". . Créations numériques ... Fonds d'écran gratuits ... Créations de sites ...Référencement... Ressouces Webmasters... Fonds d'écran ... Pour vous ! ... :-) ";
function bougerTitre()
{
titre = titre.substring(1, titre.length) + titre.substring(0, 1);
document.title = titre;
setTimeout("bougerTitre()", 100);
}
bougerTitre();
//-->
</script>
<script language="JavaScript" type="text/javascript">
<!--
var titre = ". . Créations numériques ... Fonds d'écran gratuits ... Créations de sites ...Référencement... Ressouces Webmasters... Fonds d'écran ... Pour vous ! ... :-) ";
function bougerTitre()
{
titre = titre.substring(1, titre.length) + titre.substring(0, 1);
document.title = titre;
setTimeout("bougerTitre()", 100);
}
bougerTitre();
//-->
</script>
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
Voila comment ma page est !
<script language="JavaScript" type="text/javascript">
<!--
var titre = "PC-SERVICEPLUS.info ... DEPANNAGE INFORMATIQUE A DOMICILE ...24 HEURES SUR 24... ET 7 JOURS SUR 7... LOGICIELS GRATUIT ... FOND D'ECRAN GRATUIT POUR VOUS ... PC-SERVICEPLUS.info TOUJOURS A VOTRE ECOUTE ! ) ";
function bougerTitre()
{
titre = titre.substring(1, titre.length) + titre.substring(0, 1);
document.title = titre;
setTimeout("bougerTitre()", 100);
}
bougerTitre();
//-->
</script>
<script language="JavaScript" type="text/javascript">
<!--
var titre = "PC-SERVICEPLUS.info ... DEPANNAGE INFORMATIQUE A DOMICILE ...24 HEURES SUR 24... ET 7 JOURS SUR 7... LOGICIELS GRATUIT ... FOND D'ECRAN GRATUIT POUR VOUS ... PC-SERVICEPLUS.info TOUJOURS A VOTRE ECOUTE ! ) ";
function bougerTitre()
{
titre = titre.substring(1, titre.length) + titre.substring(0, 1);
document.title = titre;
setTimeout("bougerTitre()", 100);
}
bougerTitre();
//-->
</script>
voici le code : (à modifier !)
et ça fonctionne ... c'est le mien !
:)
<script language="JavaScript" type="text/javascript"> <!-- var titre = ". . . . Une souris et moi ! ... Fonds d'écran gratuits ... Créations de sites ...Référencement.... :-) "; function bougerTitre() { titre = titre.substring(1, titre.length) + titre.substring(0, 1); document.title = titre; setTimeout("bougerTitre()", 100); } bougerTitre(); //--> </script>
et ça fonctionne ... c'est le mien !
:)
Bonjour bg62,
Merci de m'avoir répondu le script que vous avez écrit je l'ai mis sur mon pc votre script marche mais c'est une fois fait le transfert sur le serveur et que je regarde mon site sur le serveur que le script ne marche plus.
pourriez vous svp m'indiquez qu'elle erreur j'ai comis.
Merci par avance.
Merci de m'avoir répondu le script que vous avez écrit je l'ai mis sur mon pc votre script marche mais c'est une fois fait le transfert sur le serveur et que je regarde mon site sur le serveur que le script ne marche plus.
pourriez vous svp m'indiquez qu'elle erreur j'ai comis.
Merci par avance.
Bonjour bg62,
Merci de m'avoir répondu le script que vous avez écrit je l'ai mis sur mon pc votre script marche mais c'est une fois fait le transfert sur le serveur et que je regarde mon site sur le serveur que le script ne marche plus.
pourriez vous svp m'indiquez qu'elle erreur j'ai comis.
Merci par avance.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<?php
session_start();
if (isset($_SESSION['isRobot'])) {
echo 'C'est pas beau les aspirateurs;
exit();
}
// le code du site
?>
<head>
<meta HTTP-EQUIV="Page-Enter" CONTENT="revealtrans(duration=4.0, transition=12)"><meta HTTP-EQUIV="Page-Exit" CONTENT="revealtrans(duration=4.0, transition=12)">
<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<head>
</span>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>http://www.pc-serviceplus.fr</title>
<META name="auteur" content="PC-SERVICEPLUS.info">
<META name="copyright" content="© 2009 Société PC-SERVICEPLUS.info">
<META name="mots-cles" content="Loraine,depannage,informatique,assistance,pc,ordinateur,24h/24,7j/7,urgent,non stop,info,hotline">
<meta name="keywords" content="Loraine,depannage,informatique,assistance,pc,ordinateur,24h/24,7j/7,urgent,non stop,info,hotline" />
<meta name="description" content="Dépannage Informatique,PC-SERVICEPLUS.info - Le spécialiste du dépannage à domicile - 24H/24 - 7J/7" />
<style type="text/css">
<!--
body,td,th {
color: #777;
}
body {
background-color: #000;
background-image: url(Mes Images/Image1.png);
background-repeat: repeat;
background-attachment:fixed
}
.Style24 {color: #FFFFFF}
a:link {
color: #FF9900;
}
a:visited {
color: #FF9900;
}
a:hover {
color: #FFFF00;
}
a:active {
color: #FF9900;
}
.Style6 {
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
}
.Style25 {font-size: 18px}
.Style28 {
font-size: 14px;
font-weight: bold;
}
.Style29 {
font-size: x-large;
font-weight: bold;
color: #FFFFFF;
}
-->
</style>
<script type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
//-->
</script>
</head>
<body background="Mes Images/Image1.png" onload="MM_preloadImages('icones/accueil/b0902160255495549.png','icones/En Atelier/b0902160259455945.png','icones/A Domicile/b09021603010111.png','icones/A Distance/b090216030229229.png','icones/Liens/b090216030320320.png','icones/Contact/b090216030414414.png','icones/Securite/b090216030534534.png','Boutton/accueil/b0902160255495549.png','Boutton/Nos Services/b0903180341254125.png','Boutton/En Atelier/b0902160259455945.png','Boutton/Chez Vous/b0903180342154215.png','Boutton/A Distance/b090216030229229.png','Boutton/Contact/b090216030414414.png','Boutton/TeamViewer/b0903180124162416.png','Boutton/Kaspersky/b0903180120142014.png','Boutton/Bitdefender/b0903180121172117.png','Boutton/Adware/b0903180121352135.png','Boutton/SpyBot/b0903180129162916.png','Boutton/C Cleaner/b0903180130513051.png','Boutton/Ma Config/b0903180126532653.png','Boutton/Degroup test/b0903180123162316.png','Boutton/TuneUp/b090404064307437.png','Boutton/Nos Tarifs/b090401061009109.png','Boutton/Fond d ecran/b0908090710441044.png','Boutton/Logiciels/b090809070552552.png')">
<table width="988" border="0">
<tr>
<th width="982" height="124" scope="row"><img src="Mes Images/Banniere psp.png" width="980" height="125" /></th>
</tr>
</table>
<p align="center"><a style="padding:0px; margin:0px; border: none;" href="http://www.tongif.com/"></a><img src="Mes Images/signbot.gif" width="198" height="43" /><img src="Mes Images/Banniere psp 2.png" width="440" height="55" /><a style="padding:0px; margin:0px; border: none;" href="http://www.tongif.com/"></a>
<img src="Mes Images/signbot.gif" width="198" height="43" />
<table width="989" height="310" border="0" cellpadding="0" cellspacing="0">
<tr>
<th width="121" height="310" scope="col"><p><a href="Accueil.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image12','','Boutton/accueil/b0902160255495549.png',1)"><img src="Boutton/accueil/f0902160255495549.png" name="Image12" width="120" height="25" border="0" id="Image12" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','icones/accueil/b0902160255495549.png',1)"></a></p>
<p><a href="Nos Services.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image13','','Boutton/Nos Services/b0903180341254125.png',1)"><img src="Boutton/Nos Services/f0903180341254125.png" name="Image13" width="120" height="25" border="0" id="Image13" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','icones/Les Services/b0902160258135813.png',0)"></a></p>
<p><a href="En Atelier.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image14','','Boutton/En Atelier/b0902160259455945.png',1)"><img src="Boutton/En Atelier/f0902160259455945.png" name="Image14" width="120" height="25" border="0" id="Image14" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','icones/En Atelier/b0902160259455945.png',1)"></a></p>
<p><a href="Chez Vous.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image15','','Boutton/Chez Vous/b0903180342154215.png',1)"><img src="Boutton/Chez Vous/f0903180342154215.png" name="Image15" width="120" height="25" border="0" id="Image15" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','icones/A Domicile/b09021603010111.png',1)"></a></p>
<p><a href="A Distance.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image16','','Boutton/A Distance/b090216030229229.png',1)"><img src="Boutton/A Distance/f090216030229229.png" name="Image16" width="120" height="25" border="0" id="Image16" /></a></p>
<p><a href="Contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image17','','Boutton/Contact/b090216030414414.png',1)"><img src="Boutton/Contact/f090216030414414.png" name="Image17" width="120" height="25" border="0" id="Image17" /></a></p>
<p><a href="Nos Tarifs.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image18','','Boutton/Nos Tarifs/b090401061009109.png',1)"><img src="Boutton/Nos Tarifs/f090401061009109.png" name="Image18" width="120" height="25" border="0" id="Image18" /></a></p>
<p><a href="https://www.teamviewer.com/fr/telecharger/windows/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image18','','Boutton/TeamViewer/b0903180124162416.png',1)"></a><a href="Conditions Generales de Ventes.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image26','','Boutton/C.G.V/b090401060944944.png',0)"><img src="Boutton/C.G.V/f090401060944944.png" name="Image26" width="120" height="25" border="0" id="Image26" /></a></p></th>
<th width="742" scope="col"><div align="center">
<p><img src="Mes Images/windows7.png" width="128" height="128" /><img src="Mes Images/ecran 3.png" width="460" height="220" /><img src="Mes Images/windows7.png" width="128" height="128" /></p>
<p><img src="Mes Images/clavier.png" width="200" height="87" /></p>
</div></th>
<th width="126" scope="col"><p><a href="affiliation Kaspersky.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image19','','Boutton/Kaspersky/b0903180120142014.png',1)"><img src="Boutton/Kaspersky/f0903180120142014.png" name="Image19" width="120" height="25" border="0" id="Image19" /></a><a href="https://boutique.kaspersky.fr/cameleon.html?N=343&page=1&typnews=SEM_GoogleAds_KLF_KAV_Brand&snf=966&gclid=CNHj8Z7LrZkCFYQ-3godUX8mJw" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image19','','Boutton/Kaspersky/b0903180120142014.png',1)"></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','icones/A Distance/b090216030229229.png',1)"></a></p>
<p><a href="Fond d'ecran.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image28','','Boutton/Fond d ecran/b0908090710441044.png',1)"><img src="Boutton/Fond d ecran/f0908090710441044.png" name="Image28" width="120" height="25" border="0" id="Image28" /></a><a href="https://bitdefender.nexway.store/checkout/add?products=34715c55-3265-4371-b5ff-87d9e11b11db&salesFlag=legacy" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image20','','Boutton/Bitdefender/b0903180121172117.png',1)"></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','icones/Liens/b090216030320320.png',1)"></a></p>
<p><a href="Affiliation Lavasoft.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image21','','Boutton/Adware/b0903180121352135.png',1)"><img src="Boutton/Adware/f0903180121352135.png" name="Image21" width="120" height="25" border="0" id="Image21" /></a><a href="https://www.adaware.com/fr" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image21','','Boutton/Adware/b0903180121352135.png',1)"></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','icones/Contact/b090216030414414.png',1)"></a></p>
<p><a href="Affiliation TuneUp.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image22','','Boutton/TuneUp/b090404064307437.png',1)"><img src="Boutton/TuneUp/f090404064307437.png" name="Image22" width="120" height="25" border="0" id="Image22" /></a><a href="https://www.01net.com/telecharger/windows/Securite/anti-spyware/fiches/26157.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image22','','Boutton/SpyBot/b0903180129162916.png',1)"></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','icones/Securite/b090216030534534.png',1)"></a></p>
<p><a href="Logiciels.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image29','','Boutton/Logiciels/b090809070552552.png',1)"><img src="Boutton/Logiciels/f090809070552552.png" name="Image29" width="120" height="25" border="0" id="Image29" /></a><a href="https://www.01net.com/telecharger/windows/Utilitaire/nettoyeurs_et_installeurs/fiches/32599.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image23','','Boutton/C Cleaner/b0903180130513051.png',1)"></a></p>
<p><a href="https://www.driverscloud.com/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image24','','Boutton/Ma Config/b0903180126532653.png',1)"><img src="Boutton/Ma Config/f0903180126532653.png" name="Image24" width="120" height="25" border="0" id="Image24" /></a></p>
<p><a href="https://www.degrouptest.com/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image25','','Boutton/Degroup test/b0903180123162316.png',1)"><img src="Boutton/Degroup test/f0903180123162316.png" name="Image25" width="120" height="25" border="0" id="Image25" /></a></p>
<p><a href="https://www.teamviewer.com/fr/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image27','','Boutton/TeamViewer/b0903180124162416.png',1)"><img src="Boutton/TeamViewer/f0903180124162416.png" name="Image27" width="120" height="25" border="0" id="Image27" /></a></p></th>
</tr>
</table>
<h2 align="center" class="Style29"><u>Accueil</u></h2>
<p align="center"><img src="Mes Images/bureau bleu 1.png" width="128" height="128" /></p>
<table width="989" height="124" border="0" cellpadding="0" cellspacing="0">
<tr>
<th height="124" scope="row"><p class="Style24"><strong>PC-Service Plus est un service disponible à votre écoute 24H/24 et 7J/7 sur la région Lorraine</strong>. Nous vous proposons un service </p>
<p class="Style24">de dépannage informatique à domicile,Vous expliquerez votre problème à l'un de nos techniciens</p>
<p class="Style24"> par téléphone qui vous donnera un premier avis sur le type de panne</p>
<p class="Style24"> informatique que vous rencontrez. Pour toute information nous </p>
<p class="Style24">contactés</span> <a href="mailto:pc-serviceplus@pc-serviceplus.eu">ici</a> <span class="Style24">par email </span></strong><span class="Style24">ou par téléphone au :</span></p>
<table width="978" border="0">
<tr>
<td width="332" height="161"><div align="center"><img src="Mes Images/windows7.png" width="128" height="128" /></div></td>
<td width="300"><h2 align="center" class="Style24"><Marquee direction="left" width="75%" scrolldelay="5" scrollamount="5">03.82.21.93.03</MARQUEE></h2>
<p align="center" class="Style24">ou encore nous joindre sur msn</p>
<p align="center" class="Style24"> pc-serviceplus@pc-serviceplus.info</p></td>
<td width="332"><div align="center"><img src="Mes Images/windows7.png" width="128" height="128" /></div></td>
</tr>
</table></th>
</tr>
</table>
<h3 align="center"><NOSCRIPT>
<a href='http://www.kqzyfj.com/click-3417811-10621765'>
<img alt='' border='0' height='90' src='http://www.awltovhc.com/image-3417811-10621765' width='728'>
</img>
</a>
</NOSCRIPT>
<SCRIPT src='http://www.lduhtrp.net/javascript/get_flash_html.js' type='text/javascript'>
</SCRIPT>
<SCRIPT type='text/javascript'>
getFlashHtml('TuneUp 2009_728*90', 728, 90, 'http://www.awltovhc.com/flash-3417811-10621765?clickTag=https://cj.dotomi.com/q570nmvuC/mty/BAGCBHGF/DEBHIBB/A/A/A?r=n%3c%3cr33z%3A%2F%2F666.u098pt.myw%3AIA%2Fmvsmu-DEBHIBB-BAGCBHGF%25CH%3c%3cQ%3c%3c%3cB%3cB%3cA%3cA%3c '', 'http://www.awltovhc.com/image-3417811-10621765', 'http://www.kqzyfj.com/click-3417811-10621765')
</SCRIPT>
</h3>
<h3 align="center"><img src="Mes Images/4113-55782.png" width="85" height="95" /><a href="affiliation Kaspersky.html" class="Style9"> Affiliation Kaspersky</a><img src="Mes Images/ad-aware.png" width="85" height="95" /><a href="Affiliation Lavasoft.html"> Affiliation Lavasoft </a><a href="affiliation Kaspersky.html" class="Style9"></a><img src="Mes Images/tuneup.png" width="85" height="95" /><a href="Affiliation TuneUp.html">Affiliation TuneUp</a></h3>
</script>
</div>
<h2 align="center" class="Style24">
<p align="center">
<script language="javascript">
// PLF - https://twitter.com/ceosammassey
var datedujour, date, mois, mois1, jour, jour1, an;
datedujour = new Date();
jour = datedujour.getDay()
switch(jour){
case 1 :
jour1 ="Lundi"
break;
case 2 :
jour1 ="Mardi"
break;
case 3 :
jour1 ="Mercredi"
break;
case 4 :
jour1 ="Jeudi"
break;
case 5 :
jour1 ="Vendredi"
break;
case 6 :
jour1 ="Samedi"
break;
case 0 :
jour1 ="Dimanche"
break;
}
date = datedujour.getDate()
mois = datedujour.getMonth()
switch(mois+1){
case 1 :
mois1 ="Janvier"
break;
case 2 :
mois1 ="Février"
break;
case 3 :
mois1 ="Mars"
break;
case 4 :
mois1 ="Avril"
break;
case 5 :
mois1 ="Mai"
break;
case 6 :
mois1 ="Juin"
break;
case 7 :
mois1 ="Juillet"
break;
case 8 :
mois1 ="Août"
break;
case 9 :
mois1 ="Septembre"
break;
case 10 :
mois1 ="Octobre"
break;
case 11 :
mois1 ="Novembre"
break;
case 12 :
mois1 ="Décembre"
break;
}
an = datedujour.getFullYear()
document.write("<div align='center'><font size='+2'><b>");
document.write(jour1, " ");
document.write(date, " ");
document.write(mois1 , " ");
document.write(an, " ");
document.write("</b></font></div>");
</script>
<p align="center"><span class="Style24"><img src="Mes Images/Boule PSP.png" width="128" height="148" />©</span></p>
<p align="center"><span class="Style28 Style24">Siret : 511 702 458 00015</span></p>
<p align="center" class="Style28 Style24"><strong>APE : 9511Z </strong></p>
<p align="center" class="Style28 Style24"><strong>TVA non applicable, art. 293 B du CGI, soumis au régime fiscal de la micro-entreprise</strong>.</p>
<table width="993" height="73" border="0" cellpadding="0" cellspacing="0">
<tr>
<th height="73" scope="row"><h5><span class="Style6 Style24">Tous droits réservés 2009 - PC-SERVICEPLUS.info- Dépannage Informatique©<br />
PC-SERVICEPLUS.info- Dépannage Informatiques ® et Réparations PC® </span></h5></th>
</tr>
</table>
<!-- DEBUT DU SCRIPT -->
<script language="JavaScript1.2">
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
function ejs_nodroit()
{
alert('Clic droit interdit');
return(false);
}
document.oncontextmenu = ejs_nodroit;
</script>
<!-- FIN DU SCRIPT -->
</script>
<embed src="Musiques/Accueil.mp3" width="0" height="0"></embed>
<bgsound scr="Accueil.mp3" loop=0>
<script language="JavaScript" type="text/javascript">
<!--
var titre = "PC-SERVICEPLUS.info ... DEPANNAGE INFORMATIQUE A DOMICILE ...24 HEURES SUR 24... ET 7 JOURS SUR 7... LOGICIELS GRATUIT ... FOND D'ECRAN GRATUIT POUR VOUS ... PC-SERVICEPLUS.info TOUJOURS A VOTRE ECOUTE !:-) ";
function bougerTitre()
{
titre = titre.substring(1, titre.length) + titre.substring(0, 1);
document.title = titre;
setTimeout("bougerTitre()", 100);
}
bougerTitre();
//-->
</script>
</body>
</html>
Voici ma page complete
Merci de m'avoir répondu le script que vous avez écrit je l'ai mis sur mon pc votre script marche mais c'est une fois fait le transfert sur le serveur et que je regarde mon site sur le serveur que le script ne marche plus.
pourriez vous svp m'indiquez qu'elle erreur j'ai comis.
Merci par avance.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<?php
session_start();
if (isset($_SESSION['isRobot'])) {
echo 'C'est pas beau les aspirateurs;
exit();
}
// le code du site
?>
<head>
<meta HTTP-EQUIV="Page-Enter" CONTENT="revealtrans(duration=4.0, transition=12)"><meta HTTP-EQUIV="Page-Exit" CONTENT="revealtrans(duration=4.0, transition=12)">
<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<head>
</span>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>http://www.pc-serviceplus.fr</title>
<META name="auteur" content="PC-SERVICEPLUS.info">
<META name="copyright" content="© 2009 Société PC-SERVICEPLUS.info">
<META name="mots-cles" content="Loraine,depannage,informatique,assistance,pc,ordinateur,24h/24,7j/7,urgent,non stop,info,hotline">
<meta name="keywords" content="Loraine,depannage,informatique,assistance,pc,ordinateur,24h/24,7j/7,urgent,non stop,info,hotline" />
<meta name="description" content="Dépannage Informatique,PC-SERVICEPLUS.info - Le spécialiste du dépannage à domicile - 24H/24 - 7J/7" />
<style type="text/css">
<!--
body,td,th {
color: #777;
}
body {
background-color: #000;
background-image: url(Mes Images/Image1.png);
background-repeat: repeat;
background-attachment:fixed
}
.Style24 {color: #FFFFFF}
a:link {
color: #FF9900;
}
a:visited {
color: #FF9900;
}
a:hover {
color: #FFFF00;
}
a:active {
color: #FF9900;
}
.Style6 {
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
}
.Style25 {font-size: 18px}
.Style28 {
font-size: 14px;
font-weight: bold;
}
.Style29 {
font-size: x-large;
font-weight: bold;
color: #FFFFFF;
}
-->
</style>
<script type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
//-->
</script>
</head>
<body background="Mes Images/Image1.png" onload="MM_preloadImages('icones/accueil/b0902160255495549.png','icones/En Atelier/b0902160259455945.png','icones/A Domicile/b09021603010111.png','icones/A Distance/b090216030229229.png','icones/Liens/b090216030320320.png','icones/Contact/b090216030414414.png','icones/Securite/b090216030534534.png','Boutton/accueil/b0902160255495549.png','Boutton/Nos Services/b0903180341254125.png','Boutton/En Atelier/b0902160259455945.png','Boutton/Chez Vous/b0903180342154215.png','Boutton/A Distance/b090216030229229.png','Boutton/Contact/b090216030414414.png','Boutton/TeamViewer/b0903180124162416.png','Boutton/Kaspersky/b0903180120142014.png','Boutton/Bitdefender/b0903180121172117.png','Boutton/Adware/b0903180121352135.png','Boutton/SpyBot/b0903180129162916.png','Boutton/C Cleaner/b0903180130513051.png','Boutton/Ma Config/b0903180126532653.png','Boutton/Degroup test/b0903180123162316.png','Boutton/TuneUp/b090404064307437.png','Boutton/Nos Tarifs/b090401061009109.png','Boutton/Fond d ecran/b0908090710441044.png','Boutton/Logiciels/b090809070552552.png')">
<table width="988" border="0">
<tr>
<th width="982" height="124" scope="row"><img src="Mes Images/Banniere psp.png" width="980" height="125" /></th>
</tr>
</table>
<p align="center"><a style="padding:0px; margin:0px; border: none;" href="http://www.tongif.com/"></a><img src="Mes Images/signbot.gif" width="198" height="43" /><img src="Mes Images/Banniere psp 2.png" width="440" height="55" /><a style="padding:0px; margin:0px; border: none;" href="http://www.tongif.com/"></a>
<img src="Mes Images/signbot.gif" width="198" height="43" />
<table width="989" height="310" border="0" cellpadding="0" cellspacing="0">
<tr>
<th width="121" height="310" scope="col"><p><a href="Accueil.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image12','','Boutton/accueil/b0902160255495549.png',1)"><img src="Boutton/accueil/f0902160255495549.png" name="Image12" width="120" height="25" border="0" id="Image12" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','icones/accueil/b0902160255495549.png',1)"></a></p>
<p><a href="Nos Services.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image13','','Boutton/Nos Services/b0903180341254125.png',1)"><img src="Boutton/Nos Services/f0903180341254125.png" name="Image13" width="120" height="25" border="0" id="Image13" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','icones/Les Services/b0902160258135813.png',0)"></a></p>
<p><a href="En Atelier.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image14','','Boutton/En Atelier/b0902160259455945.png',1)"><img src="Boutton/En Atelier/f0902160259455945.png" name="Image14" width="120" height="25" border="0" id="Image14" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','icones/En Atelier/b0902160259455945.png',1)"></a></p>
<p><a href="Chez Vous.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image15','','Boutton/Chez Vous/b0903180342154215.png',1)"><img src="Boutton/Chez Vous/f0903180342154215.png" name="Image15" width="120" height="25" border="0" id="Image15" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','icones/A Domicile/b09021603010111.png',1)"></a></p>
<p><a href="A Distance.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image16','','Boutton/A Distance/b090216030229229.png',1)"><img src="Boutton/A Distance/f090216030229229.png" name="Image16" width="120" height="25" border="0" id="Image16" /></a></p>
<p><a href="Contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image17','','Boutton/Contact/b090216030414414.png',1)"><img src="Boutton/Contact/f090216030414414.png" name="Image17" width="120" height="25" border="0" id="Image17" /></a></p>
<p><a href="Nos Tarifs.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image18','','Boutton/Nos Tarifs/b090401061009109.png',1)"><img src="Boutton/Nos Tarifs/f090401061009109.png" name="Image18" width="120" height="25" border="0" id="Image18" /></a></p>
<p><a href="https://www.teamviewer.com/fr/telecharger/windows/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image18','','Boutton/TeamViewer/b0903180124162416.png',1)"></a><a href="Conditions Generales de Ventes.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image26','','Boutton/C.G.V/b090401060944944.png',0)"><img src="Boutton/C.G.V/f090401060944944.png" name="Image26" width="120" height="25" border="0" id="Image26" /></a></p></th>
<th width="742" scope="col"><div align="center">
<p><img src="Mes Images/windows7.png" width="128" height="128" /><img src="Mes Images/ecran 3.png" width="460" height="220" /><img src="Mes Images/windows7.png" width="128" height="128" /></p>
<p><img src="Mes Images/clavier.png" width="200" height="87" /></p>
</div></th>
<th width="126" scope="col"><p><a href="affiliation Kaspersky.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image19','','Boutton/Kaspersky/b0903180120142014.png',1)"><img src="Boutton/Kaspersky/f0903180120142014.png" name="Image19" width="120" height="25" border="0" id="Image19" /></a><a href="https://boutique.kaspersky.fr/cameleon.html?N=343&page=1&typnews=SEM_GoogleAds_KLF_KAV_Brand&snf=966&gclid=CNHj8Z7LrZkCFYQ-3godUX8mJw" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image19','','Boutton/Kaspersky/b0903180120142014.png',1)"></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','icones/A Distance/b090216030229229.png',1)"></a></p>
<p><a href="Fond d'ecran.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image28','','Boutton/Fond d ecran/b0908090710441044.png',1)"><img src="Boutton/Fond d ecran/f0908090710441044.png" name="Image28" width="120" height="25" border="0" id="Image28" /></a><a href="https://bitdefender.nexway.store/checkout/add?products=34715c55-3265-4371-b5ff-87d9e11b11db&salesFlag=legacy" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image20','','Boutton/Bitdefender/b0903180121172117.png',1)"></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','icones/Liens/b090216030320320.png',1)"></a></p>
<p><a href="Affiliation Lavasoft.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image21','','Boutton/Adware/b0903180121352135.png',1)"><img src="Boutton/Adware/f0903180121352135.png" name="Image21" width="120" height="25" border="0" id="Image21" /></a><a href="https://www.adaware.com/fr" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image21','','Boutton/Adware/b0903180121352135.png',1)"></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','icones/Contact/b090216030414414.png',1)"></a></p>
<p><a href="Affiliation TuneUp.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image22','','Boutton/TuneUp/b090404064307437.png',1)"><img src="Boutton/TuneUp/f090404064307437.png" name="Image22" width="120" height="25" border="0" id="Image22" /></a><a href="https://www.01net.com/telecharger/windows/Securite/anti-spyware/fiches/26157.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image22','','Boutton/SpyBot/b0903180129162916.png',1)"></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','icones/Securite/b090216030534534.png',1)"></a></p>
<p><a href="Logiciels.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image29','','Boutton/Logiciels/b090809070552552.png',1)"><img src="Boutton/Logiciels/f090809070552552.png" name="Image29" width="120" height="25" border="0" id="Image29" /></a><a href="https://www.01net.com/telecharger/windows/Utilitaire/nettoyeurs_et_installeurs/fiches/32599.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image23','','Boutton/C Cleaner/b0903180130513051.png',1)"></a></p>
<p><a href="https://www.driverscloud.com/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image24','','Boutton/Ma Config/b0903180126532653.png',1)"><img src="Boutton/Ma Config/f0903180126532653.png" name="Image24" width="120" height="25" border="0" id="Image24" /></a></p>
<p><a href="https://www.degrouptest.com/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image25','','Boutton/Degroup test/b0903180123162316.png',1)"><img src="Boutton/Degroup test/f0903180123162316.png" name="Image25" width="120" height="25" border="0" id="Image25" /></a></p>
<p><a href="https://www.teamviewer.com/fr/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image27','','Boutton/TeamViewer/b0903180124162416.png',1)"><img src="Boutton/TeamViewer/f0903180124162416.png" name="Image27" width="120" height="25" border="0" id="Image27" /></a></p></th>
</tr>
</table>
<h2 align="center" class="Style29"><u>Accueil</u></h2>
<p align="center"><img src="Mes Images/bureau bleu 1.png" width="128" height="128" /></p>
<table width="989" height="124" border="0" cellpadding="0" cellspacing="0">
<tr>
<th height="124" scope="row"><p class="Style24"><strong>PC-Service Plus est un service disponible à votre écoute 24H/24 et 7J/7 sur la région Lorraine</strong>. Nous vous proposons un service </p>
<p class="Style24">de dépannage informatique à domicile,Vous expliquerez votre problème à l'un de nos techniciens</p>
<p class="Style24"> par téléphone qui vous donnera un premier avis sur le type de panne</p>
<p class="Style24"> informatique que vous rencontrez. Pour toute information nous </p>
<p class="Style24">contactés</span> <a href="mailto:pc-serviceplus@pc-serviceplus.eu">ici</a> <span class="Style24">par email </span></strong><span class="Style24">ou par téléphone au :</span></p>
<table width="978" border="0">
<tr>
<td width="332" height="161"><div align="center"><img src="Mes Images/windows7.png" width="128" height="128" /></div></td>
<td width="300"><h2 align="center" class="Style24"><Marquee direction="left" width="75%" scrolldelay="5" scrollamount="5">03.82.21.93.03</MARQUEE></h2>
<p align="center" class="Style24">ou encore nous joindre sur msn</p>
<p align="center" class="Style24"> pc-serviceplus@pc-serviceplus.info</p></td>
<td width="332"><div align="center"><img src="Mes Images/windows7.png" width="128" height="128" /></div></td>
</tr>
</table></th>
</tr>
</table>
<h3 align="center"><NOSCRIPT>
<a href='http://www.kqzyfj.com/click-3417811-10621765'>
<img alt='' border='0' height='90' src='http://www.awltovhc.com/image-3417811-10621765' width='728'>
</img>
</a>
</NOSCRIPT>
<SCRIPT src='http://www.lduhtrp.net/javascript/get_flash_html.js' type='text/javascript'>
</SCRIPT>
<SCRIPT type='text/javascript'>
getFlashHtml('TuneUp 2009_728*90', 728, 90, 'http://www.awltovhc.com/flash-3417811-10621765?clickTag=https://cj.dotomi.com/q570nmvuC/mty/BAGCBHGF/DEBHIBB/A/A/A?r=n%3c%3cr33z%3A%2F%2F666.u098pt.myw%3AIA%2Fmvsmu-DEBHIBB-BAGCBHGF%25CH%3c%3cQ%3c%3c%3cB%3cB%3cA%3cA%3c '', 'http://www.awltovhc.com/image-3417811-10621765', 'http://www.kqzyfj.com/click-3417811-10621765')
</SCRIPT>
</h3>
<h3 align="center"><img src="Mes Images/4113-55782.png" width="85" height="95" /><a href="affiliation Kaspersky.html" class="Style9"> Affiliation Kaspersky</a><img src="Mes Images/ad-aware.png" width="85" height="95" /><a href="Affiliation Lavasoft.html"> Affiliation Lavasoft </a><a href="affiliation Kaspersky.html" class="Style9"></a><img src="Mes Images/tuneup.png" width="85" height="95" /><a href="Affiliation TuneUp.html">Affiliation TuneUp</a></h3>
</script>
</div>
<h2 align="center" class="Style24">
<p align="center">
<script language="javascript">
// PLF - https://twitter.com/ceosammassey
var datedujour, date, mois, mois1, jour, jour1, an;
datedujour = new Date();
jour = datedujour.getDay()
switch(jour){
case 1 :
jour1 ="Lundi"
break;
case 2 :
jour1 ="Mardi"
break;
case 3 :
jour1 ="Mercredi"
break;
case 4 :
jour1 ="Jeudi"
break;
case 5 :
jour1 ="Vendredi"
break;
case 6 :
jour1 ="Samedi"
break;
case 0 :
jour1 ="Dimanche"
break;
}
date = datedujour.getDate()
mois = datedujour.getMonth()
switch(mois+1){
case 1 :
mois1 ="Janvier"
break;
case 2 :
mois1 ="Février"
break;
case 3 :
mois1 ="Mars"
break;
case 4 :
mois1 ="Avril"
break;
case 5 :
mois1 ="Mai"
break;
case 6 :
mois1 ="Juin"
break;
case 7 :
mois1 ="Juillet"
break;
case 8 :
mois1 ="Août"
break;
case 9 :
mois1 ="Septembre"
break;
case 10 :
mois1 ="Octobre"
break;
case 11 :
mois1 ="Novembre"
break;
case 12 :
mois1 ="Décembre"
break;
}
an = datedujour.getFullYear()
document.write("<div align='center'><font size='+2'><b>");
document.write(jour1, " ");
document.write(date, " ");
document.write(mois1 , " ");
document.write(an, " ");
document.write("</b></font></div>");
</script>
<p align="center"><span class="Style24"><img src="Mes Images/Boule PSP.png" width="128" height="148" />©</span></p>
<p align="center"><span class="Style28 Style24">Siret : 511 702 458 00015</span></p>
<p align="center" class="Style28 Style24"><strong>APE : 9511Z </strong></p>
<p align="center" class="Style28 Style24"><strong>TVA non applicable, art. 293 B du CGI, soumis au régime fiscal de la micro-entreprise</strong>.</p>
<table width="993" height="73" border="0" cellpadding="0" cellspacing="0">
<tr>
<th height="73" scope="row"><h5><span class="Style6 Style24">Tous droits réservés 2009 - PC-SERVICEPLUS.info- Dépannage Informatique©<br />
PC-SERVICEPLUS.info- Dépannage Informatiques ® et Réparations PC® </span></h5></th>
</tr>
</table>
<!-- DEBUT DU SCRIPT -->
<script language="JavaScript1.2">
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
function ejs_nodroit()
{
alert('Clic droit interdit');
return(false);
}
document.oncontextmenu = ejs_nodroit;
</script>
<!-- FIN DU SCRIPT -->
</script>
<embed src="Musiques/Accueil.mp3" width="0" height="0"></embed>
<bgsound scr="Accueil.mp3" loop=0>
<script language="JavaScript" type="text/javascript">
<!--
var titre = "PC-SERVICEPLUS.info ... DEPANNAGE INFORMATIQUE A DOMICILE ...24 HEURES SUR 24... ET 7 JOURS SUR 7... LOGICIELS GRATUIT ... FOND D'ECRAN GRATUIT POUR VOUS ... PC-SERVICEPLUS.info TOUJOURS A VOTRE ECOUTE !:-) ";
function bougerTitre()
{
titre = titre.substring(1, titre.length) + titre.substring(0, 1);
document.title = titre;
setTimeout("bougerTitre()", 100);
}
bougerTitre();
//-->
</script>
</body>
</html>
Voici ma page complete
aie !!!! quel code ....
tu es en train de te casser la tête pour pas grand chose et ton site ne fait pas pro du tout .... pas mal de choses qui débordent ou fonctionne très mal, plus .... qu'il n'est quasiment pas référençable !!!
tu utilises des "frames" :
pas de balises 'body' !!!
une seconde déclaration "HTML" et où as-tu mis le code ... si c'est sur ce site ou sur celui qui envoie
tout le problème vient de là .....
tu es en train de te casser la tête pour pas grand chose et ton site ne fait pas pro du tout .... pas mal de choses qui débordent ou fonctionne très mal, plus .... qu'il n'est quasiment pas référençable !!!
tu utilises des "frames" :
<HTML> <HEAD> <TITLE>PC-Service Plus - Le spécialiste du dépannage à domicile ...</TITLE> etc .... </HEAD> <HTML> <frameset rows="*,0" border="0" frameborder="0"><frame name="mainFrame" src="http://www.pc-serviceplus.XX"><frame name="RedirFrame" marginwidth="0" marginheight="0" scrolling="NO" noresize src="blank.html"></frameset><NOFRAMES> <a href="http://www.pc-serviceplus.XX">Redirection: http://www.pc-serviceplus.XX</a> </NOFRAMES>
pas de balises 'body' !!!
une seconde déclaration "HTML" et où as-tu mis le code ... si c'est sur ce site ou sur celui qui envoie
tout le problème vient de là .....
j'ai mis le code en fin de page, et je ne sais pas ce que c'est des frames pourriez vous me dire qu'elle soucis il y a sur le site.
le nom du site http ://www.pc-serviceplus.fr.
Qu'appellez vous un site professionnelle je travaile avec Adobe Dreamweaver CS4
le nom du site http ://www.pc-serviceplus.fr.
Qu'appellez vous un site professionnelle je travaile avec Adobe Dreamweaver CS4
les frames sont là:
elles appellent des fichiers qui sont renvoyés depuis ton autre hébergementan, mais cela ne donne rien "à manger" aux moteurs pour le référencement !!!!
pourquoi te servir de cette redirection ?
de plus le code est très mal placé puisque pas à la bonne place d'après les standards html ..
ta page d'accueil en flash ne contient quasiment rien non plus pour eux et va bloquer ton référencement , de plus elle ne contient aucun lien à suivre pour aller sur les autres pages ....
quand au code il fonctionne parfaitement .... sur tes pages sur l'autre hébergement , mais par exemple Accueil.html : non !!! minuscules, pas de caractères spéciaux, etc etc etc ...
pourquoi également mettre :
du php dans une page *.html ça ne peut pas fonctionner .....
tu as un sacré boulot sur la planche si tu veux faire un site vraiment 'pro' pour accrocher sur le net !
LWS t'a offert 2 noms de domaines ou tu les as payés ???
@+ bg
c'est visible à l'écr
<frameset rows="*,0" border="0" frameborder="0"><frame name="mainFrame" src="http://www.pc-serviceplus.XX"><frame name="RedirFrame" marginwidth="0" marginheight="0" scrolling="NO" noresize src="blank.html"></frameset><NOFRAMES> <a href="http://www.pc-serviceplus.XX">Redirection: http://www.pc-serviceplus.XX</a> </NOFRAMES>
elles appellent des fichiers qui sont renvoyés depuis ton autre hébergementan, mais cela ne donne rien "à manger" aux moteurs pour le référencement !!!!
pourquoi te servir de cette redirection ?
de plus le code est très mal placé puisque pas à la bonne place d'après les standards html ..
ta page d'accueil en flash ne contient quasiment rien non plus pour eux et va bloquer ton référencement , de plus elle ne contient aucun lien à suivre pour aller sur les autres pages ....
quand au code il fonctionne parfaitement .... sur tes pages sur l'autre hébergement , mais par exemple Accueil.html : non !!! minuscules, pas de caractères spéciaux, etc etc etc ...
pourquoi également mettre :
<?php session_start(); if (isset($_SESSION['isRobot'])) { echo 'C'est pas beau les aspirateurs; exit(); } // le code du site ?>
du php dans une page *.html ça ne peut pas fonctionner .....
tu as un sacré boulot sur la planche si tu veux faire un site vraiment 'pro' pour accrocher sur le net !
LWS t'a offert 2 noms de domaines ou tu les as payés ???
@+ bg
c'est visible à l'écr
J'ai mis ce code php pour eviter qu'on pirate mon site cela fait 5 fois que je change mon site pourriez vous m'indiquez un site pro, j'ai acheter mes noms de domaine et 2 gratuits. Car plusieurs fois on ma dit que mon site ne faisait pas pro, pourriez vous me donnez quelque conseils svp que je puisse m'améliorer. Car mon site je l'ai fait tout seul sans aucune aide. J'essais habituellement de me débrouillé seul mais la je patoge !!! lol
Merci par avance.
Merci par avance.