[html,php]pb de mise en page

Résolu/Fermé
remac Messages postés 58 Date d'inscription dimanche 12 novembre 2006 Statut Membre Dernière intervention 15 janvier 2012 - 13 nov. 2006 à 02:46
dugenou Messages postés 6087 Date d'inscription mercredi 19 janvier 2005 Statut Contributeur Dernière intervention 30 juillet 2021 - 13 nov. 2006 à 20:25
Tout d'abord merci à dugenou (il va surrement reconnaitre un code qu'il ma donné reçement) car j'en serais pas la sinon, moi le code ce n'est pas trop mon truc, je suis plutôt réseau.
Bref mon nouveau souçi est d'ordre de mise en page sur ma page perso http://alain-rogier.dyndns.org/actualite.php . Je m'explique j'ai un formulaire d'authentification tout en haut a gauche de la page (le seul endroit ou ça veut bien marcher). mais je voudrais le mettre en dessous l'image. Je suis completement perdu je sais pas comment faire. Voici le code de la page http://alain-rogier.dyndns.org/code.txt . En tout cas, escuser moi si c'est un peu le fouilli dans le code. J'ai essayé un truc mais qui a marcher qu'à moitier c'est a dire d' ajouter un

style='mso-ignore:vglayout;position:
absolute;z-index:-1;margin-left:769px;margin-top:528px;width:96px;height:32px'>

à mes input ça fonctionner preque sauf que je ne pouvais plus cliquer sur les inputs. J'ai essayé aussi de déplacer le code de mon formulaire mais le seul endroi trouvé ou je pouvais le mettre c'est tout en haut sinon il m'affiche un message d'erreur

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at actualite.php:7) in
A voir également:

4 réponses

dugenou Messages postés 6087 Date d'inscription mercredi 19 janvier 2005 Statut Contributeur Dernière intervention 30 juillet 2021 1 451
13 nov. 2006 à 08:56
Bonjour Remac,

Je pense avoir remis en forme ta page :

<?php
session_start();

empty($_POST['login']) ? $login = '' : $login = $_POST['login'];
empty($_POST['mdp']) ? $mdp = '' : $mdp = $_POST['mdp'];
empty($_GET['logout']) ? $logout = '' : $logout = $_GET['logout'];

include("ftp/log.php");

$PageFtp = "";

if (session_is_registered("PageFtp") || $mdp == $pass && $login ==$pseudo) {
$PageFtp = "ftpok";
session_register("PageFtp");
header("location: ftp://$pseudo:$pass@alain-rogier.dyndns.org");
//echo("<p><a href='actualite.php?logout=1'><b>Déconnexion</b></a></p>");
}
elseif ($logout == 1) {
session_unregister("PageFtp");
header("location: actualite.php");

$novisites = 1;
}
else {
?>


<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40/">
<!--This file created 14:38  04/07/2004 by Claris Home Page version 3.0This file created 16:02  04/07/2004 by Claris Home Page version 3.0This file created 16:27  04/07/2004 by Claris Home Page version 3.0This file created 16:31  04/07/2004 by Claris Home Page version 3.0-->
<!--This file created 16:46  04/07/2004 by Claris Home Page version 3.0-->

<!-- Mirrored from perso.orange.fr/alain.rogier/actualite.html by HTTrack Website Copier/3.x [XR&CO'2006], Fri, 10 Nov 2006 17:48:30 GMT -->

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 11">
<meta name=Originator content="Microsoft Word 11">
<link rel=File-List href="actualite_fichiers/filelist.xml">
<link rel=Edit-Time-Data href="actualite_fichiers/editdata.mso">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<title>stores-fenetres-volets</title>
<!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author>cath</o:Author>
  <o:LastAuthor>cath</o:LastAuthor>
  <o:Revision>10</o:Revision>
  <o:TotalTime>22</o:TotalTime>
  <o:Created>2006-11-11T09:19:00Z</o:Created>
  <o:LastSaved>2006-11-11T13:47:00Z</o:LastSaved>
  <o:Pages>1</o:Pages>
  <o:Words>513</o:Words>
  <o:Characters>2822</o:Characters>
  <o:Company> </o:Company>
  <o:Lines>23</o:Lines>
  <o:Paragraphs>6</o:Paragraphs>
  <o:CharactersWithSpaces>3329</o:CharactersWithSpaces>
  <o:Version>11.8028</o:Version>
 </o:DocumentProperties>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:GrammarState>Clean</w:GrammarState>
  <w:FormsDesign/>
  <w:HyphenationZone>21</w:HyphenationZone>
  <w:ValidateAgainstSchemas/>
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState="false" LatentStyleCount="156">
 </w:LatentStyles>
</xml><![endif]-->
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;
	text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
	{color:blue;
	text-decoration:underline;
	text-underline:single;}
p
	{mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
span.SpellE
	{mso-style-name:"";
	mso-spl-e:yes;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:70.85pt 70.85pt 70.85pt 70.85pt;
	mso-header-margin:35.4pt;
	mso-footer-margin:35.4pt;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Tableau Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
</style>
<![endif]--><X-CLARIS-WINDOW TOP=0 BOTTOM=607 LEFT=0 RIGHT=1012><X-CLARIS-TAGVIEW MODE=minimal>
<meta name=keywords
content="alain, rogier, komilfo, cormontreuil, reims, fenjtres, fermetures, menuiseries, volets roulants, californiens, vinitiens, plissis, rouleaux, ` enroulement, france, extirieurs, auvents, store, coffres, terrasse, bannes, toiles, rouleaux automatiques, tissus, fagade, viranda, verrihres, corbeilles, stores ` bras, brise-soleil, moustiquaires, protection solaire, balcons, terrasses, rideaux, ecran, filtrant, occultant, toiles ` stores, opaques, obscurcissement, storiste, brise soleil, marne, lame, treuil, bandes, volet roulant, volet battant, riseaux, stores, installateurs, fenjtres, volets, menuiserie, fermetures, auvents, bannes, distribution, stores d'intirieur, installateurs, bannes, fenjtres, fermetures, garantie, installation, isolation, moteurs, moustiquaires, Storistes, persiennes, portes, pose, rideaux, sicuriti, sur mesure, terrasse, automatisme, toiles, virandas, catalogues de stores, vitrages, voilages, automatismes, baie vitrie, pvc">

<script language="JavaScript">
<!--

function secouer(nb) {
	var sens=-10;
	var X=0; var Y=0; var dx; var dy
	for (no=nb;no>1;no=no-0.1) {
		dx=-X+sens*Math.round(no*Math.random());
		dy=-Y+sens*Math.round(no*Math.random());
		X=X+dx; Y=Y+dy;
		top.moveBy(dx,dy);
		sens=sens*(-1);
	}
	top.moveBy(-X,-Y);
}

function clicie() {

	// Fonction de ditection pour Internet Explorer

	if ((event.button==2)||(event.button==3)) {

		alert("Respectez les droits de Remi Rogier.");

	}

}

function clicns(e){

	// Fonction pour Netscape

	if(e.which==3){

		alert("Respectez les droits de Remi Rogier.");

		return false;

	}

}



if (document.all) {	document.onmousedown=clicie;}

if (document.layers) {document.captureEvents(Event.MOUSEDOWN); document.onmousedown = clicns;}

if (window.sidebar) {document.captureEvents(Event.MOUSEDOWN); document.onmousedown = clicns;}



function FP_swapImg() {//v1.0

 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;

 n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;

 elm.$src=elm.src; elm.src=args[n+1]; } }

}



function FP_preloadImgs() {//v1.0

 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();

 for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }

}



function FP_getObjectByID(id,o) {//v1.0

 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);

 else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;

 if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)

 for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }

 f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;

 for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }

 return null;

}

