Remplacer baniere .gif par swf phpbb

Fermé
xsimox Messages postés 2 Date d'inscription dimanche 4 novembre 2007 Statut Membre Dernière intervention 4 novembre 2007 - 4 nov. 2007 à 13:17
 Profil bloqué - 4 nov. 2007 à 15:36
viola moi jai un forum phpbb et je veux remplacer la baniere (entite) logo.gif par un fichie .swf (flash) exempl logo.swf qlqun peux m'aider svp
A voir également:

4 réponses

Nico_ Messages postés 1219 Date d'inscription vendredi 29 décembre 2006 Statut Membre Dernière intervention 15 mars 2016 189
4 nov. 2007 à 14:24
Salut,

Commence par relire :https://www.commentcamarche.net/infos/25855-charte-d-utilisation-de-commentcamarche-net-respect-d-autrui/#respect

pour ce qui est de la bannière en flash. le code.

A EMPLACER CE QUI EST EN MAJUSCULE:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="577" height="123" align="middle">
            <param name="movie" value="ADRESSE DU FICHIER.swf" />
            <param name="wmode" value="transparent" />
            <param name="quality" value="high" />
            <embed src="ADRESSE DE FON FICHER.swf" width="577" height="123" align="middle" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash"></embed>
          </object>


<param name="wmode" value="transparent" />
pour un fond transparent supprime si tu as une couleur de fond.

Bonne journée
1
Bonjour,
c' est pas facile de te comprendre hein...

et bien ou tu as ta bannier ou ton enplacement pour ta photo gif, png, jpg etc.. tu vas placer ton fichier swf.

ou es ton problème?
donne moi ta page de ton forum, si tu veux que je t' aide.
0
xsimox Messages postés 2 Date d'inscription dimanche 4 novembre 2007 Statut Membre Dernière intervention 4 novembre 2007
4 nov. 2007 à 14:35
Merci de bien vouloir répondre
voila mon forum www.softbladi.com
problem je veux remplacer image .gif ( http://bramjmaroc.com/styles/black_pearl/imageset/sitelogo_small.png ) par un fichie swf
quand jajoute un fichie swf et renemer sitelogo.swf sa fonction po
je doi metre un fichie .gif pour fonctione

mon probleme tous simplment je veux metre un fichie .swf sur l' entite de mon forum
comment faire svp
0
Profil bloqué
4 nov. 2007 à 15:36
<!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" dir="ltr" lang="fr-x-strict" xml:lang="fr-x-strict">
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-language" content="fr-x-strict" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2002-2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<title>.::. Soft Bladi .::. • Index</title>

<link rel="stylesheet" href="./styles/black_pearl/theme/stylesheet.css" type="text/css" />

<script type="text/javascript" src="./styles/black_pearl/template/scripts.js"></script>
<script type="text/javascript">
// <![CDATA[

function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}

window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
return false;
}

function jumpto()
{
var page = prompt('Entrez le numéro de la page que vous souhaitez atteindre.:', '');
var perpage = '';
var base_url = '';

if (page !== null && !isNaN(page) && page > 0)
{
document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * perpage);
}
}

/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}

/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}

if (!parent)
{
return;
}

var rb = parent.getElementsByTagName('input');

for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}


// ]]>
</script>
<!--[if lt IE 7]>
<script type="text/javascript" src="./styles/black_pearl/template/pngfix.js"></script>
<![endif]-->
</head>
<body class="ltr">

<a name="top"></a>

<div style="width:960px;clear:both;margin: 0 auto;">
<table width="100%" align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="leftshadow" width="9" valign="top"><img src="./styles/black_pearl/theme/images/spacer.gif" alt="" width="9" height="1" /></td>
<td class="np-body" width="100%" valign="top">

<div id="top_logo">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="150" align="left" valign="middle"><a href="./index.php?sid=97b632ed968982b61a4d07efb7872c9d">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="150" height="150">
<param name="movie" value="images/photo.swf" />
<param name="quality" value="high" />
<embed src="images/photo.swf" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="150" height="150"></embed>
</object>
</a></td>
<td align="center" valign="middle"><h1>.::. Soft Bladi .::.</h1><span class="gen"></span></td>
<td align="right" valign="top"> </td>
</tr>
</table>
</div>

