Bonjour,
je viens de refaire mon site comme j'ai pu^^ mais j'ai un probleme a un endroit sous Firefox (ca fonctionne sous IE)...tout fonctionne bien, sauf la partie "commentaires"...
Voyez par vous meme ca sera plus simple ==> http://bloodee.free.fr/site_v2/
(cliquez sur Ajouter un commentaire, ca saute aux yeux lol)
Mon code php :
J'espere que quelqu'un pourra m'éclairer^^
Merci
je viens de refaire mon site comme j'ai pu^^ mais j'ai un probleme a un endroit sous Firefox (ca fonctionne sous IE)...tout fonctionne bien, sauf la partie "commentaires"...
Voyez par vous meme ca sera plus simple ==> http://bloodee.free.fr/site_v2/
(cliquez sur Ajouter un commentaire, ca saute aux yeux lol)
Mon code php :
<?php
include ("compteur-live/compteur-live.php");
?>
<html>
<head>
<title>..:: Et Pan ! ::..</title>
<link rel="SHORTCUT ICON" href="favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
td img { display: block;
}
a:link
{
color: black;
text-decoration: none;
}
a:visited
{
color: black;
text-decoration: none;
}
a:hover, a:active
{
color: red;
text-decoration: none;
}
</style>
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); background-image: url(images/bg.gif);" alink="#000099" link="#000099" vlink="#990099">
<table style="width: 800px; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><img src="images/spacer.gif" alt="" border="0" height="1" width="10" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="1" width="82" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="1" width="15" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="1" width="1" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="1" width="1" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="1" width="678" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="1" width="13" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="1" width="1" /></td>
</tr>
<tr>
<td colspan="7"><img name="logo" src="images/logo.jpg" id="logo" alt="" border="0" height="123" width="800" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="123" width="1" /></td>
</tr>
<tr>
<td colspan="7"><img name="index_r2_c1" src="images/index_r2_c1.jpg" id="index_r2_c1" alt="" border="0" height="1" width="800" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="1" width="1" /></td>
</tr>
<tr>
<td colspan="5"><a href="index.php"><img style="border: 0px solid ; width: 109px; height: 26px;" name="Accueil" src="images/Accueil.jpg" id="Accueil" alt="" /></a></td>
<td style="border: 1px solid black; vertical-align: top; text-align: center; width: 50%;" rowspan="11" background="images/back.jpg">
<div style="height: 460px; top: 0; left: 0; overflow: auto">
<!-- Champ de recherche Google -->
<center>
<form method="get" action="http://www.google.fr/search">
<table>
<tbody>
<tr>
<td> <a href="http://www.google.fr/"><img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" align="left" border="0" /></a><br />
<input name="q" size="31" maxlength="255" value="" type="text" /> <input name="hl" value="fr" type="hidden" /><input name="btnG" value="Recherche Google" type="submit" /> </td>
</tr>
</tbody>
</table>
</form>
</center>
<!-- Google -->
<center><img style="width: 50px; height: 19px;" alt="" src="http://perso0.free.fr/cgi-bin/wwwcount.cgi?df=rivraysarl.dat&dd=war2orc&ft=4" /></center>
<?php
// Affichage du compteur instantané (compteur live ou live counter):
// ==========================================
// On lit les lignes du fichier /compteur-live/compteur-live.txt
// dans le tableau $compteur_live.
// Ce fichier contient 2 lignes par visiteur connecté. Le nombre de visiteurs connecté
// est donc la moitié du nombre de lignes du fichier.
$compteur_live = file("compteur-live/compteur-live.txt");
echo (count($compteur_live)/2)." ";
if((count($compteur_live)/2) > 1) {
echo "visiteurs connectés";
}
else {
echo "visiteur connecté";
}
?>
<?php
####################################################
# SPONGE NEWS 2.2 Génération du cookie #
####################################################
if ($action == "comment" && $action2 == "transit"){
setcookie("SN_nom",$auteur,time()+86400*365,"/");
setcookie("SN_mail",$mail,time()+86400*365,"/");
setcookie("SN_url",$url,time()+86400*365,"/");
}
####################################################
# SPONGE NEWS 2.2 Génération du cookie #
####################################################
################################
# SPONGE NEWS 2.2 #
################################
// CONFIGURATION
$sndir = "news/"; // Inscrire le répertoire ou figure le script SpongeNews par rapport a la page où vous y
// mettrez cette page en "include".
// EX: $sndir = "news/"
// NE PAS OUBLIER LE "/" À LA FIN
$current = "index.php"; // Nom de la page où vous y mettrez cette page en "include".
// EX: $current = "index.php"
// DOIT AVOIR L'EXTENSION *.PHP ou *.PHP3 ou *.PHP4 SEULEMENT
// LE CODE très long ;0)
include $sndir."news.php";
################################
# SPONGE NEWS 2.2 #
################################
?></div></td>
<td rowspan="12"><img name="index_r3_c7" src="images/index_r3_c7.jpg" id="index_r3_c7" alt="" border="0" height="476" width="13" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="26" width="1" /></td>
</tr>
<tr>
<td colspan="5"><a href="forum/index.php"><img style="border: 0px solid ; width: 109px; height: 28px;" name="forum" src="images/forum.jpg" id="forum" alt="" /></a></td>
<td><img src="images/spacer.gif" alt="" border="0" height="28" width="1" /></td>
</tr>
<tr>
<td colspan="5"><a href="http://bloodee.free.fr/index2.php"><img style="border: 0px solid ; width: 109px; height: 30px;" name="ftp" src="images/ftp.jpg" id="ftp" alt="" /></a></td>
<td><img src="images/spacer.gif" alt="" border="0" height="30" width="1" /></td>
</tr>
<tr>
<td colspan="5"><a href="http://bloodee.free.fr/mp3"><img style="border: 0px solid ; width: 109px; height: 26px;" name="mp3" src="images/mp3.jpg" id="mp3" alt="" /></a></td>
<td><img src="images/spacer.gif" alt="" border="0" height="26" width="1" /></td>
</tr>
<tr>
<td colspan="4"><a href="#galerie" onclick="window.open('fig/index.html','view_gallery','height=430,width=631,scrollbars=no');"><img style="border: 0px solid ; width: 108px; height: 27px;" name="galerie" src="images/galerie.jpg" id="galerie" alt="" /></a></td>
<td rowspan="8"><img name="index_r7_c5" src="images/index_r7_c5.jpg" id="index_r7_c5" alt="" border="0" height="366" width="1" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="27" width="1" /></td>
</tr>
<tr>
<td colspan="4"><a href="http://bloodee.free.fr/videos"><img style="border: 0px solid ; width: 108px; height: 30px;" name="video" src="images/video.jpg" id="video" alt="" /></a></td>
<td><img src="images/spacer.gif" alt="" border="0" height="30" width="1" /></td>
</tr>
<tr>
<td colspan="3"><a href="#admin" onclick="window.open('fig/admin','Administration')"><img style="border: 0px solid ; width: 107px; height: 27px;" name="admin" src="images/admin.jpg" id="admin" alt="" /></a></td>
<td rowspan="6"><img name="index_r9_c4" src="images/index_r9_c4.jpg" id="index_r9_c4" alt="" border="0" height="309" width="1" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="27" width="1" /></td>
</tr>
<tr>
<td colspan="3"><a href="mailto:titi@etpan.net"><img style="border: 0px solid ; width: 107px; height: 33px;" name="contact" src="images/contact.jpg" id="contact" alt="" /></a></td>
<td><img src="images/spacer.gif" alt="" border="0" height="33" width="1" /></td>
</tr>
<tr>
<td colspan="3"><img name="index_r11_c1" src="images/index_r11_c1.jpg" id="index_r11_c1" alt="" border="0" height="9" width="107" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="9" width="1" /></td>
</tr>
<tr>
<td rowspan="3"><img name="index_r12_c1" src="images/index_r12_c1.jpg" id="index_r12_c1" alt="" border="0" height="240" width="10" /></td>
<td background="images/link.jpg"><small><small>-
<a href="http://bts-2.skyblog.com/">blog BTS</a><br />
- <a href="http://simplyme10.skyblog.com/">blog of Maude</a><br />
- <a href="http://www.forum-toshop.com/">Forum-Toshop</a><br />
- <a href="http://www.prizee.com/">Prizee</a><br />
- <a href="http://www.ebay.fr/">ebay</a><br />
- <a href="http://www.01net.com/">01net</a><br />
- <a href="http://www.zepeople.com/accueil.php">Zepeople</a><br />
- <a href="http://www.myefarm.com/">My e-farm</a><br />
- <a href="http://www.aduf.org/">Aduf.org</a><br />
- <a href="http://www.vente-privee.com">Vente-privée</a><br />
- <a href="http://www.souffle.org/">Souffle.org</a><br />
- <a href="http://www.animeka.com/">AnimeKa</a><br />
- <a href="http://www.peer2p.com/">Peer2p.com</a><br />
- <a href="http://www.whatismyip.org/">Whatismyip.org</a><br />
</small></small> </td>
<td rowspan="3"><img name="index_r12_c3" src="images/index_r12_c3.jpg" id="index_r12_c3" alt="" border="0" height="240" width="15" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="176" width="1" /></td>
</tr>
<tr>
<td rowspan="2"><img name="index_r13_c2" src="images/index_r13_c2.jpg" id="index_r13_c2" alt="" border="0" height="64" width="82" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="50" width="1" /></td>
</tr>
<tr>
<td><img name="bas" src="images/bas.jpg" id="bas" alt="" border="0" height="14" width="678" /></td>
<td><img src="images/spacer.gif" alt="" border="0" height="14" width="1" /></td>
</tr>
</tbody>
</table>
</body>
</html>
J'espere que quelqu'un pourra m'éclairer^^
Merci