// -->
</script>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1027"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1"/>
 </o:shapelayout></xml><![endif]-->
</head>

<body bgcolor=white lang=FR link=blue vlink=blue style='tab-interval:35.4pt'
onload="secouer(015)">

<div class=Section1>

<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width="100%"
 style='width:100.0%;mso-cellspacing:0cm;mso-padding-alt:0cm 5.4pt 0cm 5.4pt'>
 <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;height:84.0pt'>
  <td width="20%" style='width:20.0%;background:#CC0000;padding:.75pt .75pt .75pt .75pt;
  height:84.0pt'>
  <p class=MsoNormal align=center style='text-align:center'><img width=118
  height=85 id="_x0000_i1025"
  src=Logo-storistes-france-stores-komilfo-15mm.jpg border=0 align=bottom></p>
  </td>
  <td width="85%" style='width:85.0%;padding:.75pt .75pt .75pt .75pt;
  height:84.0pt'>
  <p class=MsoNormal align=center style='text-align:center'><span
  style='font-size:18.0pt;color:black'><img width=472 height=77
  id="_x0000_i1026" src=Logo-France-Stores-PMS-40.jpg alt="Alain ROGIER komilfo"
  border=0 align=bottom></span></p>
  </td>
 </tr>
 <tr style='mso-yfti-irow:1;mso-yfti-lastrow:yes;height:555.75pt'>
  <td width="20%" valign=top style='width:20.0%;background:#CC0000;padding:
  .75pt .75pt .75pt .75pt;height:555.75pt'>
  <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
   style='mso-cellspacing:0cm;mso-padding-alt:0cm 0cm 0cm 0cm'>
   <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'>
    <td width=51 valign=top style='width:38.25pt;padding:0cm 0cm 0cm 0cm'>
    <p><a href="stores-fenetres-volets.html"><span style='text-decoration:none;
    text-underline:none'><img border=0 width=60 height=60 id="_x0000_i1512"
    src=soleil-anime.gif align=bottom></span></a></p>
    </td>
    <td width=82 style='width:61.5pt;padding:0cm 0cm 0cm 0cm'>
    <p class=MsoNormal align=center style='text-align:center'><a
    href="stores-fenetres-volets.html"><span style='text-decoration:none;
    text-underline:none'><img border=0 width=100 height=20 id="_x0000_i1513"
    src=buttonD.gif alt=Produits align=bottom
    fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
    fp-title=Produits
    onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'buttonE.gif')"
    onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'buttonD.gif')"
    onmousedown="FP_swapImg(1,0,/*id*/'img2',/*url*/'buttonF.gif')"
    onmouseup="FP_swapImg(0,0,/*id*/'img2',/*url*/'buttonE.gif')"></span></a></p>
    </td>
   </tr>
  </table>  
  
  <p style='margin:0cm;margin-bottom:.0001pt'><span style='display:none;
  mso-hide:all'><o:p>&nbsp;</o:p></span></p>
  <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
   style='mso-cellspacing:0cm;mso-padding-alt:0cm 0cm 0cm 0cm'>
   <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'>
    <td width=52 style='width:39.0pt;padding:0cm 0cm 0cm 0cm'>
    <p><a href="annecy-annemasse-la-roche-sur-foron.html"><span
    style='text-decoration:none;text-underline:none'><img border=0 width=60
    height=60 id="_x0000_i1514" src=soleil-anime.gif align=bottom></span></a></p>
    </td>
    <td width=80 style='width:60.0pt;padding:0cm 0cm 0cm 0cm'>
    <p class=MsoNormal align=center style='text-align:center'><a
    href="annecy-annemasse-la-roche-sur-foron.html"><span style='text-decoration:
    none;text-underline:none'><img border=0 width=100 height=20
    id="_x0000_i1515" src=button11.gif alt=Adresses align=bottom
    onmouseover="FP_swapImg(1,0,/*id*/'img3',/*url*/'button12.gif')"
    onmouseout="FP_swapImg(0,0,/*id*/'img3',/*url*/'button11.gif')"
    onmousedown="FP_swapImg(1,0,/*id*/'img3',/*url*/'button13.gif')"
    onmouseup="FP_swapImg(0,0,/*id*/'img3',/*url*/'button12.gif')"
    fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
    fp-title=Adresses></span></a></p>
    </td>
   </tr>
  </table>
  <p style='margin:0cm;margin-bottom:.0001pt'><span style='display:none;
  mso-hide:all'><o:p>&nbsp;</o:p></span></p>
  <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
   style='mso-cellspacing:0cm;mso-padding-alt:0cm 0cm 0cm 0cm'>
   <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'>
    <td width=52 style='width:39.0pt;padding:0cm 0cm 0cm 0cm'>
    <p><a href="garantie-nationale.html"><span style='text-decoration:none;
    text-underline:none'><img border=0 width=60 height=60 id="_x0000_i1516"
    src=soleil-anime.gif align=bottom></span></a></p>
    </td>
    <td width=77 style='width:57.75pt;padding:0cm 0cm 0cm 0cm'>
    <p class=MsoNormal align=center style='text-align:center'><a
    href="garantie-nationale.html"><span style='text-decoration:none;
    text-underline:none'><img border=0 width=100 height=20 id="_x0000_i1517"
    src=button14.gif alt=Garantie align=bottom
    onmouseover="FP_swapImg(1,0,/*id*/'img4',/*url*/'button15.gif')"
    onmouseout="FP_swapImg(0,0,/*id*/'img4',/*url*/'button14.gif')"
    onmousedown="FP_swapImg(1,0,/*id*/'img4',/*url*/'button16.gif')"
    onmouseup="FP_swapImg(0,0,/*id*/'img4',/*url*/'button15.gif')"
    fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
    fp-title=Garantie></span></a></p>
    </td>
   </tr>
  </table>
  <p style='margin:0cm;margin-bottom:.0001pt'><span style='display:none;
  mso-hide:all'><o:p>&nbsp;</o:p></span></p>
  <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=134
   style='width:100.5pt;mso-cellspacing:0cm;mso-padding-alt:0cm 0cm 0cm 0cm'>
   <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
    <td width=60 style='width:45.0pt;padding:0cm 0cm 0cm 0cm'>
    <p><a href="actualite.html"><span style='text-decoration:none;text-underline:
    none'><img border=0 width=60 height=60 id="_x0000_i1518"
    src=soleil-anime.gif align=bottom></span></a></p>
    </td>
    <td width=70 style='width:52.5pt;padding:0cm 0cm 0cm 0cm'>
    <p align=center style='text-align:center'><a href="actualite.html"><span
    style='text-decoration:none;text-underline:none'><img border=0 width=100
    height=20 id="_x0000_i1519" src=button17.gif alt=Actualiti align=bottom
    onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'button18.gif')"
    onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'button17.gif')"
    onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'button19.gif')"
    onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'button18.gif')"
    fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
    fp-title=Actualiti></span></a></p>
    </td>
   </tr>
   <tr style='mso-yfti-irow:1;mso-yfti-lastrow:yes'>
    <td width=60 style='width:45.0pt;padding:0cm 0cm 0cm 0cm'>
    <p><a href="nous-ecrire.html"><span style='text-decoration:none;text-underline:
    none'><img border=0 width=60 height=60 id="_x0000_i1520"
    src=soleil-anime.gif align=bottom></span></a></p>
    </td>
    <td width=70 style='width:52.5pt;padding:0cm 0cm 0cm 0cm'>
    <p align=center style='text-align:center'><a href="nous-ecrire.html"><span
    style='text-decoration:none;text-underline:none'><img border=0 width=100
    height=20 id="_x0000_i1521" src=button1A.gif alt="Nous icrire"
    align=bottom
    onmouseover="FP_swapImg(1,0,/*id*/'img6',/*url*/'button1B.gif')"
    onmouseout="FP_swapImg(0,0,/*id*/'img6',/*url*/'button1A.gif')"
    onmousedown="FP_swapImg(1,0,/*id*/'img6',/*url*/'button1C.gif')"
    onmouseup="FP_swapImg(0,0,/*id*/'img6',/*url*/'button1B.gif')"
    fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
    fp-title="Nous icrire"></span></a></p>
    </td>
   </tr>
  </table>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p class=MsoNormal align=center style='text-align:center'>&nbsp;</p>
  </td>
  <td width="85%" style='width:85.0%;padding:.75pt .75pt .75pt .75pt;
  height:555.75pt'>
  <p class=MsoNormal align=center style='text-align:center'><a href="menu.html"><span
  style='text-decoration:none;text-underline:none'><img border=0 width=120
  height=24 id="_x0000_i1522" src=button44.gif alt="Qui sommes nous ?"
  align=bottom onmouseover="FP_swapImg(1,0,/*id*/'img14',/*url*/'button42.gif')"
  onmouseout="FP_swapImg(0,0,/*id*/'img14',/*url*/'button44.gif')"
  onmousedown="FP_swapImg(1,0,/*id*/'img14',/*url*/'button43.gif')"
  onmouseup="FP_swapImg(0,0,/*id*/'img14',/*url*/'button42.gif')"
  fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
  fp-title="Qui sommes nous ?"></span></a></p>
  <p align=center style='text-align:center'><img border=0 width=591 height=308
  id="_x0000_i1523" src=printemps-2004-store-5.jpg align=bottom>&nbsp;</p>
  <p align=center style='text-align:center'>&nbsp;</p>
  <p><span style='mso-spacerun:yes'>&nbsp;&nbsp; </span>&nbsp;&nbsp;<span
  style='mso-spacerun:yes'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span></p>
  <p><span
  style='mso-spacerun:yes'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span><span
  style='mso-spacerun:yes'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a
  href="ftp://$1:$2@alain-rogier.dyndns.org"><span style='color:windowtext;text-decoration:none;text-underline:
  none'>

  

 <!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600"
   o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f"
   stroked="f">
   <v:stroke joinstyle="miter"/>
   <v:formulas>
    <v:f eqn="if lineDrawn pixelLineWidth 0"/>
    <v:f eqn="sum @0 1 0"/>
    <v:f eqn="sum 0 0 @1"/>
    <v:f eqn="prod @2 1 2"/>
    <v:f eqn="prod @3 21600 pixelWidth"/>
    <v:f eqn="prod @3 21600 pixelHeight"/>
    <v:f eqn="sum @0 0 1"/>
    <v:f eqn="prod @6 1 2"/>
    <v:f eqn="prod @7 21600 pixelWidth"/>
    <v:f eqn="sum @8 21600 0"/>
    <v:f eqn="prod @7 21600 pixelHeight"/>
    <v:f eqn="sum @10 21600 0"/>
   </v:formulas>
   <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
   <o:lock v:ext="edit" aspectratio="t"/>
  </v:shapetype><v:shape id="_x0000_i1530" type="#_x0000_t75"
   href="ftp://&quot;user&quot;:&quot;mdp&quot;@alain-rogier.dyndns.org/"
   style='width:69pt;height:64.5pt;mso-position-horizontal:left;
   mso-position-horizontal-relative:text;mso-position-vertical:top;
   mso-position-vertical-relative:line' o:allowoverlap="f" o:button="t">
   <v:fill o:detectmouseclick="t"/>
   <v:imagedata src="actualite_fichiers/image001.jpg" o:title="Bouton_Espace_prive"/>
  </v:shape><![endif]-->
  
  <![if !vml]><span style='mso-ignore:vglayout'><img
  border=0 width=92 height=86 src="actualite_fichiers/image003.jpg" v:shapes="_x0000_i1530"></span><![endif]></span></a></p>
  <div class=MsoNormal align=center style='text-align:center'>
  <hr size=2 width="100%" align=center>
  </div>
  
  