<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="forum-buttons" colspan="3" width="100%">
<a href="./ucp.php?mode=login&sid=97b632ed968982b61a4d07efb7872c9d">Connexion</a>  <img src="./styles/black_pearl/theme/images/menu_sep.png" alt="" />  <a href="./index.php?sid=97b632ed968982b61a4d07efb7872c9d">Forum</a>  <img src="./styles/black_pearl/theme/images/menu_sep.png" alt="" /> 
<a href="./ucp.php?mode=register&sid=97b632ed968982b61a4d07efb7872c9d">Inscription</a>  <img src="./styles/black_pearl/theme/images/menu_sep.png" alt="" /> 
<a href="./search.php?sid=97b632ed968982b61a4d07efb7872c9d">Rechercher</a>  <img src="./styles/black_pearl/theme/images/menu_sep.png" alt="" />  <a href="./faq.php?sid=97b632ed968982b61a4d07efb7872c9d">FAQ</a>
</td>
</tr>
</table>


<div id="wrapcentre">

<div id="f_16_h" style="display:none;">

<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_maximize.png" onclick="javascript:ShowHide('f_16','f_16_h','f_16');" alt="Forum" /><div class="tbl-title"><h4><a href="./viewforum.php?f=16&sid=97b632ed968982b61a4d07efb7872c9d">Informations</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><td class="row1"><span class="gensmall"> </span></td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
<br />
</div>

<div id="f_16">
<script type="text/javascript">
<!--
tmp = 'f_16';
if(GetCookie(tmp) == '2')
{
ShowHide('f_16', 'f_16_h', 'f_16');
}
//-->
</script>
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_minimize.png" onclick="javascript:ShowHide('f_16','f_16_h','f_16');" alt="Forum" /><div class="tbl-title"><h4><a href="./viewforum.php?f=16&sid=97b632ed968982b61a4d07efb7872c9d">Informations</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<th colspan="2"> Forum </th>
<th width="50"> Sujets </th>
<th width="50"> Messages </th>
<th> Dernier message </th>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/info.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=17&sid=97b632ed968982b61a4d07efb7872c9d">Discussion Generale & Informations</a>
<p class="forumdesc">•·.·°¯`·.·• C'est le forum ou on peux parler de tout et de rien •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/note.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=18&sid=97b632ed968982b61a4d07efb7872c9d">Remarques & commentaire</a>
<p class="forumdesc">•·.·°¯`·.·• Questions, commentaires, suggestions à propos des Forums •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr><td class="cat-bottom" colspan="5"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
</div>
<br />
<div id="f_4_h" style="display:none;">
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_maximize.png" onclick="javascript:ShowHide('f_4','f_4_h','f_4');" alt="Forum" /><div class="tbl-title"><h4><a href="./viewforum.php?f=4&sid=97b632ed968982b61a4d07efb7872c9d">LoGicieL</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><td class="row1"><span class="gensmall"> </span></td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
<br />
</div>

