Set character_set_results="utf8";
Fermé
wojtko
Messages postés
9
Date d'inscription
vendredi 13 février 2009
Statut
Membre
Dernière intervention
4 mars 2010
-
13 févr. 2009 à 12:40
wojtko Messages postés 9 Date d'inscription vendredi 13 février 2009 Statut Membre Dernière intervention 4 mars 2010 - 13 févr. 2009 à 15:18
wojtko Messages postés 9 Date d'inscription vendredi 13 février 2009 Statut Membre Dernière intervention 4 mars 2010 - 13 févr. 2009 à 15:18
A voir également:
- Set character_set_results="utf8";
- Set-top box - Accueil - Box & Connexion Internet
- Net set man - Télécharger - Divers Réseau & Wi-Fi
- Set fsb - Télécharger - Optimisation
- Time of day not set please run setup program ✓ - Forum Debian
- 163 time and date not set - Forum Matériel & Système
8 réponses
HostOfSeraphim
Messages postés
6750
Date d'inscription
jeudi 2 février 2006
Statut
Contributeur
Dernière intervention
31 juillet 2016
1 608
13 févr. 2009 à 12:42
13 févr. 2009 à 12:42
C'est effectivement un problème d'encodage des caractères.
Est-ce que tu pourrais poster le contenu de ta page, entre les balises <head> et </head> ?
Est-ce que tu pourrais poster le contenu de ta page, entre les balises <head> et </head> ?
wojtko
Messages postés
9
Date d'inscription
vendredi 13 février 2009
Statut
Membre
Dernière intervention
4 mars 2010
13 févr. 2009 à 12:47
13 févr. 2009 à 12:47
Bonjour merci de m'avoir repondu aussi vite....
Poster le contenu de ma page entre deux balises...Je fais un copier coller de la page en question ? (il y a tout un forum !! ) ou je met son url ?
Poster, c'est ici ? j'ecris ici cette page ?
http://www.zouerate.com/forum/index.php
Pardonnez moi , je suis pas assez calé en informatique pour bien comprendre votre demande...Et ce qui me perturbe c'est qu'il y a beaucoup de pages !!!
Merci
Patrick
Poster le contenu de ma page entre deux balises...Je fais un copier coller de la page en question ? (il y a tout un forum !! ) ou je met son url ?
Poster, c'est ici ? j'ecris ici cette page ?
http://www.zouerate.com/forum/index.php
Pardonnez moi , je suis pas assez calé en informatique pour bien comprendre votre demande...Et ce qui me perturbe c'est qu'il y a beaucoup de pages !!!
Merci
Patrick
HostOfSeraphim
Messages postés
6750
Date d'inscription
jeudi 2 février 2006
Statut
Contributeur
Dernière intervention
31 juillet 2016
1 608
13 févr. 2009 à 12:51
13 févr. 2009 à 12:51
Un copier/coller de ce qu'il y a entre les balises <head> et </head> oui.
Poster = mettre ici :-)
En temps normal on peut le faire avec juste l'URL, mais j'utilise la connexion de mon bureau, et ça rend la manipulation impossible pour moi.
Il n'y a qu'une page à faire, ce genre d'informations se répète à l'identique sur chaque page, à l'exception de quelques éléments inutiles pour notre recherche.
Poster = mettre ici :-)
En temps normal on peut le faire avec juste l'URL, mais j'utilise la connexion de mon bureau, et ça rend la manipulation impossible pour moi.
Il n'y a qu'une page à faire, ce genre d'informations se répète à l'identique sur chaque page, à l'exception de quelques éléments inutiles pour notre recherche.
wojtko
Messages postés
9
Date d'inscription
vendredi 13 février 2009
Statut
Membre
Dernière intervention
4 mars 2010
13 févr. 2009 à 12:56
13 févr. 2009 à 12:56
C'est ça ? :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Forum du Club des Aigles :: Index</title>
<!-- link rel="stylesheet" href="templates/freeMind/freeMind.css" type="text/css" -->
<style type="text/css">
<!--
/*
The freeMind Theme 1.1 for phpBB version 2+
Created by AU Templates
http://www.autemplates.com
NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #f7e9bc;
scrollbar-face-color: #eff4f7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #eff4f7;
scrollbar-3dlight-color: #dedfd1;
scrollbar-arrow-color: #944d08;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #dfd1c1;
margin-top: 0px;
}
/* General font families for common tags */
font,th,td,p { font-family: Trebuchet MS }
a:link,a:active,a:visited { color : #944d08; }
a:hover { text-decoration: underline; color : #f05408; }
hr { height: 0px; border: solid #dedfd1 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page
.bodyline { background-color: #FFFFFF; border: 1px #dfd1c1 solid; }*/
/* This is the outline round the main forum tables */
.forumline { background-color: #FFFFFF; border: 9px #ffffff solid; }
/* Main table cell colours and backgrounds */
td.row1 { background-color: #ffffff;}
td.row2 { background-color: #eff4f7;}
td.row3 { background-color: #dedfd1;}
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #dfd1c1;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #411d03; font-size: 13px; font-weight : bold;
background-color: #bda669; height: 25px;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color:#dfd1c1; height: 25px;
}
/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; height: 25px;
}
td.row3Right,td.spaceRow {
background-color: #dedfd1; border: #090909; border-style: solid;
}
th.thHead,td.catHead { font-size: 12px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px; }
th.thLeft,td.catLeft { border-width: 0px; }
th.thBottom,td.catBottom { border-width: 0px; }
th.thTop { border-width: 0px; }
th.thCornerL { border-width: 0px; }
th.thCornerR { border-width: 0px; }
/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Trebuchet MS;
text-decoration: none; line-height : 120%; color : #000000;
}
/* General text */
.gen { font-size : 13px; }
.genmed { font-size : 13px; }
.greygensmall { font-size : 12px; }
.gen,.genmed,.greygensmall { color : #000000; }
a.gen,a.genmed,a..greygensmall{ color: #944d08; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.greygensmall:hover, a.greygensmall:visited{ color: #f05408; text-decoration: underline; }
.gensmall { font-size : 12px; color: 636566;}
a.gensmall, a.gensmall:visited, .gensmall a, .gensmall a:visited{ color: 636566; text-decoration: none; }
a.gensmall:hover, .gensmall a:hover{ color: 636566; text-decoration: underline; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : 636566; line-height:13px; }
a.mainmenu,a.mainmenu:visited { text-decoration: none; color : 636566; }
a.mainmenu:hover{ text-decoration: underline; color : 636566; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 13px ; color : #090909; margin-left:3px;}
a.cattitle { text-decoration: none; color : #090909; margin-left:3px; }
a.cattitle:hover{ text-decoration: underline; color : #090909; margin-left:3px;}
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 14px; color : #944d08; }
a.forumlink { text-decoration: none; color : #944d08; }
a.forumlink:hover{ text-decoration: underline; color : #f05408; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 13px; color : #000000;}
a.nav { text-decoration: none; color : #944d08; }
a.nav:hover { text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: 13px; color : #000000; }
a.topictitle:link { text-decoration: none; color : #944d08; }
a.topictitle:visited { text-decoration: none; color : #3d3e3f; }
a.topictitle:hover { text-decoration: underline; color : #f05408; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 13px; color : #000000;}
/* Location, number of posts, post date etc */
.postdetails { font-size : 12px; color : #000000; }
/* The content of the posts (body of text) */
.postbody { font-size : 14px; line-height: 18px}
a.postlink:link { text-decoration: none; color : #944d08 }
a.postlink:visited { text-decoration: none; color : #3d3e3f; }
a.postlink:hover { text-decoration: underline; color : #f05408}
/* Quote & Code blocks */
.code {
font-family: Trebuchet MS; font-size: 13px; color: #05090d;
background-color: #d7eef1; border: #dedfd1; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
font-family: Trebuchet MS; font-size: 13px; color: #282727; line-height: 125%;
background-color: #d7eef1; border: #dedfd1; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
/* Copyright and bottom info */
.copyright { font-size: 12px; font-family: Trebuchet MS; color: 636566; letter-spacing: -1px;}
a.copyright, a.copyright:visited, .copyright a, .copyright a:visited{ color: 636566; text-decoration: none;}
a.copyright:hover,.copyright a:hover { color: 636566; text-decoration: underline;}
/* Form elements */
input,textarea, select {
color : #000000;
font: normal 13px Trebuchet MS;
border-color : #000000;
}
/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #FFFFFF;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #ffffff;
color : #000000;
font-size: 13px; font-family: Trebuchet MS;
}
/* The main submit button option */
input.mainoption {
background-color : #d7eef1;
font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
background-color : #d7eef1;
font-weight : normal;
}
/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know ;)
*/
.helpline { background-color: #eff4f7; border-style: none; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/freeMind/formIE.css");
-->
</style>
<script language="Javascript" type="text/javascript">
<!--
if ( 0 )
{
window.open('privmsg.php?mode=newpm', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
</head>
<body bgcolor="#f7e9bc" text="#000000" link="#944d08" vlink="#3d3e3f" marginheight="0" topmargin="0">
<a name="top"></a>
<table width="750" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td><a href="index.php"><img src="templates/freeMind/images/freemind_header.jpg" border="0" alt="Forum du Club des Aigles Index du Forum" /></a></td>
</tr>
<tr>
<td height="10"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="10" width="1" /></td>
</tr>
<tr>
<td align="left" valign="top" nowrap="nowrap"><div style="float:left; margin-left:5px;"><span class="mainmenu"><a href="faq.php" class="mainmenu">FAQ</a></span><span class="mainmenu"> <a href="search.php" class="mainmenu">Rechercher</a> <a href="memberlist.php" class="mainmenu">Liste des Membres</a> <a href="groupcp.php" class="mainmenu">Groupes d'utilisateurs</a>
<a href="profile.php?mode=editprofile" class="mainmenu">Profil</a> <a href="privmsg.php?folder=inbox" class="mainmenu">Vous n'avez pas de nouveaux messages</a> </span></div>
<div style="float:right; margin-right:5px;"><span class="mainmenu"> <a href="login.php?logout=true&sid=fea2aeaef01de18698385f57a4a4a89f" class="mainmenu">Déconnexion [ admin ]</a></span></div></td>
</tr>
<tr>
<td height="15"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="15" width="1" /></td>
</tr>
<tr><td>
<table width="750" cellpadding="0" cellspacing="1" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> Forum </th>
<th width="50" class="thTop" nowrap="nowrap"> Sujets </th>
<th width="50" class="thTop" nowrap="nowrap"> Messages </th>
<th class="thCornerR" nowrap="nowrap"> Derniers Messages </th>
</tr>
<tr>
<td class="catLeft" colspan="2" height="25"><span class="cattitle"><a href="index.php?c=3" class="cattitle">Les discutions du Club</a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=5" class="forumlink">PRESENTATIONS</a><br />
</span> <span class="genmed">pour se prÈsenter dans le forum.<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">2</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">17 Nov 2008 02:33 pm<br /><a href="profile.php?mode=viewprofile&u=239">Thierry</a> <a href="viewtopic.php?p=498#498"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=4" class="forumlink">MESSAGERIE</a><br />
</span> <span class="genmed">ici on communique avec le groupe<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">2</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">16</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">30 Nov 2007 07:42 pm<br /><a href="profile.php?mode=viewprofile&u=2">admin</a> <a href="viewtopic.php?p=143#143"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=1" class="forumlink">Le Rassemblement</a><br />
</span> <span class="genmed">De votre point de vue<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">13</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">59</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">21 Oct 2007 12:47 pm<br />thierry arnould <a href="viewtopic.php?p=120#120"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=2" class="forumlink">Souvenirs d'Avions</a><br />
</span> <span class="genmed">Les pÈripeties aÈriennes<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">2</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">15</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">27 Fév 2008 09:25 am<br />thierry arnould <a href="viewtopic.php?p=188#188"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=3" class="forumlink">Divertissements</a><br />
</span> <span class="genmed"><br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">5</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">24</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">09 Jan 2009 10:49 am<br /><a href="profile.php?mode=viewprofile&u=239">Thierry</a> <a href="viewtopic.php?p=517#517"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=9" class="forumlink">Les Figures de ZouÈrate</a><br />
</span> <span class="genmed">Personnages haut en couleur, faune particuliËre peuplant la citÈ, les "figures" cÈlËbres ne manquaient pas ‡ zouÈrate !<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">24</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">29 Déc 2008 10:09 am<br /><a href="profile.php?mode=viewprofile&u=239">Thierry</a> <a href="viewtopic.php?p=515#515"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="catLeft" colspan="2" height="25"><span class="cattitle"><a href="index.php?c=5" class="cattitle">Palabres sous la khaÔma, ‡ l'heure du thÈ </a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=6" class="forumlink">Raconte-moi ZouÈrate.</a><br />
</span> <span class="genmed">30 ou 40 ans aprËs notre sÈjour ‡ ZouÈrate, nous avons souhaitÈ crÈer au cúur du site un emplacement privilÈgiÈ, un lieu d'Èchanges entre gÈnÈrations, vous les parents qui avez vÈcu et travaillÈ en Mauritanie, et nous qui n'Ètions alors que des enfants, afin que vous puissiez nous faire partager vos souvenirs et vos expÈriences pour entretenir et sauvegarder notre mÈmoire collective. <br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">3</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">178</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">12 Jan 2009 11:39 am<br /><a href="profile.php?mode=viewprofile&u=54">marie-claire.marenthier</a> <a href="viewtopic.php?p=522#522"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=8" class="forumlink">"MES" 68</a><br />
</span> <span class="genmed">Un mois de mai passÈ aux oubliettes de l'Histoire, loin des agitations et des barricades du quartier latin, un mai 68 sans slogans estudiantins et sans banderoles, mais qui marqua durablement tous ceux qui vÈcurent
ces journÈes dramatiques. 40 ans ont passÈ, le souvenir des ÈvËnements a pu s'estomper, l'Èmotion est demeurÈe intacte et la rÈflexion a pu prendre sa place. Il nous faut ‡ prÈsent,
FranÁais et Mauritaniens libÈrer une parole
trop longtemps retenue, la page d'histoire de "notre" mai 68 reste ‡ Ècrire.
<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">2</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">8</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">12 Juin 2008 01:03 pm<br /><a href="profile.php?mode=viewprofile&u=61">Genet</a> <a href="viewtopic.php?p=400#400"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=11" class="forumlink">Ramadan Kerim</a><br />
</span> <span class="genmed">Bonjour ‡ toutes et ‡ tous. Au moment o? nous reprenons contact sur le site Zouerate .aprËs 2 mois, Le jeun du mois bÈni de Ramadan a commencÈ ici en Mauritanie. A cette occasion je vous souhaite pleins succËs et rÈussite dans vos diffÈrentes activitÈs. Le ramadan c'est le mois pendant lequel les fidËles musulmans s'abstiennent de manger,boire ou faire l'amour depuis l'aube (5H du matin) jusqu'au coucher du soleil (19H).C'est un mois de mÈditation, recueillement,et accomplissement d'actes de bienfaisance: charitÈ,solidaritÈ,pardon etc. Mais ce mois est aussi celui des grandes bouftances et diversitÈs des recettes culinaires. Un mois de rencontres et veillÈes nocturnes." Si d'aucuns ont des questions ‡ poser sur cette pratique religieuse ou autres "trucs" y afferents, je reste disponible.
Salut !
Ely Salem Khayar<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">16 Nov 2008 12:11 pm<br /><a href="profile.php?mode=viewprofile&u=239">Thierry</a> <a href="viewtopic.php?p=481#481"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=13" class="forumlink">Les Manutentions</a><br />
</span> <span class="genmed"><br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">Pas de Messages</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=14" class="forumlink">Les modernes Aventuriers du DÈsert</a><br />
</span> <span class="genmed">Un numÈro hors sÈrie pour raconter cette saga du temps des pionniers. Comme dit Ely Salem Khayar:
"RÈÈditer ce reportage, cíest dÈcidÈ de remonter l'histoire pour apporter aux nouvelles gÈnÈrations et fils des mineurs, des Èclaircissements sur les pÈriodes de lancement des premiers travaux de construction d'infrastructures industrielles qui font aujourd'hui de la Mauritanie, jadis morceau du dÈsert, un Ètat moderne qui a sa place dans le concert des Nations."<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">26 Déc 2008 06:36 pm<br /><a href="profile.php?mode=viewprofile&u=61">Genet</a> <a href="viewtopic.php?p=514#514"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="catLeft" colspan="2" height="25"><span class="cattitle"><a href="index.php?c=6" class="cattitle">Chroniques Mauritaniennes</a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=10" class="forumlink">L'actualitÈ.</a><br />
</span> <span class="genmed">Ce Forum est un Forum o? nos lecteurs peuvent síexprimer en toute libertÈ.
Le but de ce forum est de pouvoir Èchanger sur les ÈvËnements qui font l'actualitÈ Mauritanienne. Les articles, commentaires et propos sont la propriÈtÈ de leur(s) auteur(s) et n'engagent que leur avis, opinion et responsabilitÈ.
Ce sujet est soumis ‡ modÈration.
En vous remerciant. Líadministration du Forum
<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">16</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">16 Nov 2008 03:50 pm<br /><a href="profile.php?mode=viewprofile&u=203">Michel.Marenthier</a> <a href="viewtopic.php?p=488#488"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="catLeft" colspan="2" height="25"><span class="cattitle"><a href="index.php?c=7" class="cattitle">La vie du Site</a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=12" class="forumlink">Vos questions</a><br />
</span> <span class="genmed">n'hesitez pas a poser vos questions concernant la vie du site, ses pannes, ses orientations, ses mises a jour...
Merci
Patrick<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">7</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">18 Nov 2008 02:47 pm<br /><a href="profile.php?mode=viewprofile&u=2">admin</a> <a href="viewtopic.php?p=501#501"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
</table>
</td></tr>
<tr><td height="5"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="5" width="1" /></td></tr>
<tr><td>
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
<tr>
<td align="left" style="padding-left:5px;"><span class="gensmall"><a href="index.php?mark=forums" class="gensmall">Marquer tous les forums comme lus</a></span></td>
<td align="right" style="padding-right:5px;"><span class="gensmall">Toutes les heures sont au format GMT</span></td>
</tr>
</table>
</td></tr>
<tr><td height="10"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="10" width="1" /></td></tr>
<tr><td>
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="viewonline.php" class="cattitle">Qui est en ligne ?</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/freeMind/images/whosonline.gif" alt="Qui est en ligne ?" /></td>
<td class="row1" align="left" width="100%"><span class="greygensmall">Nos membres ont posté un total de <b>351</b> messages<br />Nous avons <b>275</b> membres enregistrés<br />L'utilisateur enregistré le plus récent est <b><a href="profile.php?mode=viewprofile&u=282">Abdallahi</a></b></span>
</td>
</tr>
<tr>
<td class="row1" align="left"><span class="greygensmall">Il y a en tout <b>1</b> utilisateur en ligne :: 1 Enregistré, 0 Invisible et 0 Invité [ <span style="color:#411d03">Administrateur</span> ] [ <span style="color:#05090d">Modérateur</span> ]<br />Le record du nombre d'utilisateurs en ligne est de <b>7</b> le 02 Nov 2007 04:49 pm<br />Utilisateurs enregistrés : <a href="profile.php?mode=viewprofile&u=2"style="color:#411d03"><b>admin</b></a></span></td>
</tr>
</table>
</td></tr>
<tr><td height="5"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="5" width="1" /></td></tr>
<tr><td>
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
<tr>
<td align="left" style="padding-left:5px;"><span class="gensmall">Ces données sont basées sur les utilisateurs actifs des cinq dernières minutes</span></td>
</tr>
</table>
</td></tr>
<tr><td height="10"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="10" width="1" /></td></tr>
<tr><td>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr><td colspan="2" height="1" bgcolor="636566"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="1" width="1" style="display:block;" /></td></tr>
<tr><td height="3" colspan="2"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="3" width="1" style="display:block;" /></td></tr>
<tr>
<td align="left" valign="bottom" style="padding-left:5px;"><span class="gensmall">
Dernière visite le 06 Fév 2009 06:09 pm<br />
La date/heure actuelle est 13 Fév 2009 11:45 am<br /><b><a href="index.php" class="gensmall">Forum du Club des Aigles Index du Forum</a></b></span></td>
<td align="right" valign="bottom" class="gensmall" style="padding-right:5px;">
<a href="search.php?search_id=newposts" class="gensmall">Voir les nouveaux messages depuis votre dernière visite</a><br /><a href="search.php?search_id=egosearch" class="gensmall">Voir ses messages</a><br />
<a href="search.php?search_id=unanswered" class="gensmall">Voir les messages sans réponses</a></td>
</tr>
<tr><td height="3" colspan="2"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="3" width="1" style="display:block;" /></td></tr>
<tr><td colspan="2" height="1" bgcolor="636566"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="1" width="1" style="display:block;" /></td></tr>
</table>
</td></tr>
<tr><td height="10"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="10" width="1" /></td></tr>
<tr><td>
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width="20" align="center"><img src="templates/freeMind/images/folder_new_big.gif" alt="Nouveaux messages"/></td>
<td><span class="gensmall">Nouveaux messages</span></td>
<td> </td>
<td width="20" align="center"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" /></td>
<td><span class="gensmall">Pas de nouveaux messages</span></td>
<td> </td>
<td width="20" align="center"><img src="templates/freeMind/images/folder_locked_big.gif" alt="Forum Verrouillé" /></td>
<td><span class="gensmall">Forum Verrouillé</span></td>
</tr>
</table>
</td></tr>
<tr><td height="10"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="10" width="1" /></td></tr>
<tr><td>
<!--
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
// -->
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
<tr><td colspan="2" align="center"><span class="copyright"><a href="admin/index.php?sid=fea2aeaef01de18698385f57a4a4a89f">Aller au Panneau d'administration</a><br /><br /></span></td></tr>
<tr>
<td align="left" style="padding-left:5px;"><span class="copyright">Powered by <a href="https://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br />Traduction par : <a href="http://www.phpbb-fr.com/" target="_blank" class="copyright">phpBB-fr.com</a></span></td>
<td align="right" style="padding-right:5px;"><span class="copyright">FreeMind 1.1 Template by <a href="http://www.autemplates.com" class="copyright">AU Templates</a></span></td>
</tr>
</table>
</td></tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Forum du Club des Aigles :: Index</title>
<!-- link rel="stylesheet" href="templates/freeMind/freeMind.css" type="text/css" -->
<style type="text/css">
<!--
/*
The freeMind Theme 1.1 for phpBB version 2+
Created by AU Templates
http://www.autemplates.com
NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #f7e9bc;
scrollbar-face-color: #eff4f7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #eff4f7;
scrollbar-3dlight-color: #dedfd1;
scrollbar-arrow-color: #944d08;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #dfd1c1;
margin-top: 0px;
}
/* General font families for common tags */
font,th,td,p { font-family: Trebuchet MS }
a:link,a:active,a:visited { color : #944d08; }
a:hover { text-decoration: underline; color : #f05408; }
hr { height: 0px; border: solid #dedfd1 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page
.bodyline { background-color: #FFFFFF; border: 1px #dfd1c1 solid; }*/
/* This is the outline round the main forum tables */
.forumline { background-color: #FFFFFF; border: 9px #ffffff solid; }
/* Main table cell colours and backgrounds */
td.row1 { background-color: #ffffff;}
td.row2 { background-color: #eff4f7;}
td.row3 { background-color: #dedfd1;}
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #dfd1c1;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #411d03; font-size: 13px; font-weight : bold;
background-color: #bda669; height: 25px;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color:#dfd1c1; height: 25px;
}
/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; height: 25px;
}
td.row3Right,td.spaceRow {
background-color: #dedfd1; border: #090909; border-style: solid;
}
th.thHead,td.catHead { font-size: 12px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px; }
th.thLeft,td.catLeft { border-width: 0px; }
th.thBottom,td.catBottom { border-width: 0px; }
th.thTop { border-width: 0px; }
th.thCornerL { border-width: 0px; }
th.thCornerR { border-width: 0px; }
/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Trebuchet MS;
text-decoration: none; line-height : 120%; color : #000000;
}
/* General text */
.gen { font-size : 13px; }
.genmed { font-size : 13px; }
.greygensmall { font-size : 12px; }
.gen,.genmed,.greygensmall { color : #000000; }
a.gen,a.genmed,a..greygensmall{ color: #944d08; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.greygensmall:hover, a.greygensmall:visited{ color: #f05408; text-decoration: underline; }
.gensmall { font-size : 12px; color: 636566;}
a.gensmall, a.gensmall:visited, .gensmall a, .gensmall a:visited{ color: 636566; text-decoration: none; }
a.gensmall:hover, .gensmall a:hover{ color: 636566; text-decoration: underline; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : 636566; line-height:13px; }
a.mainmenu,a.mainmenu:visited { text-decoration: none; color : 636566; }
a.mainmenu:hover{ text-decoration: underline; color : 636566; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 13px ; color : #090909; margin-left:3px;}
a.cattitle { text-decoration: none; color : #090909; margin-left:3px; }
a.cattitle:hover{ text-decoration: underline; color : #090909; margin-left:3px;}
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 14px; color : #944d08; }
a.forumlink { text-decoration: none; color : #944d08; }
a.forumlink:hover{ text-decoration: underline; color : #f05408; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 13px; color : #000000;}
a.nav { text-decoration: none; color : #944d08; }
a.nav:hover { text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: 13px; color : #000000; }
a.topictitle:link { text-decoration: none; color : #944d08; }
a.topictitle:visited { text-decoration: none; color : #3d3e3f; }
a.topictitle:hover { text-decoration: underline; color : #f05408; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 13px; color : #000000;}
/* Location, number of posts, post date etc */
.postdetails { font-size : 12px; color : #000000; }
/* The content of the posts (body of text) */
.postbody { font-size : 14px; line-height: 18px}
a.postlink:link { text-decoration: none; color : #944d08 }
a.postlink:visited { text-decoration: none; color : #3d3e3f; }
a.postlink:hover { text-decoration: underline; color : #f05408}
/* Quote & Code blocks */
.code {
font-family: Trebuchet MS; font-size: 13px; color: #05090d;
background-color: #d7eef1; border: #dedfd1; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
font-family: Trebuchet MS; font-size: 13px; color: #282727; line-height: 125%;
background-color: #d7eef1; border: #dedfd1; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
/* Copyright and bottom info */
.copyright { font-size: 12px; font-family: Trebuchet MS; color: 636566; letter-spacing: -1px;}
a.copyright, a.copyright:visited, .copyright a, .copyright a:visited{ color: 636566; text-decoration: none;}
a.copyright:hover,.copyright a:hover { color: 636566; text-decoration: underline;}
/* Form elements */
input,textarea, select {
color : #000000;
font: normal 13px Trebuchet MS;
border-color : #000000;
}
/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #FFFFFF;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #ffffff;
color : #000000;
font-size: 13px; font-family: Trebuchet MS;
}
/* The main submit button option */
input.mainoption {
background-color : #d7eef1;
font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
background-color : #d7eef1;
font-weight : normal;
}
/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know ;)
*/
.helpline { background-color: #eff4f7; border-style: none; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/freeMind/formIE.css");
-->
</style>
<script language="Javascript" type="text/javascript">
<!--
if ( 0 )
{
window.open('privmsg.php?mode=newpm', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
</head>
<body bgcolor="#f7e9bc" text="#000000" link="#944d08" vlink="#3d3e3f" marginheight="0" topmargin="0">
<a name="top"></a>
<table width="750" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td><a href="index.php"><img src="templates/freeMind/images/freemind_header.jpg" border="0" alt="Forum du Club des Aigles Index du Forum" /></a></td>
</tr>
<tr>
<td height="10"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="10" width="1" /></td>
</tr>
<tr>
<td align="left" valign="top" nowrap="nowrap"><div style="float:left; margin-left:5px;"><span class="mainmenu"><a href="faq.php" class="mainmenu">FAQ</a></span><span class="mainmenu"> <a href="search.php" class="mainmenu">Rechercher</a> <a href="memberlist.php" class="mainmenu">Liste des Membres</a> <a href="groupcp.php" class="mainmenu">Groupes d'utilisateurs</a>
<a href="profile.php?mode=editprofile" class="mainmenu">Profil</a> <a href="privmsg.php?folder=inbox" class="mainmenu">Vous n'avez pas de nouveaux messages</a> </span></div>
<div style="float:right; margin-right:5px;"><span class="mainmenu"> <a href="login.php?logout=true&sid=fea2aeaef01de18698385f57a4a4a89f" class="mainmenu">Déconnexion [ admin ]</a></span></div></td>
</tr>
<tr>
<td height="15"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="15" width="1" /></td>
</tr>
<tr><td>
<table width="750" cellpadding="0" cellspacing="1" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> Forum </th>
<th width="50" class="thTop" nowrap="nowrap"> Sujets </th>
<th width="50" class="thTop" nowrap="nowrap"> Messages </th>
<th class="thCornerR" nowrap="nowrap"> Derniers Messages </th>
</tr>
<tr>
<td class="catLeft" colspan="2" height="25"><span class="cattitle"><a href="index.php?c=3" class="cattitle">Les discutions du Club</a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=5" class="forumlink">PRESENTATIONS</a><br />
</span> <span class="genmed">pour se prÈsenter dans le forum.<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">2</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">17 Nov 2008 02:33 pm<br /><a href="profile.php?mode=viewprofile&u=239">Thierry</a> <a href="viewtopic.php?p=498#498"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=4" class="forumlink">MESSAGERIE</a><br />
</span> <span class="genmed">ici on communique avec le groupe<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">2</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">16</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">30 Nov 2007 07:42 pm<br /><a href="profile.php?mode=viewprofile&u=2">admin</a> <a href="viewtopic.php?p=143#143"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=1" class="forumlink">Le Rassemblement</a><br />
</span> <span class="genmed">De votre point de vue<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">13</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">59</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">21 Oct 2007 12:47 pm<br />thierry arnould <a href="viewtopic.php?p=120#120"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=2" class="forumlink">Souvenirs d'Avions</a><br />
</span> <span class="genmed">Les pÈripeties aÈriennes<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">2</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">15</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">27 Fév 2008 09:25 am<br />thierry arnould <a href="viewtopic.php?p=188#188"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=3" class="forumlink">Divertissements</a><br />
</span> <span class="genmed"><br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">5</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">24</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">09 Jan 2009 10:49 am<br /><a href="profile.php?mode=viewprofile&u=239">Thierry</a> <a href="viewtopic.php?p=517#517"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=9" class="forumlink">Les Figures de ZouÈrate</a><br />
</span> <span class="genmed">Personnages haut en couleur, faune particuliËre peuplant la citÈ, les "figures" cÈlËbres ne manquaient pas ‡ zouÈrate !<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">24</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">29 Déc 2008 10:09 am<br /><a href="profile.php?mode=viewprofile&u=239">Thierry</a> <a href="viewtopic.php?p=515#515"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="catLeft" colspan="2" height="25"><span class="cattitle"><a href="index.php?c=5" class="cattitle">Palabres sous la khaÔma, ‡ l'heure du thÈ </a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=6" class="forumlink">Raconte-moi ZouÈrate.</a><br />
</span> <span class="genmed">30 ou 40 ans aprËs notre sÈjour ‡ ZouÈrate, nous avons souhaitÈ crÈer au cúur du site un emplacement privilÈgiÈ, un lieu d'Èchanges entre gÈnÈrations, vous les parents qui avez vÈcu et travaillÈ en Mauritanie, et nous qui n'Ètions alors que des enfants, afin que vous puissiez nous faire partager vos souvenirs et vos expÈriences pour entretenir et sauvegarder notre mÈmoire collective. <br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">3</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">178</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">12 Jan 2009 11:39 am<br /><a href="profile.php?mode=viewprofile&u=54">marie-claire.marenthier</a> <a href="viewtopic.php?p=522#522"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=8" class="forumlink">"MES" 68</a><br />
</span> <span class="genmed">Un mois de mai passÈ aux oubliettes de l'Histoire, loin des agitations et des barricades du quartier latin, un mai 68 sans slogans estudiantins et sans banderoles, mais qui marqua durablement tous ceux qui vÈcurent
ces journÈes dramatiques. 40 ans ont passÈ, le souvenir des ÈvËnements a pu s'estomper, l'Èmotion est demeurÈe intacte et la rÈflexion a pu prendre sa place. Il nous faut ‡ prÈsent,
FranÁais et Mauritaniens libÈrer une parole
trop longtemps retenue, la page d'histoire de "notre" mai 68 reste ‡ Ècrire.
<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">2</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">8</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">12 Juin 2008 01:03 pm<br /><a href="profile.php?mode=viewprofile&u=61">Genet</a> <a href="viewtopic.php?p=400#400"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=11" class="forumlink">Ramadan Kerim</a><br />
</span> <span class="genmed">Bonjour ‡ toutes et ‡ tous. Au moment o? nous reprenons contact sur le site Zouerate .aprËs 2 mois, Le jeun du mois bÈni de Ramadan a commencÈ ici en Mauritanie. A cette occasion je vous souhaite pleins succËs et rÈussite dans vos diffÈrentes activitÈs. Le ramadan c'est le mois pendant lequel les fidËles musulmans s'abstiennent de manger,boire ou faire l'amour depuis l'aube (5H du matin) jusqu'au coucher du soleil (19H).C'est un mois de mÈditation, recueillement,et accomplissement d'actes de bienfaisance: charitÈ,solidaritÈ,pardon etc. Mais ce mois est aussi celui des grandes bouftances et diversitÈs des recettes culinaires. Un mois de rencontres et veillÈes nocturnes." Si d'aucuns ont des questions ‡ poser sur cette pratique religieuse ou autres "trucs" y afferents, je reste disponible.
Salut !
Ely Salem Khayar<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">16 Nov 2008 12:11 pm<br /><a href="profile.php?mode=viewprofile&u=239">Thierry</a> <a href="viewtopic.php?p=481#481"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=13" class="forumlink">Les Manutentions</a><br />
</span> <span class="genmed"><br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">0</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">Pas de Messages</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=14" class="forumlink">Les modernes Aventuriers du DÈsert</a><br />
</span> <span class="genmed">Un numÈro hors sÈrie pour raconter cette saga du temps des pionniers. Comme dit Ely Salem Khayar:
"RÈÈditer ce reportage, cíest dÈcidÈ de remonter l'histoire pour apporter aux nouvelles gÈnÈrations et fils des mineurs, des Èclaircissements sur les pÈriodes de lancement des premiers travaux de construction d'infrastructures industrielles qui font aujourd'hui de la Mauritanie, jadis morceau du dÈsert, un Ètat moderne qui a sa place dans le concert des Nations."<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">26 Déc 2008 06:36 pm<br /><a href="profile.php?mode=viewprofile&u=61">Genet</a> <a href="viewtopic.php?p=514#514"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="catLeft" colspan="2" height="25"><span class="cattitle"><a href="index.php?c=6" class="cattitle">Chroniques Mauritaniennes</a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=10" class="forumlink">L'actualitÈ.</a><br />
</span> <span class="genmed">Ce Forum est un Forum o? nos lecteurs peuvent síexprimer en toute libertÈ.
Le but de ce forum est de pouvoir Èchanger sur les ÈvËnements qui font l'actualitÈ Mauritanienne. Les articles, commentaires et propos sont la propriÈtÈ de leur(s) auteur(s) et n'engagent que leur avis, opinion et responsabilitÈ.
Ce sujet est soumis ‡ modÈration.
En vous remerciant. Líadministration du Forum
<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">16</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">16 Nov 2008 03:50 pm<br /><a href="profile.php?mode=viewprofile&u=203">Michel.Marenthier</a> <a href="viewtopic.php?p=488#488"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
<tr>
<td class="catLeft" colspan="2" height="25"><span class="cattitle"><a href="index.php?c=7" class="cattitle">La vie du Site</a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="40"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
<td class="row1" width="100%" height="40" valign="middle"><span class="forumlink"> <a href="viewforum.php?f=12" class="forumlink">Vos questions</a><br />
</span> <span class="genmed">n'hesitez pas a poser vos questions concernant la vie du site, ses pannes, ses orientations, ses mises a jour...
Merci
Patrick<br />
</span><span class="greygensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">1</span></td>
<td class="row2" align="center" valign="middle" height="40"><span class="greygensmall">7</span></td>
<td class="row2" align="center" valign="middle" height="40" nowrap="nowrap"> <span class="greygensmall">18 Nov 2008 02:47 pm<br /><a href="profile.php?mode=viewprofile&u=2">admin</a> <a href="viewtopic.php?p=501#501"><img src="templates/freeMind/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
</tr>
</table>
</td></tr>
<tr><td height="5"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="5" width="1" /></td></tr>
<tr><td>
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
<tr>
<td align="left" style="padding-left:5px;"><span class="gensmall"><a href="index.php?mark=forums" class="gensmall">Marquer tous les forums comme lus</a></span></td>
<td align="right" style="padding-right:5px;"><span class="gensmall">Toutes les heures sont au format GMT</span></td>
</tr>
</table>
</td></tr>
<tr><td height="10"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="10" width="1" /></td></tr>
<tr><td>
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="viewonline.php" class="cattitle">Qui est en ligne ?</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/freeMind/images/whosonline.gif" alt="Qui est en ligne ?" /></td>
<td class="row1" align="left" width="100%"><span class="greygensmall">Nos membres ont posté un total de <b>351</b> messages<br />Nous avons <b>275</b> membres enregistrés<br />L'utilisateur enregistré le plus récent est <b><a href="profile.php?mode=viewprofile&u=282">Abdallahi</a></b></span>
</td>
</tr>
<tr>
<td class="row1" align="left"><span class="greygensmall">Il y a en tout <b>1</b> utilisateur en ligne :: 1 Enregistré, 0 Invisible et 0 Invité [ <span style="color:#411d03">Administrateur</span> ] [ <span style="color:#05090d">Modérateur</span> ]<br />Le record du nombre d'utilisateurs en ligne est de <b>7</b> le 02 Nov 2007 04:49 pm<br />Utilisateurs enregistrés : <a href="profile.php?mode=viewprofile&u=2"style="color:#411d03"><b>admin</b></a></span></td>
</tr>
</table>
</td></tr>
<tr><td height="5"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="5" width="1" /></td></tr>
<tr><td>
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
<tr>
<td align="left" style="padding-left:5px;"><span class="gensmall">Ces données sont basées sur les utilisateurs actifs des cinq dernières minutes</span></td>
</tr>
</table>
</td></tr>
<tr><td height="10"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="10" width="1" /></td></tr>
<tr><td>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr><td colspan="2" height="1" bgcolor="636566"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="1" width="1" style="display:block;" /></td></tr>
<tr><td height="3" colspan="2"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="3" width="1" style="display:block;" /></td></tr>
<tr>
<td align="left" valign="bottom" style="padding-left:5px;"><span class="gensmall">
Dernière visite le 06 Fév 2009 06:09 pm<br />
La date/heure actuelle est 13 Fév 2009 11:45 am<br /><b><a href="index.php" class="gensmall">Forum du Club des Aigles Index du Forum</a></b></span></td>
<td align="right" valign="bottom" class="gensmall" style="padding-right:5px;">
<a href="search.php?search_id=newposts" class="gensmall">Voir les nouveaux messages depuis votre dernière visite</a><br /><a href="search.php?search_id=egosearch" class="gensmall">Voir ses messages</a><br />
<a href="search.php?search_id=unanswered" class="gensmall">Voir les messages sans réponses</a></td>
</tr>
<tr><td height="3" colspan="2"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="3" width="1" style="display:block;" /></td></tr>
<tr><td colspan="2" height="1" bgcolor="636566"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="1" width="1" style="display:block;" /></td></tr>
</table>
</td></tr>
<tr><td height="10"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="10" width="1" /></td></tr>
<tr><td>
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width="20" align="center"><img src="templates/freeMind/images/folder_new_big.gif" alt="Nouveaux messages"/></td>
<td><span class="gensmall">Nouveaux messages</span></td>
<td> </td>
<td width="20" align="center"><img src="templates/freeMind/images/folder_big.gif" alt="Pas de nouveaux messages" /></td>
<td><span class="gensmall">Pas de nouveaux messages</span></td>
<td> </td>
<td width="20" align="center"><img src="templates/freeMind/images/folder_locked_big.gif" alt="Forum Verrouillé" /></td>
<td><span class="gensmall">Forum Verrouillé</span></td>
</tr>
</table>
</td></tr>
<tr><td height="10"><img src="templates/freeMind/images/spacer.gif" border="0" alt="" height="10" width="1" /></td></tr>
<tr><td>
<!--
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
// -->
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
<tr><td colspan="2" align="center"><span class="copyright"><a href="admin/index.php?sid=fea2aeaef01de18698385f57a4a4a89f">Aller au Panneau d'administration</a><br /><br /></span></td></tr>
<tr>
<td align="left" style="padding-left:5px;"><span class="copyright">Powered by <a href="https://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br />Traduction par : <a href="http://www.phpbb-fr.com/" target="_blank" class="copyright">phpBB-fr.com</a></span></td>
<td align="right" style="padding-right:5px;"><span class="copyright">FreeMind 1.1 Template by <a href="http://www.autemplates.com" class="copyright">AU Templates</a></span></td>
</tr>
</table>
</td></tr>
</table>
</body>
</html>
HostOfSeraphim
Messages postés
6750
Date d'inscription
jeudi 2 février 2006
Statut
Contributeur
Dernière intervention
31 juillet 2016
1 608
13 févr. 2009 à 13:02
13 févr. 2009 à 13:02
C'est long mais au moins j'étais sûr d'y trouver la bonne info :
Sur une page, pour tester, remplace cette ligne :
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Par celle-ci :
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Ensuite, rends-toi sur cette page, au besoin appuie sur F5 pour actualiser la page... et observe si il y a un changement.
Sur une page, pour tester, remplace cette ligne :
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Par celle-ci :
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Ensuite, rends-toi sur cette page, au besoin appuie sur F5 pour actualiser la page... et observe si il y a un changement.
wojtko
Messages postés
9
Date d'inscription
vendredi 13 février 2009
Statut
Membre
Dernière intervention
4 mars 2010
13 févr. 2009 à 13:11
13 févr. 2009 à 13:11
Bon ok, desolé par la longueur de la page....Quand tu dis sur une page remplace.... cette page ou je vais interchanger
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
par
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
je la trouve ou ? Cela fait partit d'un fichier qui est sur mon ftp ? voila mes limites, je comprends bien l'intervention mais je ne sais ou ?
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
par
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
je la trouve ou ? Cela fait partit d'un fichier qui est sur mon ftp ? voila mes limites, je comprends bien l'intervention mais je ne sais ou ?
HostOfSeraphim
Messages postés
6750
Date d'inscription
jeudi 2 février 2006
Statut
Contributeur
Dernière intervention
31 juillet 2016
1 608
13 févr. 2009 à 13:18
13 févr. 2009 à 13:18
Prends la page index.php dans le dossier "forum" par exemple. Tu récupères le fichier, tu fais la modification, tu remets le fichier sur le FTP en écrasant l'ancienne version (à la limite, fais une sauvegarde du précédent), et tu retournes voir sur le forum, en appuyant sur la touche F5 pour actualiser au cas où.
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
wojtko
Messages postés
9
Date d'inscription
vendredi 13 février 2009
Statut
Membre
Dernière intervention
4 mars 2010
13 févr. 2009 à 13:34
13 févr. 2009 à 13:34
Mince, je sais que suis pret, j'ai tout bien fait mais je ne trouve pas la ligne en question, celle qui ressemble le plus c'est :
"META" => '<meta http-equiv="refresh" content="3;url=' .append_sid("index.$phpEx") . '">')
je suppose que ça n'a rien a voir !
peut-être qu'elle possede un autre type de code ? Puis-je me permettre de t'envoyer l'index complet ? (470 lignes) afin de voir si ce n'est pas une autre nomination ?
"META" => '<meta http-equiv="refresh" content="3;url=' .append_sid("index.$phpEx") . '">')
je suppose que ça n'a rien a voir !
peut-être qu'elle possede un autre type de code ? Puis-je me permettre de t'envoyer l'index complet ? (470 lignes) afin de voir si ce n'est pas une autre nomination ?
HostOfSeraphim
Messages postés
6750
Date d'inscription
jeudi 2 février 2006
Statut
Contributeur
Dernière intervention
31 juillet 2016
1 608
13 févr. 2009 à 14:02
13 févr. 2009 à 14:02
Zut, c'est un code de redirection ça... essaye le fichier memberlist.php ?
wojtko
Messages postés
9
Date d'inscription
vendredi 13 février 2009
Statut
Membre
Dernière intervention
4 mars 2010
13 févr. 2009 à 14:24
13 févr. 2009 à 14:24
Dans ce fichier il n'y aucune ligne de la sorte ?
HostOfSeraphim
Messages postés
6750
Date d'inscription
jeudi 2 février 2006
Statut
Contributeur
Dernière intervention
31 juillet 2016
1 608
13 févr. 2009 à 14:29
13 févr. 2009 à 14:29
Suis en train de me dire que si ça se trouve, il y a un fichier inclus dans chaque fichier pour ce contenu là... est-ce que dans ce dernier fichier, à défaut de trouver la ligne en question, tu vois du code qui ressemble à cela ?
<? include("header.php"); ?>
wojtko
Messages postés
9
Date d'inscription
vendredi 13 février 2009
Statut
Membre
Dernière intervention
4 mars 2010
13 févr. 2009 à 14:47
13 févr. 2009 à 14:47
Non, mais j'ai trouvé dans le dossier ADMIN, et al'interieur d'autres fichier et celui-là "page_header_admin_php" j'ai vu cette ligne :
}
else if ( $phpver > '4.0' )
{
if ( strstr($HTTP_SERVER_VARS['HTTP_ACCEPT_ENCODING'], 'gzip') )
{
if ( extension_loaded('zlib') )
{
$do_gzip_compress = TRUE;
ob_start();
ob_implicit_flush(0);
header('Content-Encoding: gzip');
}
}
}
}
$template->set_filenames(array(
'header' => 'admin/page_header.tpl')
rien a voir ?
j'ai trouvé toujours dans ce même dossier, un fichier index mais rien non plus a l'interieur
}
else if ( $phpver > '4.0' )
{
if ( strstr($HTTP_SERVER_VARS['HTTP_ACCEPT_ENCODING'], 'gzip') )
{
if ( extension_loaded('zlib') )
{
$do_gzip_compress = TRUE;
ob_start();
ob_implicit_flush(0);
header('Content-Encoding: gzip');
}
}
}
}
$template->set_filenames(array(
'header' => 'admin/page_header.tpl')
rien a voir ?
j'ai trouvé toujours dans ce même dossier, un fichier index mais rien non plus a l'interieur
HostOfSeraphim
Messages postés
6750
Date d'inscription
jeudi 2 février 2006
Statut
Contributeur
Dernière intervention
31 juillet 2016
1 608
13 févr. 2009 à 14:48
13 févr. 2009 à 14:48
Peut-être dans admin/page_header.tpl...
Je ne saurais en dire plus, je ne peux pas tester de mon côté.
Je ne saurais en dire plus, je ne peux pas tester de mon côté.
wojtko
Messages postés
9
Date d'inscription
vendredi 13 février 2009
Statut
Membre
Dernière intervention
4 mars 2010
13 févr. 2009 à 15:18
13 févr. 2009 à 15:18
Non pas trouvé !
Par contre ai trouvé un dossier INCLUDE et dans ce dossier un fichier "page_header.php" mais dance fichier rien si ce n'est le plus proche : une ligne de type : header('Content-Encoding: gzip');
Par contre ai trouvé un dossier INCLUDE et dans ce dossier un fichier "page_header.php" mais dance fichier rien si ce n'est le plus proche : une ligne de type : header('Content-Encoding: gzip');