<div style="text-align:center">
<b>
ACCES AU SERVEUR FTP<br /><br />
<form ACTION="actualite.php" method="post" name="le_pass">
Identifiant
<p><input type="text" name="login" maxlength="10"></p>
Mot de passe
<p><input type="password" name="mdp" maxlength="10"></p>
<p><input type="submit" value="Connexion" class="bouton"></p>
</form>
<script type="text/javascript">document.le_pass.login.focus();</script>
</b></div>
  <p class=MsoNormal align=center style='text-align:center'><b><span
  style='font-size:7.5pt;color:white'>&nbsp;</span></b><a
  href="stores-fenetres-volets.html"><span style='text-decoration:none;
  text-underline:none'><img border=0 width=100 height=20 id="_x0000_i1525"
  src=buttonD.gif alt=Produits align=bottom
  fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
  fp-title=Produits
  onmouseover="FP_swapImg(1,0,/*id*/'img11',/*url*/'buttonE.gif')"
  onmouseout="FP_swapImg(0,0,/*id*/'img11',/*url*/'buttonD.gif')"
  onmousedown="FP_swapImg(1,0,/*id*/'img11',/*url*/'buttonF.gif')"
  onmouseup="FP_swapImg(0,0,/*id*/'img11',/*url*/'buttonE.gif')"></span></a><b><span
  style='font-size:7.5pt;color:white'>store</span></b><b><span
  style='font-size:7.5pt;color:#0000AF'> </span></b><a
  href="annecy-annemasse-la-roche-sur-foron.html"><span style='text-decoration:
  none;text-underline:none'><img border=0 width=100 height=20 id="_x0000_i1526"
  src=button11.gif alt=Adresses align=bottom
  onmouseover="FP_swapImg(1,0,/*id*/'img7',/*url*/'button12.gif')"
  onmouseout="FP_swapImg(0,0,/*id*/'img7',/*url*/'button11.gif')"
  onmousedown="FP_swapImg(1,0,/*id*/'img7',/*url*/'button13.gif')"
  onmouseup="FP_swapImg(0,0,/*id*/'img7',/*url*/'button12.gif')"
  fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
  fp-title=Adresses></span></a><span class=SpellE><b><span style='font-size:
  7.5pt;color:white'>store</span></b></span><b><span style='font-size:13.5pt;
  color:#0000AF'> </span></b><a href="garantie-nationale.html"><span
  style='text-decoration:none;text-underline:none'><img border=0 width=100
  height=20 id="_x0000_i1527" src=button14.gif alt=Garantie align=bottom
  onmouseover="FP_swapImg(1,0,/*id*/'img8',/*url*/'button15.gif')"
  onmouseout="FP_swapImg(0,0,/*id*/'img8',/*url*/'button14.gif')"
  onmousedown="FP_swapImg(1,0,/*id*/'img8',/*url*/'button16.gif')"
  onmouseup="FP_swapImg(0,0,/*id*/'img8',/*url*/'button15.gif')"
  fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
  fp-title=Garantie></span></a><span class=SpellE><b><span style='font-size:
  7.5pt;color:white'>store</span></b></span><b><span style='font-size:13.5pt;
  color:#0000AF'> </span></b><a href="nous-ecrire.html"><span style='text-decoration:
  none;text-underline:none'><img border=0 width=100 height=20 id="_x0000_i1528"
  src=button1A.gif alt="Nous icrire" align=bottom
  onmouseover="FP_swapImg(1,0,/*id*/'img10',/*url*/'button1B.gif')"
  onmouseout="FP_swapImg(0,0,/*id*/'img10',/*url*/'button1A.gif')"
  onmousedown="FP_swapImg(1,0,/*id*/'img10',/*url*/'button1C.gif')"
  onmouseup="FP_swapImg(0,0,/*id*/'img10',/*url*/'button1B.gif')"
  fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
  fp-title="Nous icrire"></span></a><b><span style='font-size:13.5pt;
  color:#0000AF'><o:p></o:p></span></b></p>
  <div class=MsoNormal align=center style='text-align:center'><b><span
  style='font-size:13.5pt;color:#0000AF'>
  <hr size=2 width="100%" align=center>
  </span></b></div>
  <p class=MsoNormal align=center style='text-align:center'>&nbsp;</p>
  <p align=center style='text-align:center'>&nbsp;</p>
  <p>&nbsp;</p>
  </td>
 </tr>