<div id="f_4">
<script type="text/javascript">
<!--
tmp = 'f_4';
if(GetCookie(tmp) == '2')
{
ShowHide('f_4', 'f_4_h', 'f_4');
}
//-->
</script>
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_minimize.png" onclick="javascript:ShowHide('f_4','f_4_h','f_4');" alt="Forum" /><div class="tbl-title"><h4><a href="./viewforum.php?f=4&sid=97b632ed968982b61a4d07efb7872c9d">LoGicieL</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<th colspan="2"> Forum </th>
<th width="50"> Sujets </th>
<th width="50"> Messages </th>
<th> Dernier message </th>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/hardware.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=5&sid=97b632ed968982b61a4d07efb7872c9d">o0 DrivER & PiLoTe 0o</a>
<p class="forumdesc">•·.·°¯`·.·• Forum pour les drivers et les pilotes •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/securite.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=6&sid=97b632ed968982b61a4d07efb7872c9d">o0 AnTi ViRuS & Firewall 0o</a>
<p class="forumdesc">•·.·°¯`·.·• Forum pour les Firewall et les antis virus•·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/InternetTools.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=7&sid=97b632ed968982b61a4d07efb7872c9d">o0 InterNet OuTiLs 0o</a>
<p class="forumdesc">•·.·°¯`·.·• LES outils pour facilité la navigation •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/audioediteur.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=8&sid=97b632ed968982b61a4d07efb7872c9d">o0 Audio EdiTeur 0o</a>
<p class="forumdesc">•·.·°¯`·.·• Forum pour le editeur audio •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/videoediteur.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=9&sid=97b632ed968982b61a4d07efb7872c9d">o0 Video EdiTeur 0o</a>
<p class="forumdesc">•·.·°¯`·.·• Forum pour le editeur video •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/download.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=10&sid=97b632ed968982b61a4d07efb7872c9d">o0 TéLéChArGeurs 0o</a>
<p class="forumdesc">•·.·°¯`·.·• FORUM les programmes qui faclite le telechargement •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/player.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=11&sid=97b632ed968982b61a4d07efb7872c9d">o0 PlAyErs 0o</a>
<p class="forumdesc">•·.·°¯`·.·• Les lecteurs pour ouvrire les fichiers audios ou videos •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/grafik.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=12&sid=97b632ed968982b61a4d07efb7872c9d">o0 Graphics & Design 0o</a>
<p class="forumdesc">•·.·°¯`·.·• Forum pour graphics et design •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/regetre.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=13&sid=97b632ed968982b61a4d07efb7872c9d">o0 RegistrE 0o</a>
<p class="forumdesc">•·.·°¯`·.·• Forum pour améliorer votre base de Registre •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/portable.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=14&sid=97b632ed968982b61a4d07efb7872c9d">o0 PortabLE 0o</a>
<p class="forumdesc">•·.·°¯`·.·• Forum pour les materiels portables •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src="./imageforum/Office.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=15&sid=97b632ed968982b61a4d07efb7872c9d">o0 OfficE 0o</a>
<p class="forumdesc">•·.·°¯`·.·• Forum pour L'office •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr><td class="cat-bottom" colspan="5"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
</div>
<br />
<div id="f_32_h" style="display:none;">
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_maximize.png" onclick="javascript:ShowHide('f_32','f_32_h','f_32');" alt="Forum" /><div class="tbl-title"><h4><a href="./viewforum.php?f=32&sid=97b632ed968982b61a4d07efb7872c9d">Systèmes D'exploitations</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><td class="row1"><span class="gensmall"> </span></td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
<br />
</div>

<div id="f_32">
<script type="text/javascript">
<!--
tmp = 'f_32';
if(GetCookie(tmp) == '2')
{
ShowHide('f_32', 'f_32_h', 'f_32');
}
//-->
</script>
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_minimize.png" onclick="javascript:ShowHide('f_32','f_32_h','f_32');" alt="Forum" /><div class="tbl-title"><h4><a href="./viewforum.php?f=32&sid=97b632ed968982b61a4d07efb7872c9d">Systèmes D'exploitations</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<th colspan="2"> Forum </th>
<th width="50"> Sujets </th>
<th width="50"> Messages </th>
<th> Dernier message </th>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/windows.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=23&sid=97b632ed968982b61a4d07efb7872c9d">windows</a>
<p class="forumdesc">•·.·°¯`·.·• Pour tout se qui concerne Windows (98,2000,2003, vista) •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/astuse.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=24&sid=97b632ed968982b61a4d07efb7872c9d">Astuces</a>
<p class="forumdesc">•·.·°¯`·.·• Trucs et astuces de windows •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/linux.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=25&sid=97b632ed968982b61a4d07efb7872c9d">Lunix/Unix</a>
<p class="forumdesc">•·.·°¯`·.·• Systèmes d'exploitation OPEN SOURCE •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/mac.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=26&sid=97b632ed968982b61a4d07efb7872c9d">Autres Systémes</a>
<p class="forumdesc">•·.·°¯`·.·• par example : Macintosh •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr><td class="cat-bottom" colspan="5"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
</div>
<br />
<div id="f_33_h" style="display:none;">
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_maximize.png" onclick="javascript:ShowHide('f_33','f_33_h','f_33');" alt="Forum" /><div class="tbl-title"><h4><a href="./viewforum.php?f=33&sid=97b632ed968982b61a4d07efb7872c9d">Planète des reseaux</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><td class="row1"><span class="gensmall"> </span></td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
<br />
</div>

<div id="f_33">
<script type="text/javascript">
<!--
tmp = 'f_33';
if(GetCookie(tmp) == '2')
{
ShowHide('f_33', 'f_33_h', 'f_33');
}
//-->
</script>
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_minimize.png" onclick="javascript:ShowHide('f_33','f_33_h','f_33');" alt="Forum" /><div class="tbl-title"><h4><a href="./viewforum.php?f=33&sid=97b632ed968982b61a4d07efb7872c9d">Planète des reseaux</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<th colspan="2"> Forum </th>
<th width="50"> Sujets </th>
<th width="50"> Messages </th>
<th> Dernier message </th>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/reseaux.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=28&sid=97b632ed968982b61a4d07efb7872c9d">Architectures LAN / WAN</a>
<p class="forumdesc">•·.·°¯`·.·• Ethernet, Fast & Giga Ethernet, Frame Relay, RNIS, ATM, …•·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/protocol.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=29&sid=97b632ed968982b61a4d07efb7872c9d">Protocoles et Services</a>
<p class="forumdesc">•·.·°¯`·.·• TCP, UDP, ESP, GRE, DNS, SMTP, HTTP …•·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/reso-Security.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=30&sid=97b632ed968982b61a4d07efb7872c9d">La Sécurité</a>
<p class="forumdesc">•·.·°¯`·.·• VPN, Firewall, Chiffrement, Politique, failles, …•·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<a class="forumlink" href="./viewforum.php?f=31&sid=97b632ed968982b61a4d07efb7872c9d">Nouvelles technologies et Equipements réseau</a>
<p class="forumdesc">•·.·°¯`·.·• Infos produits, Matériels, Normes,Routeurs, Commutateurs, •·.·°¯`·.·•</p>
</td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr><td class="cat-bottom" colspan="5"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
</div>
<br />
<div id="f_19_h" style="display:none;">
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_maximize.png" onclick="javascript:ShowHide('f_19','f_19_h','f_19');" alt="Forum" /><div class="tbl-title"><h4><a href="./viewforum.php?f=19&sid=97b632ed968982b61a4d07efb7872c9d">@ide</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><td class="row1"><span class="gensmall"> </span></td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
<br />
</div>

