Précédent   Forum des professionnels en informatique > Webmasters - Développement Web > HTML / DHTML / XHTML
HTML / DHTML / XHTML Forum sur la programmation HTML / DHTML/ XHTML et la validation W3C. Cours (X)HTML, FAQ (X)HTML
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 30/11/2010, 22h45   #1
Candidat au titre de Membre du Club
 
Inscription : juillet 2009
Messages : 193
Détails du profil
Informations personnelles :
Localisation : France

Informations forums :
Inscription : juillet 2009
Messages : 193
Points : 12
Points : 12
Par défaut Menu lien qui change seule

Bonjour all,
j'ai un souci de raccourci de lien il change seule et je ne comprend pas pourquoi et comment et surtout d'où sa peut venir.

Voici mon code originale

Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<div id="cadre-gauche">
  <div class="droite-gauche">
    <div class="titre-menu">Navigation du <strong>Tchat</strong> </div>
    <a href="./anim.php"><strong>Devenir Animateur</strong></a>
	<a href="javascript:void(favoris());"><strong>Ajouter aux favoris</strong></a>
	<a href="./netiquette.php"><strong>R&eacute;glement du chat</strong></a>
	<a href="http://ub33.free.fr/photo/index.php"><strong>Photo des membres</strong></a>
	<a href="./smiley.php"><strong>Utiliser nos smiley</strong></a>
	<a href="./stats.php"><strong>Statistique du chat</strong></a></div>
  <div class="droite-gauche">
    <div class="titre-menu">Webmaster</div>
    <a href="./formulaire.php"><strong>Cr&eacute;er un chat</strong></a> 
	<a href="./salon.php"><strong>R&eacute;server Mon Salon</strong></a> 
	<a href="./partenaire/links.php"><strong>&Eacute;change de lien</strong></a> 
	<a href="./contact.php"><b>Contactez-nous</b></a></div>
<div class="droite-gauche">
    <div class="titre-menu">Aide <strong>Tchat</strong> et <strong>Scipt</strong> </div>
    <a href="./uno.php"><strong>Commande Uno</strong></a> 
	<a href="./connexion-chat.php"><strong>Connexion Tchat</strong></a> 
	<a href="./connexion-mirc.php"><strong>Connexion Script</strong></a> 
	<a href="./botserv.php"><strong>Commande Botserv</strong></a> 
	<a href="./chanserv.php"><strong>Commande Chanserv</strong></a>
	<a href="./nickserv.php"><strong>Commande Nickserv</strong></a>
	<a href="./memoserv.php"><strong>Commande Memoserv</strong></a></div>
<div class="droite-gauche">

et quand je clic dessus ou quand j'affiche la source on voie sa comme lien :

Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<div id="cadre-gauche">
  <div class="droite-gauche">
    <div class="titre-menu">Navigation du <strong>Tchat</strong> </div>
    <a href="./anim.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Devenir Animateur</strong></a>
	<a href="javascript:void(favoris());"><strong>Ajouter aux favoris</strong></a>
	<a href="./netiquette.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Réglement du chat</strong></a>
 
	<a href="http://ub33.free.fr/photo/index.php"><strong>Photo des membres</strong></a>
	<a href="./smiley.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Utiliser nos smiley</strong></a>
	<a href="./stats.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Statistique du chat</strong></a></div>
  <div class="droite-gauche">
    <div class="titre-menu">Webmaster</div>
    <a href="./formulaire.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Créer un chat</strong></a> 
	<a href="./salon.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Réserver Mon Salon</strong></a> 
	<a href="./partenaire/links.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Échange de lien</strong></a> 
	<a href="./contact.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><b>Contactez-nous</b></a></div>
 
<div class="droite-gauche">
    <div class="titre-menu">Aide <strong>Tchat</strong> et <strong>Scipt</strong> </div>
    <a href="./uno.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Commande Uno</strong></a> 
	<a href="./connexion-chat.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Connexion Tchat</strong></a> 
	<a href="./connexion-mirc.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Connexion Script</strong></a> 
	<a href="./botserv.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Commande Botserv</strong></a> 
	<a href="./chanserv.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Commande Chanserv</strong></a>
 
	<a href="./nickserv.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Commande Nickserv</strong></a>
	<a href="./memoserv.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Commande Memoserv</strong></a></div>