</table>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<!-- Mirrored from perso.orange.fr/alain.rogier/actualite.html by HTTrack Website Copier/3.x [XR&CO'2006], Fri, 10 Nov 2006 17:48:44 GMT -->
</div>

</body>

</html>
<?php
}
?>
0
dugenou Messages postés 6087 Date d'inscription mercredi 19 janvier 2005 Statut Contributeur Dernière intervention 30 juillet 2021 1 451
13 nov. 2006 à 09:25
En regardant ta page et ce que tu veux faire, je pense que l'ouverture d'une session n'est pas utile, ce script devrait ête suffisant :

<?php
empty($_POST['login']) ? $login = '' : $login = $_POST['login'];
empty($_POST['mdp']) ? $mdp = '' : $mdp = $_POST['mdp'];

include("ftp/log.php");

if ($mdp == $pass && $login ==$pseudo) {

header("location: ftp://$pseudo:$pass@alain-rogier.dyndns.org");

}

else {
?>


<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40/">
<!--This file created 14:38  04/07/2004 by Claris Home Page version 3.0This file created 16:02  04/07/2004 by Claris Home Page version 3.0This file created 16:27  04/07/2004 by Claris Home Page version 3.0This file created 16:31  04/07/2004 by Claris Home Page version 3.0-->
<!--This file created 16:46  04/07/2004 by Claris Home Page version 3.0-->

<!-- Mirrored from perso.orange.fr/alain.rogier/actualite.html by HTTrack Website Copier/3.x [XR&CO'2006], Fri, 10 Nov 2006 17:48:30 GMT -->

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 11">
<meta name=Originator content="Microsoft Word 11">
<link rel=File-List href="actualite_fichiers/filelist.xml">
<link rel=Edit-Time-Data href="actualite_fichiers/editdata.mso">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<title>stores-fenetres-volets</title>
<!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author>cath</o:Author>
  <o:LastAuthor>cath</o:LastAuthor>
  <o:Revision>10</o:Revision>
  <o:TotalTime>22</o:TotalTime>
  <o:Created>2006-11-11T09:19:00Z</o:Created>
  <o:LastSaved>2006-11-11T13:47:00Z</o:LastSaved>
  <o:Pages>1</o:Pages>
  <o:Words>513</o:Words>
  <o:Characters>2822</o:Characters>
  <o:Company> </o:Company>
  <o:Lines>23</o:Lines>
  <o:Paragraphs>6</o:Paragraphs>
  <o:CharactersWithSpaces>3329</o:CharactersWithSpaces>
  <o:Version>11.8028</o:Version>
 </o:DocumentProperties>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:GrammarState>Clean</w:GrammarState>
  <w:FormsDesign/>
  <w:HyphenationZone>21</w:HyphenationZone>
  <w:ValidateAgainstSchemas/>
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState="false" LatentStyleCount="156">
 </w:LatentStyles>
</xml><![endif]-->
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;
	text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
	{color:blue;
	text-decoration:underline;
	text-underline:single;}
p
	{mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
span.SpellE
	{mso-style-name:"";
	mso-spl-e:yes;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:70.85pt 70.85pt 70.85pt 70.85pt;
	mso-header-margin:35.4pt;
	mso-footer-margin:35.4pt;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Tableau Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
</style>
<![endif]--><X-CLARIS-WINDOW TOP=0 BOTTOM=607 LEFT=0 RIGHT=1012><X-CLARIS-TAGVIEW MODE=minimal>
<meta name=keywords
content="alain, rogier, komilfo, cormontreuil, reims, fenjtres, fermetures, menuiseries, volets roulants, californiens, vinitiens, plissis, rouleaux, ` enroulement, france, extirieurs, auvents, store, coffres, terrasse, bannes, toiles, rouleaux automatiques, tissus, fagade, viranda, verrihres, corbeilles, stores ` bras, brise-soleil, moustiquaires, protection solaire, balcons, terrasses, rideaux, ecran, filtrant, occultant, toiles ` stores, opaques, obscurcissement, storiste, brise soleil, marne, lame, treuil, bandes, volet roulant, volet battant, riseaux, stores, installateurs, fenjtres, volets, menuiserie, fermetures, auvents, bannes, distribution, stores d'intirieur, installateurs, bannes, fenjtres, fermetures, garantie, installation, isolation, moteurs, moustiquaires, Storistes, persiennes, portes, pose, rideaux, sicuriti, sur mesure, terrasse, automatisme, toiles, virandas, catalogues de stores, vitrages, voilages, automatismes, baie vitrie, pvc">

<script language="JavaScript">
<!--

function secouer(nb) {
	var sens=-10;
	var X=0; var Y=0; var dx; var dy
	for (no=nb;no>1;no=no-0.1) {
		dx=-X+sens*Math.round(no*Math.random());
		dy=-Y+sens*Math.round(no*Math.random());
		X=X+dx; Y=Y+dy;
		top.moveBy(dx,dy);
		sens=sens*(-1);
	}
	top.moveBy(-X,-Y);
}

function clicie() {

	// Fonction de ditection pour Internet Explorer

	if ((event.button==2)||(event.button==3)) {

		alert("Respectez les droits de Remi Rogier.");

	}

}

function clicns(e){

	// Fonction pour Netscape

	if(e.which==3){

		alert("Respectez les droits de Remi Rogier.");

		return false;

	}

}



if (document.all) {	document.onmousedown=clicie;}

if (document.layers) {document.captureEvents(Event.MOUSEDOWN); document.onmousedown = clicns;}

if (window.sidebar) {document.captureEvents(Event.MOUSEDOWN); document.onmousedown = clicns;}



function FP_swapImg() {//v1.0

 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;

 n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;

 elm.$src=elm.src; elm.src=args[n+1]; } }

}



function FP_preloadImgs() {//v1.0

 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();

 for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }

}



function FP_getObjectByID(id,o) {//v1.0

 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);

 else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;

 if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)

 for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }

 f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;

 for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }

 return null;

}

