Écrire une réponse

Veuillez écrire votre message et l'envoyer

Cliquez dans la zone sombre de l'image pour envoyer votre message.

Retour

Résumé de la discussion (messages les plus récents en premier)

plg
2002-09-26 09:39:51

et bien, il n'y a pas de pb avec l'identifiant, il doit correspondre à ton user, maintenant le navigateur AOL doit mal faire passer les variables au serveur PHP... Vraiment là je suis impuissant face à ton pb. :(

plg
2002-09-26 09:25:36

Réponse de PLONKA car il n'arrive pas à répondre autrement que dans un nouveau topic :

plg
2002-09-25 15:11:30

ok, apparemment, tu passes l'identification mais tu n'es pas identifié comme tu devrais... (je suppose que tu es considéré comme "visiteur" (en bas à droite) sur la page diapo.php
Ce pb est très bizarre sachant que je n'utilise pas les cookies, mais une simple identification par identifiant dans l'URL (clef de session). Peux-tu me copier ton URL quand tu es sur la page diapo.php après t'être identifié ?

plg
2002-09-25 15:07:03

La page d'accueil d'accueil s'affiche correctement.
Identification : vous êtes visiteur
login : OK
Mot de passe : OK
La page suivante s'affiche correctement
Le menu sommaire ne comporte que 2 s/menus
- changer login
- à propos
A l'installation message suivant : page web éventuellement non
compatible avec votre navigateur.
Code source de la page web accueil

Code:

 
<html> 
  <head> 
    <style type="text/css"> 
      a 
      { 
        text-decoration : none; 
      } 
      a:hover 
      { 
        text-decoration : underline; 
      } 
      a.back, body 
      { 
        color : black; 
      } 
      body,table,input 
      { 
        font-family : Arial, Verdana, Sans-Serif; 
        font-size : 12px; 
      } 
      .imgLink 
      { 
        border : solid 1px; 
        border-color : black; 
      } 
      .titrePage,.titreMenu,.menu,.info, a 
      { 
        color : black; 
      } 
      .titreMenu,.menu,.info 
      { 
        margin-bottom : 5px; 
        white-space : nowrap; 
      } 
      .menu,.titrePage,.info 
      { 
        margin-left : 2px; 
        margin-right : 2px; 
      } 
      .titreMenu 
      { 
        font-weight : 600; 
        text-align : center; 
      } 
      .info 
      { 
        text-align : right; 
      } 
      .titrePage 
      { 
        white-space : nowrap; 
        font-weight : 500; 
        font-size : 18px; 
        text-align : center; 
      } 
      .comments 
      { 
        text-align : justify; 
        margin-top : 10px; 
        margin-bottom : 10px; 
        font-style : italic; 
      } 
      .thumbnail 
      { 
        font-size : 11px; 
        text-align : center; 
      } 
      .copyright 
      { 
        font-size : 9px; 
        text-align : center; 
        font-family : Verdana, Sans-Serif; 
      } 
      .commentImage 
      { 
        font-weight : bold; 
        text-align : center; 
        font-size : 17px; 
      } 
      .bouton 
      { 
        background : #EEEEEE; 
      } 
      input 
      { 
        border-width : 1; 
        border-color : #000000; 
        background : #ffffff; 
        color: #000000; 
      } 
      body 
      { 
        background-color : #CED1DA; 
        margin : 0px; 
      } 
      table 
      { 
        border-collapse : collapse; 
      } 
      table.thumbnail 
      { 
        border-collapse : separate; 
      } 
      td 
      { 
        padding:0; 
      } 
    </style>     
    <title>Identification</title> 
  </head> 
  <body> 
    <table style="width:100%;height:100%"> 
      <tr align="center" valign="middle"> 
        <td> 
 
    <table style="width:1px;"> 
      <tr> 
        <td><img src="./template/eexell/coldblue/01.gif" style="width:13px;display:box;" alt=""/></td> 
        <td><img src="./template/eexell/coldblue/02.gif" style="display:box;width:100%;height:23px;" alt=""/></td> 
        <td><img src="./template/eexell/coldblue/03.gif" style="display:box;width:11px;" alt=""/></td> 
      </tr> 
      <tr> 
        <td style="background:url(./template/eexell/coldblue/04.gif);"></td> 
        <td style="background:url(./template/eexell/coldblue/05.gif);width:100%;"> 
    <div class="titrePage">Identification</div></td> 
        <td style="background:url(./template/eexell/coldblue/06.gif);"></td> 
      </tr> 
      <tr> 
        <td><img src="./template/eexell/coldblue/07.gif" alt=""/></td> 
        <td><img src="./template/eexell/coldblue/08.gif" style="width:100%;height:11px;" alt=""/></td> 
        <td><img src="./template/eexell/coldblue/09.gif" alt=""/></td> 
      </tr>   
    </table> 
          <div style="margin-bottom:5px;"> </div> 
    <table style="width:50%;"> 
      <tr> 
        <td><img src="./template/eexell/coldblue/01.gif" style="width:13px;display:box;" alt=""/></td> 
        <td><img src="./template/eexell/coldblue/02.gif" style="display:box;width:100%;height:23px;" alt=""/></td> 
        <td><img src="./template/eexell/coldblue/03.gif" style="display:box;width:11px;" alt=""/></td> 
      </tr> 
      <tr> 
        <td style="background:url(./template/eexell/coldblue/04.gif);"></td> 
        <td style="background:url(./template/eexell/coldblue/05.gif);width:100%;"> 
  <div style="margin-left:auto;margin-right:auto;text-align:center;"> 
    <form method="post" action="./identification.php"> 
      <table style="width:80%;margin-left:auto;margin-right:auto;"> 
        <tr> 
          <td colspan="3" align="center"><div  style="margin-bottom:10px;">Vous êtes actuellement : <span style="font-weight:bold">visiteur</span></div></td> 
        </tr> 
        <tr> 
          <td align="center">login</td> 
          <td align="center">mot de passe</td> 
          <td> </td> 
        </tr> 
        <tr> 
          <td align="center"> 
            <select name="login"> 
              <option>master</option> 
            </select> 
          </td> 
          <td align="center"><input type="password" name="pass"/></td> 
          <td align="center"><input type="submit" name="submit" value="Valider" class="bouton"/></td> 
        </tr> 
      </table> 
      </form> 
      <table style="width:80%;margin-left:auto;margin-right:auto;"> 
        <tr> 
          <td colspan="3" align="left"> 
            <div  style="margin-top:10px;"> 
            <a href="register.php"><img src="./template/eexell/coldblue/register.gif" style="border:0;" alt="S'enregistrer"/> S'enregistrer</a> 
            <br /> 
            <a href="mailto:claude.plonka@wanadoo.fr?subject=[PhpWebGallery] Mot de passe oublié ?"><img src="./template/eexell/coldblue/lost.gif" style="border:0;" alt=""/> Mot de passe oublié ?</a> 
            </div> 
          </td> 
        </tr> 
      </table> 
  </div></td> 
        <td style="background:url(./template/eexell/coldblue/06.gif);"></td> 
      </tr> 
      <tr> 
        <td><img src="./template/eexell/coldblue/07.gif" alt=""/></td> 
        <td><img src="./template/eexell/coldblue/08.gif" style="width:100%;height:11px;" alt=""/></td> 
        <td><img src="./template/eexell/coldblue/09.gif" alt=""/></td> 
      </tr>   
    </table> 
        </td> 
      </tr> 
    </table> 
  </body> 
</html> 
</noscript> 
<script type="text/javascript" src="http://ads.multimania.lycos.fr/ad/ad.php?cat=&mkw=&CC=fr&ord=1898087491&adpref="></script>
plg
2002-09-25 13:12:59

ah ?
malheureusement (enfin, c'est un façon de parler hein, j'en voudrais pas personnellement) je ne suis pas abonné AOL. Peux tu me dire plus précisément ce qui se passe qd tu vas sur la page d'admin (erreur 404, message d'erreur PHP, quel est le code source de la page HTML...)

PLONKA
2002-09-25 13:01:24

J'utilise AOL pour mes connexions et le serveur est lycos.
L'utilisation du navigateur AOL ne permet pas au webmaster l'accès à la page d'administration.
avec Wanadoo et le navigateur de microsoft pas de problème.
Y-a-t'il mauvaise installation ou mauvais paramétrage de la page WEB dans le programme ?

Pied de page des forums

Propulsé par FluxBB

github twitter newsletter Faire un don Piwigo.org © 2002-2024 · Contact