<div class="droite-gauche">
    <div class="titre-menu">Téléchargements</div>
    <a href="./script.php?PHPSESSID=ad3bb25ed88b1f2ba00ab34304d0fc8a"><strong>Script <strong>Tchat</strong> Fusion</strong></a>

Cordialement Stéphane
snip74 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 01/12/2010, 01h17   #2
Modérateur
 
Avatar de Vil'Coyote
 
Développeur Web
Inscription : février 2008
Messages : 3 301
Détails du profil
Informations personnelles :
Âge : 31
Localisation : France, Marne (Champagne Ardenne)

Informations professionnelles :
Activité : Développeur Web

Informations forums :
Inscription : février 2008
Messages : 3 301
Points : 4 479
Points : 4 479
à voir comme ça le phpsessid est une gestion de session donc faudrait plutôt voir le code php mais surtout t'orienter vers la section php.
Vil'Coyote est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 01/12/2010, 01h26   #3
Candidat au titre de Membre du Club
 
Inscription : juillet 2009
Messages : 193
Détails du profil
Informations personnelles :
Localisation : France

Informations forums :
Inscription : juillet 2009
Messages : 193
Points : 12
Points : 12
Bonsoir et merci de ta réponsse:
mon code entier bah le voila rien d'extra ordinaire

Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!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">
<head>
<title>Devenir animateur chat, chat rencontre, rencontre chat chat gratuit</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="description" content="Devenir animateur chat, chat gratuit, rencontres, chat rencontre tchat gratuit. chat Sans inscription obligatoire! rencontres 100% gratuites" />
<meta name="dc_description" content="Comment Devenir animateur sur le chat, tchat, chat gratuit, rencontre sans inscription; chat et rencontre sans inscription sur un tchat gratuit" />
<meta name="keywords" content="Devenir animateur tchat, chat, Chat, Tchat, rencontre, rencontres, chat gratuit, rencontres, tchatche, tchat gratuit, tchatche gratuit, tchatter, tchatche" /> 
<meta name="dc-keywords" content="Devenir animateur chat, tchat,Tchat, Chat, rencontre, rencontres, tchat gratuit, chat gratuit"/>
<meta name="msnbot" content="noodp" />
<meta name="author" content="Tchat-Fusion, Chat-fusion" />
<meta name="generator" content="Tchat Chat-Fusion.org, TChat-Fusion.org, Chat-Fusion.fr" />
<meta name="copyright" content="Tchat Chat-Fusion.org, TChat-Fusion.org, Chat-Fusion.fr" />
<meta name="robots" content="all" />
<meta name="robots" content="all, index, follow" />
<meta http-equiv="Content-Language" content="fr" />
<meta http-equiv="Content-Script-Type" content="text/javascript"/>
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico" />
<link title="style" type="text/css" rel="stylesheet" href="style.css" />
<script type="text/javascript" src="../function.js"></script>
<script type="text/javascript">
function favoris() {
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ window.sidebar.addPanel("Rencontre Gratuit chat-fusion","http://www.chat-fusion.fr",""); }
else { window.external.AddFavorite("http://www.chat-fusion.fr","Rencontre Gratuit chat-fusion"); } }
</script>
<script type="text/javascript">
var color= 0;
function changecouleur() {
    var font = document.getElementById('memo');
    if(color == 0) {
    font.style.color = "#2c52b5";
        color = 1;
    } else {
    font.style.color = "#FF0000";
    color = 0;
    }
    window.setTimeout("changecouleur()",800);
}
window.onload = changecouleur;</script>
<style type="text/css">
<!--
.Style1 {color: #FF0000}
-->
</style>
</head>
<body>
<div id="banniere">
  <table width="100%">
<tr><td width="33%"><img src="images/banniere.png" alt="rencontre" width="300" height="60" /></td>
<td width="33%">  <div align="center">
  <script type="text/javascript"><!--
google_ad_client = "pub-3944901033318036";
/* 468x60, date de création 08/11/10 */
google_ad_slot = "8940735097";
google_ad_width = 468;
google_ad_height = 60;
//-->
      </script>
  <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
      </script>
</div></td>
      <td width="33%"><div align="right"><img src="images/ban.gif" alt="rencontre gratuit" /></div></td>
    </tr>
  </table>
</div>
<div id="mixxradiogold">
  <table width="100%">
    <tr>
      <td width="19%"><div align="center"><a href="http://www.mixxradiogold.fr" target="_blank"><img src="images/mixx.gif" alt="mixxradiogold" width="143" height="24" border="0" /></a></div></td>
      <td width="20%"><iframe name="webradio" src="http://www.mixxradiogold.fr/pochetteMR/pochettesmrg/bartitre_ozone.php" height="18" width="315"></iframe></td>
      <td width="5%"><div align="center"><a href="http://www.mixxradiogold.fr/stream128k.asx" target="_blank"><img src="images/Wmp.png" alt="media player" width="24" height="24" border="0" /></a></div></td>
      <td width="5%"><div align="center"><a href="http://www.mixxradiogold.fr/stream128k.m3u" target="_blank"><img src="images/Winamp.png" alt="Winamp" width="24" height="24" border="0" /></a></div></td>
      <td width="5%"><div align="center"><a href="http://www.mixxradiogold.fr/stream128k.m3u" target="_blank"><img src="images/iTunes.png" alt="Itunes" width="24" height="24" border="0" /></a></div></td>
      <td width="5%"><div align="center"><a href="http://www.mixxradiogold.fr/stream128k.m3u" target="_blank"><img src="images/Vlc.png" alt="VLC" width="24" height="24" border="0" /></a></div></td>
      <td width="5%"><div align="center"><a href="http://www.mixxradiogold.fr/stream.ram" target="_blank"><img src="images/RealOne.png" alt="Real One" width="24" height="24" border="0" /></a></div></td>
      <td width="20%">&nbsp;</td>
    </tr>
  </table>
</div>
 
<div id="cadre-gauche">
  <div class="droite-gauche">
    <div class="titre-menu">Navigation</div>
    <a href="./anim.php"><strong>Devenir Animateur</strong></a> <a href="#"><strong>R&eacute;server Mon Pseudo</strong></a> <a href="./salon.php"><strong>R&eacute;server Mon Salon</strong></a> <a href="javascript:void(favoris());"><strong>Ajouter aux favoris</strong></a> <a href="./netiquette.php"><strong>R&eacute;glement du chat</strong></a> <a href="http://ub33.free.fr/photo/index.php"><strong>Photo des membres</strong></a> <a href="./smiley.php"><strong>Utiliser nos smiley</strong></a> <a href="./stats.php"><strong>Statistique du chat</strong></a></div>
  <div class="droite-gauche">
    <div class="titre-menu">Webmaster</div>
    <a href="./formulaire.php"><strong>Cr&eacute;er un chat</strong></a> <a href="./partenaire/links.php"><strong>&Eacute;change de lien</strong></a> <a href="./contact.php"><b>Contactez-nous</b></a></div>
  <div class="droite-gauche">
    <div class="titre-menu">Aide <strong>Chat</strong> Et <strong>Scipt</strong> </div>
    <a href="./uno.php"><strong>Commande Uno</strong></a> <a href="./connexion-chat.php"><strong>Connexion Tchat</strong></a> <a href="./connexion-mirc.php"><strong>Connexion Script</strong></a> <a href="./botserv.php"><strong>Commande Botserv</strong></a> <a href="./chanserv.php"><strong>Commande Chanserv</strong></a> <a href="./nickserv.php"><strong>Commande Nickserv</strong></a> <a href="./memoserv.php"><strong>Commande Memoserv</strong></a></div>
  <div class="droite-gauche">
    <div class="titre-menu">T&eacute;l&eacute;chargements</div>
    <a href="./script.php"><strong>Script chat Fusion</strong></a> <a href="http://ub33.free.fr/telechargement/uno.zip"><strong>Script Jeu Uno</strong></a></div>
  <div class="droite-gauche">
    <div class="titre-menu">Plublicit&eacute; Google</div>
    <table width="100%">
      <tr>
        <td><div align="center">
          <script type="text/javascript"><!--
google_ad_client = "pub-3944901033318036";
/* 120x90, date de cr&eacute;ation 18/09/08 */
google_ad_slot = "2882438000";
google_ad_width = 120;
google_ad_height = 90;
//-->
</script>
          <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
          <script type="text/javascript"><!--
google_ad_client = "pub-3944901033318036";
/*  */
google_ad_slot = "3705144773";
google_ad_width = 125;
google_ad_height = 125;
//-->
</script>
          <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        </div></td>
      </tr>
    </table>
  </div>
</div>
<div id="cadre-centre">
<div class="bienvenu">Quelques conseils pour <strong>devenir animateur</strong></div>
<div id="information">Une id&eacute;e brillante pour avoir encore plus de monde sur chat fusion ? envoyez un mail en <a href="#" target="_blank" class="pub-chat">cliquant ici</a>.</div>
<div id="centre">
  <table width="100%">
    <tr>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td><fieldset>
        <div align="center"><span class="Style2">POUR <strong>DEVENIR ANIMATEUR</strong> :</span>
        </div>
      </fieldset></td>
    </tr>
    <tr>
       <td>&nbsp;</td>
    </tr>
    <tr>
      <td><fieldset><p class="Style3">1) <strong class="Style5">Evitez de demander aux Administrateurs </strong>(d&rsquo;autant plus avec insistance)<strong> <span class="Style5">pour &ecirc;tre <strong>Animateur</strong></span>.</strong> Ceci risque au contraire les &eacute;nerver et vous compromettrez tout &eacute;ventuel espoir de promotion.<br />
          </p>
          <p class="Style3">2) Il faut &ecirc;tre souvent pr&eacute;sent sur le <strong>tchat</strong>, en journ&eacute;e ou plusieurs  fois par semaine.<br />
          </p>
          <p class="Style3">3) Il faut participer &agrave; la vie du salon,   en l'<strong>animant</strong> (parler souvent), et montrant l&rsquo;exemple afin de maintenir   une bonne ambiance.<br />
          </p>
          <p class="Style3">4) Il faut bien &eacute;videmment respecter en tous points la <a href="http://www.tchat-fusion.org/Navigation.php?opt=netiquette" class="Style2">N&eacute;tiquette</a><br />
          </p>
          <p class="Style3">5) Ne jamais r&eacute;gler des soucis d&rsquo;ordre Priv&eacute; sur les salons.<br />
          </p>
          <p class="Style3">6) Avoir un pseudo <a href="http://www.tchat-fusion.org/salon.php?option=NsRegister" class="Style2">Enregistr&eacute;</a> et l'utiliser r&eacute;guli&egrave;rement.</p>
      </fieldset></td>
    </tr>
    <tr>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td><fieldset>
        <div align="center" class="Style6"><strong><u>Apr&egrave;s cela, un administrateur viendra vous voir en priv&eacute; pour vous  proposer de <strong>devenir Animateur</strong>.</u></strong>          </div>
      </fieldset></td>
    </tr>
  </table>
 <p align="right" class="Style1"><em>Ces r&egrave;gles ne sont qu&rsquo;&agrave; titre indicatif !</em></p>