// -->
</script>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1027"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1"/>
 </o:shapelayout></xml><![endif]-->
</head>

<body bgcolor=white lang=FR link=blue vlink=blue style='tab-interval:35.4pt'
onload="secouer(015)">

<div class=Section1>

<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width="100%"
 style='width:100.0%;mso-cellspacing:0cm;mso-padding-alt:0cm 5.4pt 0cm 5.4pt'>
 <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;height:84.0pt'>
  <td width="20%" style='width:20.0%;background:#CC0000;padding:.75pt .75pt .75pt .75pt;
  height:84.0pt'>
  <p class=MsoNormal align=center style='text-align:center'><img width=118
  height=85 id="_x0000_i1025"
  src=Logo-storistes-france-stores-komilfo-15mm.jpg border=0 align=bottom></p>
  </td>
  <td width="85%" style='width:85.0%;padding:.75pt .75pt .75pt .75pt;
  height:84.0pt'>
  <p class=MsoNormal align=center style='text-align:center'><span
  style='font-size:18.0pt;color:black'><img width=472 height=77
  id="_x0000_i1026" src=Logo-France-Stores-PMS-40.jpg alt="Alain ROGIER komilfo"
  border=0 align=bottom></span></p>
  </td>
 </tr>
 <tr style='mso-yfti-irow:1;mso-yfti-lastrow:yes;height:555.75pt'>
  <td width="20%" valign=top style='width:20.0%;background:#CC0000;padding:
  .75pt .75pt .75pt .75pt;height:555.75pt'>
  <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
   style='mso-cellspacing:0cm;mso-padding-alt:0cm 0cm 0cm 0cm'>
   <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'>
    <td width=51 valign=top style='width:38.25pt;padding:0cm 0cm 0cm 0cm'>
    <p><a href="stores-fenetres-volets.html"><span style='text-decoration:none;
    text-underline:none'><img border=0 width=60 height=60 id="_x0000_i1512"
    src=soleil-anime.gif align=bottom></span></a></p>
    </td>
    <td width=82 style='width:61.5pt;padding:0cm 0cm 0cm 0cm'>
    <p class=MsoNormal align=center style='text-align:center'><a
    href="stores-fenetres-volets.html"><span style='text-decoration:none;
    text-underline:none'><img border=0 width=100 height=20 id="_x0000_i1513"
    src=buttonD.gif alt=Produits align=bottom
    fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
    fp-title=Produits
    onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'buttonE.gif')"
    onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'buttonD.gif')"
    onmousedown="FP_swapImg(1,0,/*id*/'img2',/*url*/'buttonF.gif')"
    onmouseup="FP_swapImg(0,0,/*id*/'img2',/*url*/'buttonE.gif')"></span></a></p>
    </td>
   </tr>
  </table>  
  
  <p style='margin:0cm;margin-bottom:.0001pt'><span style='display:none;
  mso-hide:all'><o:p>&nbsp;</o:p></span></p>
  <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
   style='mso-cellspacing:0cm;mso-padding-alt:0cm 0cm 0cm 0cm'>
   <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'>
    <td width=52 style='width:39.0pt;padding:0cm 0cm 0cm 0cm'>
    <p><a href="annecy-annemasse-la-roche-sur-foron.html"><span
    style='text-decoration:none;text-underline:none'><img border=0 width=60
    height=60 id="_x0000_i1514" src=soleil-anime.gif align=bottom></span></a></p>
    </td>
    <td width=80 style='width:60.0pt;padding:0cm 0cm 0cm 0cm'>
    <p class=MsoNormal align=center style='text-align:center'><a
    href="annecy-annemasse-la-roche-sur-foron.html"><span style='text-decoration:
    none;text-underline:none'><img border=0 width=100 height=20
    id="_x0000_i1515" src=button11.gif alt=Adresses align=bottom
    onmouseover="FP_swapImg(1,0,/*id*/'img3',/*url*/'button12.gif')"
    onmouseout="FP_swapImg(0,0,/*id*/'img3',/*url*/'button11.gif')"
    onmousedown="FP_swapImg(1,0,/*id*/'img3',/*url*/'button13.gif')"
    onmouseup="FP_swapImg(0,0,/*id*/'img3',/*url*/'button12.gif')"
    fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
    fp-title=Adresses></span></a></p>
    </td>
   </tr>
  </table>
  <p style='margin:0cm;margin-bottom:.0001pt'><span style='display:none;
  mso-hide:all'><o:p>&nbsp;</o:p></span></p>
  <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
   style='mso-cellspacing:0cm;mso-padding-alt:0cm 0cm 0cm 0cm'>
   <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'>
    <td width=52 style='width:39.0pt;padding:0cm 0cm 0cm 0cm'>
    <p><a href="garantie-nationale.html"><span style='text-decoration:none;
    text-underline:none'><img border=0 width=60 height=60 id="_x0000_i1516"
    src=soleil-anime.gif align=bottom></span></a></p>
    </td>
    <td width=77 style='width:57.75pt;padding:0cm 0cm 0cm 0cm'>
    <p class=MsoNormal align=center style='text-align:center'><a
    href="garantie-nationale.html"><span style='text-decoration:none;
    text-underline:none'><img border=0 width=100 height=20 id="_x0000_i1517"
    src=button14.gif alt=Garantie align=bottom
    onmouseover="FP_swapImg(1,0,/*id*/'img4',/*url*/'button15.gif')"
    onmouseout="FP_swapImg(0,0,/*id*/'img4',/*url*/'button14.gif')"
    onmousedown="FP_swapImg(1,0,/*id*/'img4',/*url*/'button16.gif')"
    onmouseup="FP_swapImg(0,0,/*id*/'img4',/*url*/'button15.gif')"
    fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
    fp-title=Garantie></span></a></p>
    </td>
   </tr>
  </table>
  <p style='margin:0cm;margin-bottom:.0001pt'><span style='display:none;
  mso-hide:all'><o:p>&nbsp;</o:p></span></p>
  <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=134
   style='width:100.5pt;mso-cellspacing:0cm;mso-padding-alt:0cm 0cm 0cm 0cm'>
   <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
    <td width=60 style='width:45.0pt;padding:0cm 0cm 0cm 0cm'>
    <p><a href="actualite.html"><span style='text-decoration:none;text-underline:
    none'><img border=0 width=60 height=60 id="_x0000_i1518"
    src=soleil-anime.gif align=bottom></span></a></p>
    </td>
    <td width=70 style='width:52.5pt;padding:0cm 0cm 0cm 0cm'>
    <p align=center style='text-align:center'><a href="actualite.html"><span
    style='text-decoration:none;text-underline:none'><img border=0 width=100
    height=20 id="_x0000_i1519" src=button17.gif alt=Actualiti align=bottom
    onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'button18.gif')"
    onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'button17.gif')"
    onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'button19.gif')"
    onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'button18.gif')"
    fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
    fp-title=Actualiti></span></a></p>
    </td>
   </tr>
   <tr style='mso-yfti-irow:1;mso-yfti-lastrow:yes'>
    <td width=60 style='width:45.0pt;padding:0cm 0cm 0cm 0cm'>
    <p><a href="nous-ecrire.html"><span style='text-decoration:none;text-underline:
    none'><img border=0 width=60 height=60 id="_x0000_i1520"
    src=soleil-anime.gif align=bottom></span></a></p>
    </td>
    <td width=70 style='width:52.5pt;padding:0cm 0cm 0cm 0cm'>
    <p align=center style='text-align:center'><a href="nous-ecrire.html"><span
    style='text-decoration:none;text-underline:none'><img border=0 width=100
    height=20 id="_x0000_i1521" src=button1A.gif alt="Nous icrire"
    align=bottom
    onmouseover="FP_swapImg(1,0,/*id*/'img6',/*url*/'button1B.gif')"
    onmouseout="FP_swapImg(0,0,/*id*/'img6',/*url*/'button1A.gif')"
    onmousedown="FP_swapImg(1,0,/*id*/'img6',/*url*/'button1C.gif')"
    onmouseup="FP_swapImg(0,0,/*id*/'img6',/*url*/'button1B.gif')"
    fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
    fp-title="Nous icrire"></span></a></p>
    </td>
   </tr>
  </table>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p class=MsoNormal align=center style='text-align:center'>&nbsp;</p>
  </td>
  <td width="85%" style='width:85.0%;padding:.75pt .75pt .75pt .75pt;
  height:555.75pt'>
  <p class=MsoNormal align=center style='text-align:center'><a href="menu.html"><span
  style='text-decoration:none;text-underline:none'><img border=0 width=120
  height=24 id="_x0000_i1522" src=button44.gif alt="Qui sommes nous ?"
  align=bottom onmouseover="FP_swapImg(1,0,/*id*/'img14',/*url*/'button42.gif')"
  onmouseout="FP_swapImg(0,0,/*id*/'img14',/*url*/'button44.gif')"
  onmousedown="FP_swapImg(1,0,/*id*/'img14',/*url*/'button43.gif')"
  onmouseup="FP_swapImg(0,0,/*id*/'img14',/*url*/'button42.gif')"
  fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
  fp-title="Qui sommes nous ?"></span></a></p>
  <p align=center style='text-align:center'><img border=0 width=591 height=308
  id="_x0000_i1523" src=printemps-2004-store-5.jpg align=bottom>&nbsp;</p>
  <p align=center style='text-align:center'>&nbsp;</p>
  <p><span style='mso-spacerun:yes'>&nbsp;&nbsp; </span>&nbsp;&nbsp;<span
  style='mso-spacerun:yes'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span></p>
  <p><span
  style='mso-spacerun:yes'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span><span
  style='mso-spacerun:yes'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a
  href="ftp://$1:$2@alain-rogier.dyndns.org"><span style='color:windowtext;text-decoration:none;text-underline:
  none'>

  

 <!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600"
   o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f"
   stroked="f">
   <v:stroke joinstyle="miter"/>
   <v:formulas>
    <v:f eqn="if lineDrawn pixelLineWidth 0"/>
    <v:f eqn="sum @0 1 0"/>
    <v:f eqn="sum 0 0 @1"/>
    <v:f eqn="prod @2 1 2"/>
    <v:f eqn="prod @3 21600 pixelWidth"/>
    <v:f eqn="prod @3 21600 pixelHeight"/>
    <v:f eqn="sum @0 0 1"/>
    <v:f eqn="prod @6 1 2"/>
    <v:f eqn="prod @7 21600 pixelWidth"/>
    <v:f eqn="sum @8 21600 0"/>
    <v:f eqn="prod @7 21600 pixelHeight"/>
    <v:f eqn="sum @10 21600 0"/>
   </v:formulas>
   <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
   <o:lock v:ext="edit" aspectratio="t"/>
  </v:shapetype><v:shape id="_x0000_i1530" type="#_x0000_t75"
   href="ftp://&quot;user&quot;:&quot;mdp&quot;@alain-rogier.dyndns.org/"
   style='width:69pt;height:64.5pt;mso-position-horizontal:left;
   mso-position-horizontal-relative:text;mso-position-vertical:top;
   mso-position-vertical-relative:line' o:allowoverlap="f" o:button="t">
   <v:fill o:detectmouseclick="t"/>
   <v:imagedata src="actualite_fichiers/image001.jpg" o:title="Bouton_Espace_prive"/>
  </v:shape><![endif]-->
  
  <![if !vml]><span style='mso-ignore:vglayout'><img
  border=0 width=92 height=86 src="actualite_fichiers/image003.jpg" v:shapes="_x0000_i1530"></span><![endif]></span></a></p>
  <div class=MsoNormal align=center style='text-align:center'>
  <hr size=2 width="100%" align=center>
  </div>
  
  