<div id="f_19">
<script type="text/javascript">
<!--
tmp = 'f_19';
if(GetCookie(tmp) == '2')
{
ShowHide('f_19', 'f_19_h', 'f_19');
}
//-->
</script>
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_minimize.png" onclick="javascript:ShowHide('f_19','f_19_h','f_19');" alt="Forum" /><div class="tbl-title"><h4><a href="./viewforum.php?f=19&sid=97b632ed968982b61a4d07efb7872c9d">@ide</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<th colspan="2"> Forum </th>
<th width="50"> Sujets </th>
<th width="50"> Messages </th>
<th> Dernier message </th>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/help.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=20&sid=97b632ed968982b61a4d07efb7872c9d">Questions & Reponses</a>
<p class="forumdesc">•·.·°¯`·.·• Tente d'apporter une réponse à nombre de ces petites questions •·.·°¯`·.·•</p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>

<tr>
<td class="row1" width="50" align="center"><img src="./styles/black_pearl/imageset/forum_read.png" width="31" height="31" alt="Aucun nouveau message" title="Aucun nouveau message" /></td>
<td class="row1" width="100%">
<div style="float:left;margin-right:5px;"><img src=".//imageforum/recherche.png" alt="Aucun nouveau message" /></div><div style="float:left;">
<a class="forumlink" href="./viewforum.php?f=21&sid=97b632ed968982b61a4d07efb7872c9d">votre demende</a>
<p class="forumdesc"></p>
</div> </td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center"><p class="topicdetails">0</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Aucun message</p>
</td>
</tr>
<tr><td class="cat-bottom" colspan="5"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
</div>

<span class="gensmall"><a href="./ucp.php?mode=delete_cookies&sid=97b632ed968982b61a4d07efb7872c9d">Supprimer tous les cookies du forum</a> | <a href="./memberlist.php?mode=leaders&sid=97b632ed968982b61a4d07efb7872c9d">L’équipe</a></span><br />

<br clear="all" />

<div class="bc-tbl bc-div">
<p class="bc-header">
<a href="./index.php?sid=97b632ed968982b61a4d07efb7872c9d">Index du forum</a> </p>
<div class="bc-links">
<div class="bc-links-left">Nous sommes actuellement le Dim Nov 04, 2007 2:31 pm<br />Heures au format UTC </div>
<a href="./search.php?search_id=unanswered&sid=97b632ed968982b61a4d07efb7872c9d">Voir les messages sans réponses</a> | <a href="./search.php?search_id=active_topics&sid=97b632ed968982b61a4d07efb7872c9d">Voir les sujets actifs</a><br />
  </div>
</div> <br clear="all" />

<div id="viewonline_h" style="display:none;">
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_maximize.png" onclick="javascript:ShowHide('viewonline_nh','viewonline_h','viewonline_nh');" alt="Qui est en ligne" /><div class="tbl-title"><h4>Qui est en ligne</h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><td class="row1"><span class="gensmall"> </span></td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
</div>