</div>
<div id="pub-chat">
  <p align="center">
  <a href="#" target="_blank" class="pub-chat">Faire de la pub pour le <strong>Tchat gratuit</strong></a>
  </p>
</div>
<div id="partenaire-chat">
  <table width="100%">
    <tr>
      <td><div id="pub"> 
	  <a href="#"><b>Partenaire :</b></a> 
	  <a href="http://www.webcamo.com" target="_blank"><strong>rencontre</strong></a>
	  <a href="http://www.tchat-fusion.org" target="_blank"><strong>rencontre</strong></a>
	  <a href="http://www.chat-fusion.org"><strong>rencontre</strong></a>
	  <a href="http://www.chat-fusion.fr" target="_blank"><strong>rencontre</strong></a>
	  <a href="http://www.webcamo.fr"><strong>rencontres</strong></a>
	  </div></td>
      </tr>
    <tr>
      <td><script type="text/javascript"><!--
				google_ad_client = "pub-3944901033318036";
				/* 234x60, date de création 18/04/08 */
				google_ad_slot = "9513668252";
				google_ad_width = 728;
				google_ad_height = 15;
				//-->
			</script>
			<script type="text/javascript"
				src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</script></td>
    </tr>
  </table>
</div>
</div>
<div id="cadre-droite">
  <div class="droite-gauche">
    <div class="titre-menu"> Espace Photo </div>
    <form action="http://ub33.free.fr/photo/membre.php" method="post" name="connexion" id="connexion" class="formulaire">
      <table width="100%">
        <tr>
          <td>Pseudo</td>
          <td><label>
            <input name="login" type="text" class="boiteFormulaire" size="19" maxlength="19" />
          </label></td>
        </tr>
        <tr>
          <td>Passe</td>
          <td><label>
            <input type="password" name="pass" size="19" class="boiteFormulaire" />
          </label></td>
        </tr>
        <tr>
          <td colspan="2"><div align="center">
              <input name="connexion" type="submit" value="Valider" class="boiteFormulaire" />
          </div></td>
        </tr>
        <tr>
          <td colspan="2"><div align="center"><a href="http://www.tchat-fusion.org/mdp.php"><strong>Mot de Passe perdu</strong></a></div></td>
        </tr>
      </table>
    </form>
  </div>