<div style="text-align:center">
<b>
ACCES AU SERVEUR FTP<br /><br />
<form ACTION="actualite.php" method="post" name="le_pass">
Identifiant
<p><input type="text" name="login" maxlength="10"></p>
Mot de passe
<p><input type="password" name="mdp" maxlength="10"></p>
<p><input type="submit" value="Connexion" class="bouton"></p>
</form>
<script type="text/javascript">document.le_pass.login.focus();</script>
</b></div>
  <p class=MsoNormal align=center style='text-align:center'><b><span
  style='font-size:7.5pt;color:white'>&nbsp;</span></b><a
  href="stores-fenetres-volets.html"><span style='text-decoration:none;
  text-underline:none'><img border=0 width=100 height=20 id="_x0000_i1525"
  src=buttonD.gif alt=Produits align=bottom
  fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
  fp-title=Produits
  onmouseover="FP_swapImg(1,0,/*id*/'img11',/*url*/'buttonE.gif')"
  onmouseout="FP_swapImg(0,0,/*id*/'img11',/*url*/'buttonD.gif')"
  onmousedown="FP_swapImg(1,0,/*id*/'img11',/*url*/'buttonF.gif')"
  onmouseup="FP_swapImg(0,0,/*id*/'img11',/*url*/'buttonE.gif')"></span></a><b><span
  style='font-size:7.5pt;color:white'>store</span></b><b><span
  style='font-size:7.5pt;color:#0000AF'> </span></b><a
  href="annecy-annemasse-la-roche-sur-foron.html"><span style='text-decoration:
  none;text-underline:none'><img border=0 width=100 height=20 id="_x0000_i1526"
  src=button11.gif alt=Adresses align=bottom
  onmouseover="FP_swapImg(1,0,/*id*/'img7',/*url*/'button12.gif')"
  onmouseout="FP_swapImg(0,0,/*id*/'img7',/*url*/'button11.gif')"
  onmousedown="FP_swapImg(1,0,/*id*/'img7',/*url*/'button13.gif')"
  onmouseup="FP_swapImg(0,0,/*id*/'img7',/*url*/'button12.gif')"
  fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
  fp-title=Adresses></span></a><span class=SpellE><b><span style='font-size:
  7.5pt;color:white'>store</span></b></span><b><span style='font-size:13.5pt;
  color:#0000AF'> </span></b><a href="garantie-nationale.html"><span
  style='text-decoration:none;text-underline:none'><img border=0 width=100
  height=20 id="_x0000_i1527" src=button14.gif alt=Garantie align=bottom
  onmouseover="FP_swapImg(1,0,/*id*/'img8',/*url*/'button15.gif')"
  onmouseout="FP_swapImg(0,0,/*id*/'img8',/*url*/'button14.gif')"
  onmousedown="FP_swapImg(1,0,/*id*/'img8',/*url*/'button16.gif')"
  onmouseup="FP_swapImg(0,0,/*id*/'img8',/*url*/'button15.gif')"
  fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
  fp-title=Garantie></span></a><span class=SpellE><b><span style='font-size:
  7.5pt;color:white'>store</span></b></span><b><span style='font-size:13.5pt;
  color:#0000AF'> </span></b><a href="nous-ecrire.html"><span style='text-decoration:
  none;text-underline:none'><img border=0 width=100 height=20 id="_x0000_i1528"
  src=button1A.gif alt="Nous icrire" align=bottom
  onmouseover="FP_swapImg(1,0,/*id*/'img10',/*url*/'button1B.gif')"
  onmouseout="FP_swapImg(0,0,/*id*/'img10',/*url*/'button1A.gif')"
  onmousedown="FP_swapImg(1,0,/*id*/'img10',/*url*/'button1C.gif')"
  onmouseup="FP_swapImg(0,0,/*id*/'img10',/*url*/'button1B.gif')"
  fp-style="fp-btn: Metal Capsule 4; fp-font-style: Bold; fp-font-color-normal: #CC0000; fp-font-color-hover: #0000AF; fp-transparent: 1; fp-orig: 0"
  fp-title="Nous icrire"></span></a><b><span style='font-size:13.5pt;
  color:#0000AF'><o:p></o:p></span></b></p>
  <div class=MsoNormal align=center style='text-align:center'><b><span
  style='font-size:13.5pt;color:#0000AF'>
  <hr size=2 width="100%" align=center>
  </span></b></div>
  <p class=MsoNormal align=center style='text-align:center'>&nbsp;</p>
  <p align=center style='text-align:center'>&nbsp;</p>
  <p>&nbsp;</p>
  </td>
 </tr>