<div id="viewonline_nh">
<script type="text/javascript">
<!--
tmp = 'viewonline';
if(GetCookie(tmp) == '2')
{
ShowHide('viewonline_nh', 'viewonline_h', 'viewonline_nh');
}
//-->
</script>
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_minimize.png" onclick="javascript:ShowHide('viewonline_nh','viewonline_h','viewonline_nh');" alt="Qui est en ligne" /><div class="tbl-title"><h4>Qui est en ligne</h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="row1" rowspan="2" align="center" valign="middle"><img src="./styles/black_pearl/theme/images/online.png" alt="Qui est en ligne" /></td>
<td class="row1" width="100%"><span class="genmed">Au total il y a <strong>3</strong> utilisateurs en ligne :: 1 inscrit, 0 invisible et 2 invités (basé sur les utilisateurs actifs des 5 dernières minutes)<br />Le nombre maximum d’utilisateurs en ligne simultanément a été de <strong>4</strong> le Sam Nov 03, 2007 8:01 pm<br /><br />Utilisateurs inscrits : <a href="./memberlist.php?mode=viewprofile&u=2&sid=97b632ed968982b61a4d07efb7872c9d" style="color: #AA0000;" class="username-coloured">admin</a></span></td>
</tr>
<tr><td class="row1"><b class="gensmall">Légende :: <a style="color:#AA0000" href="./memberlist.php?mode=group&g=5&sid=97b632ed968982b61a4d07efb7872c9d">Administrateurs</a>, <a style="color:#00AA00" href="./memberlist.php?mode=group&g=4&sid=97b632ed968982b61a4d07efb7872c9d">Modérateurs globaux</a></b></td></tr>
<tr><td class="cat-bottom" colspan="2"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
</div>
<br clear="all" />

<div id="birthdays_h" style="display:none;">
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_maximize.png" onclick="javascript:ShowHide('birthdays_nh','birthdays_h','birthdays_nh');" alt="Anniversaires" /><div class="tbl-title"><h4>Anniversaires</h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><td class="row1"><span class="gensmall"> </span></td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
</div>

<div id="birthdays_nh">
<script type="text/javascript">
<!--
tmp = 'birthdays';
if(GetCookie(tmp) == '2')
{
ShowHide('birthdays_nh', 'birthdays_h', 'birthdays_nh');
}
//-->
</script>
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_minimize.png" onclick="javascript:ShowHide('birthdays_nh','birthdays_h','birthdays_nh');" alt="Anniversaires" /><div class="tbl-title"><h4>Anniversaires</h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="row1" align="center" valign="middle"><img src="./styles/black_pearl/theme/images/birthdays.png" alt="Anniversaires" /></td>
<td class="row1" width="100%"><p class="genmed">Aucun anniversaire aujourd’hui</p></td>
</tr>
<tr><td class="cat-bottom" colspan="2"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
</div>

<br clear="all" />

<div id="statistics_h" style="display:none;">
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_maximize.png" onclick="javascript:ShowHide('statistics_nh','statistics_h','statistics_nh');" alt="Statistiques" /><div class="tbl-title"><h4>Statistiques</h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><td class="row1"><span class="gensmall"> </span></td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
</div>

<div id="statistics_nh">
<script type="text/javascript">
<!--
tmp = 'birthdays';
if(GetCookie(tmp) == '2')
{
ShowHide('statistics_nh', 'statistics_h', 'statistics_nh');
}
//-->
</script>
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="./styles/black_pearl/theme/images/icon_minimize.png" onclick="javascript:ShowHide('statistics_nh','statistics_h','statistics_nh');" alt="Statistiques" /><div class="tbl-title"><h4>Statistiques</h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="row1" align="center" valign="middle"><img src="./styles/black_pearl/theme/images/stats.png" alt="Statistiques" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed"><strong>0</strong> message au total | <strong>0</strong> sujet au total | <strong>4</strong> membres au total | Notre membre le plus récent est <strong><a href="./memberlist.php?mode=viewprofile&u=55&sid=97b632ed968982b61a4d07efb7872c9d">7afeeed ALSo7bah</a></strong></p></td>
</tr>
<tr><td class="cat-bottom" colspan="2"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
</div>

<br clear="all" />

<form method="post" action="./ucp.php?mode=login&sid=97b632ed968982b61a4d07efb7872c9d">

<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title"><h4><a href="./ucp.php?mode=login&sid=97b632ed968982b61a4d07efb7872c9d">Connexion</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="row1" align="center" valign="middle"><img src="./styles/black_pearl/theme/images/login.png" alt="Statistiques" /></td>
<td class="row1" align="center"><span class="genmed">Nom d’utilisateur:</span> <input class="post" type="text" name="username" size="10" />  <span class="genmed">Mot de passe:</span> <input class="post" type="password" name="password" size="10" />  <span class="gensmall">Me connecter automatiquement lors de chaque visite</span> <input type="checkbox" class="radio" name="autologin" />  <input type="submit" class="btnmain" name="login" value="Connexion" /></td>
</tr>
<tr><td class="cat-bottom" colspan="2"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div>
0