<div class="droite-gauche">
    <div class="titre-menu">Sondage Bient&ocirc;t </div>
    <table width="100%">
      <tr>
        <td>&nbsp;</td>
      </tr>
    </table>
  </div>
  <div class="droite-gauche">
    <div class="titre-menu">Recherche Google </div>
    <table width="100%">
      <tr>
        <td><div align="center">
          <form action="http://www.google.fr/cse" id="cse-search-box" target="_blank">
            <div>
              <input type="hidden" name="cx" value="partner-pub-3944901033318036:3l9iy0-m8ir" />
              <input type="hidden" name="ie" value="ISO-8859-1" />
              <input type="text" name="q" size="18" />
              <input type="submit" name="sa" value="Rechercher" />
            </div>
          </form>
          <script type="text/javascript" src="http://www.google.fr/cse/brand?form=cse-search-box&amp;lang=fr"></script>
        </div></td>
      </tr>
    </table>
  </div>
<div class="droite-gauche">
<div class="titre-menu">Visiteurs En Ligne</div>
</div>
</div>
<div id="pied-de-page">
<p>Copyright &copy; 2010 - <a href="http://www.tchat-fusion.org">http://www.chat-fusion.fr</a> - Tous droits r&eacute;serv&eacute;s.</p>
</div>
</body>
</html>