</table>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<!-- Mirrored from perso.orange.fr/alain.rogier/actualite.html by HTTrack Website Copier/3.x [XR&CO'2006], Fri, 10 Nov 2006 17:48:44 GMT -->
</div>

</body>

</html>
<?php
}
?>
0
remac Messages postés 58 Date d'inscription dimanche 12 novembre 2006 Statut Membre Dernière intervention 15 janvier 2012 10
13 nov. 2006 à 12:29
Merci tu es un vrai chef, tu devrais vendre tes services.
Dit moi si tu as besoin d'un service (enfin surtout en réseau, je pourrais peut etre te conseiller).
Bon j'ai normalement plus qu'un derniere question car ça me pose un petit probleme quand meme:

Dans mon fichier log.php j'ai :
<?php
$pseudo= "user"; //identifiant à définir
$pass= "pass"; //mot de passe à définir

?>
Mais comment puis je ajouter d'autre utilisateurs ?
0
remac Messages postés 58 Date d'inscription dimanche 12 novembre 2006 Statut Membre Dernière intervention 15 janvier 2012 10
13 nov. 2006 à 15:14
Je pense que tout est dit donc un grand merci a dugenou. j'ai recopié son code est il correspondait parfaitement avec ce que je recherchais. Merci...
0
dugenou Messages postés 6087 Date d'inscription mercredi 19 janvier 2005 Statut Contributeur Dernière intervention 30 juillet 2021 1 451
13 nov. 2006 à 20:25
Bonsoir,

Je n'ai pas clos la discussion, je me suis simplement absenté.

A vrai dire je ne me suis pas encore posé la question, car je n'ai pas eu besoin d'avoir plusieurs utilisateurs sur mes sites.

Je n'ai pas d'idée sur le moment, mais je pense que d'autres devraient pouvoir t'aider.

Je vais y réfléchir.

A+
0