Citation:
Envoyé par Vil'Coyote Voir le message
à voir comme ça le phpsessid est une gestion de session donc faudrait plutôt voir le code php mais surtout t'orienter vers la section php.
par contre pense tu que sa puisse venir de mais autre page qui on se systéme ?
je m'explique avant que tu me dise que tu connais pas mes page :p
en faite j'ai mon dossier www qui a toute mes page index.php anim.php fonction.js etc.. vais pas tous les sités :p
et justement sur mes page y a bien un système de phpsessid qui pointes les lien en lien?2545 et j'ai créer un dossier Nouveau pour créer mon future site et design
donc ma question et t'il possible que mon nouveau kit graphique et page sois affecté par les ancinnes page ?

Cordialement Stéphane
snip74 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 01/12/2010, 09h50   #4
Modérateur
 
Avatar de Vil'Coyote
 
Développeur Web
Inscription : février 2008
Messages : 3 301
Détails du profil
Informations personnelles :
Âge : 31
Localisation : France, Marne (Champagne Ardenne)

Informations professionnelles :
Activité : Développeur Web

Informations forums :
Inscription : février 2008
Messages : 3 301
Points : 4 479
Points : 4 479
oui y a de grosse chance que cela provienne de ça. vérifie ton php.ini la valeur de session.use_only_cookies
Vil'Coyote est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 04h41.


 
 
 
 
Partenaires

Hébergement Web