Visualizzazione risultati 1 fino 13 di 13

Discussione: Codice php che influenza la grafica

  1. #1
    ponchdeleon non è connesso Neofita
    Data registrazione
    15-01-2006
    Messaggi
    22

    Predefinito Codice php che influenza la grafica

    se andate su http://www.wwmanager.altervista.org/ e cliccate su "classifiche" noterete che:

    - se avete firefox lo sfondo diventa tutto bianco
    -se avete Ie appare solo una striscia bianca
    -se avete opera la striscia è più grande.

    E invece dovrebbe essere identica alle altre pagine... C'è uno script php sopra l'header che controlla se l'utente è loggato o meno che non può essere spostato, sennò non funziona. Come posso fare per risolvere il problema?

  2. #2
    Guest

    Predefinito

    posta il codice della pagina (anche il codice php), cosi possiamo aiutarti a risolvere il problema.

  3. #3
    ponchdeleon non è connesso Neofita
    Data registrazione
    15-01-2006
    Messaggi
    22

    Predefinito

    Codice PHP:
    <?php
    session_start
    ();
    $login = $_SESSION['idutente'];

    if (!isset(
    $_SESSION['is_logged_in']) || $_SESSION['is_logged_in'] !== true)
    {
    // not logged in, move to login page
    header('Location: areautenti.php');
    exit;
    }

    include(
    'config.php');
    include(
    'opendb.php');

    $query = "SELECT idutente, punteggio, avanzamento
    FROM Utenti
    WHERE NOT (avanzamento = 0)
    ORDER BY punteggio DESC"
    ;

    $result = mysql_query($query);

    include(
    'closedb.php');

    ?>
    Ce n'è anche uno nel mezzo, potrebbe influenzarlo?

    Usa i tag appositi per inserire il codice php.
    Ultima modifica di seneca : 07-06-2006 alle ore 23.48.37

  4. #4
    Guest

    Predefinito

    servirebbe tutto il codice della pagina (HTML e PHP)

  5. #5
    ponchdeleon non è connesso Neofita
    Data registrazione
    15-01-2006
    Messaggi
    22

    Predefinito

    prima parte
    Codice PHP:
    <?php
    session_start
    ();
    include(
    'config.php');
    include(
    'opendb.php');
    $query = "SELECT idutente, punteggio, avanzamento
    FROM Utenti
    WHERE NOT (avanzamento = 0)
    ORDER BY punteggio DESC"
    ;
    $result = mysql_query($query);
    include(
    'closedb.php');
    ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Win Win Manager</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Win Win Manager</title>
    <meta name="Author" content="Marco Greco">
    <meta name="Keyword" content="win win manager, wwm, wwmanager, negoziazione, business game, gioco, MMORPG, ingegneria, gestionale, forum, tor vergata ">
    <meta name="description" content="Business game online finalizzato alla formazione di negoziatori">
    <link href="stile.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    .Stile3 {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    }
    -->
    </style>
    </head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" rightmargin="0" bottommargin="0">
    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="CCCC99">
    <tr>
    <td height="100%" align="center" valign="middle">
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td height="10" align="center" valign="top">&nbsp;</td>
    <td height="10" align="center" valign="top">&nbsp;</td>
    <td height="10">&nbsp;</td>
    <td height="10" align="center" valign="top">&nbsp;</td>
    </tr>
    <tr>
    <td height="100%" align="center" valign="top"><table width="100%" height="45" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td height="5" background="img/barra.jpg"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    <tr>
    <td height="10"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    </table></td>
    <td width="212" height="100%" align="center" valign="top"><table width="212" height="374" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td><table width="100%" height="45" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td width="100%" height="5" background="img/barra.jpg"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    <tr>
    <td height="10"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    </table></td>
    </tr>
    <tr>
    <td height="329" align="center" valign="middle"><table width="212" height="329" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td width="10"><img src="img/pix.gif" width="1" height="1"></td>
    <td align="center" valign="middle" background="img/menu.jpg"><table width="192" height="329" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td height="40" align="center" valign="bottom"><a href="index.htm" class="menu">Home</a></td>
    </tr>
    <tr>
    <td height="30" align="center" valign="bottom"><a href="classifiche.php" class="menu">Classifiche</a></td>
    </tr>
    <tr>
    <td height="30" align="center" valign="bottom"><a href="guida.htm" class="menu">Guida</a></td>
    </tr>
    <tr>
    <td height="30" align="center" valign="bottom"><a href="tutorial.htm" class="menu">Faq &amp; Tutorial</a></td>
    </tr>
    <tr>
    <td height="30" align="center" valign="bottom"><a href="partners.htm" class="menu">Partners</a></td>
    </tr>
    <tr>
    <td height="30" align="center" valign="bottom"><a href="staff.htm" class="menu">Staff</a></td>
    </tr>
    <tr>
    <td height="30" align="center" valign="bottom"><a href="link.htm" class="menu">Link</a></td>
    </tr>
    <tr>
    <td height="30" align="center" valign="bottom"><a href="newsletter.htm" class="menu">Newsletter</a></td>
    </tr>
    <tr>
    <td height="28" align="center" valign="bottom"><a href="http://wwmanager.altervista.org/phpBB2/index.php" class="menu">Forum</a></td>
    </tr>
    <tr>
    <td height="50" align="center" valign="center"><a href="areautenti.php" class="menu">AREA
    UTENTI</a></td>
    </tr>
    </table></td>
    <td width="10"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    </table></td>
    </tr>
    </table>
    <table width="212" height="85" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td height="32" align="center" valign="middle"><a href="mailto:giovanni.bianco@kaoszone.it" class="firma">design
    by Giovanni Bianco</a></td>
    </tr>
    <tr>
    <td height="53" align="center" valign="middle">
    <!-- _____________ START 0Stats.com _____________ -->
    <script language="JavaScript">
    var stringa='<a href="http://www.0st.com/?sid=19036" target="_blank">';var stringa2= stringa.replace('0st','0stats');
    document.write(stringa2);</script>
    <script type="text/javascript" language="JavaScript" SRC="http://www.0stats.com/js4.php?sid=19036&laf=it&imf=0&qimg=4&gmt=13">
    </script><noscript><a target="_blank" href="http://www.0stats.net">contatore visite gratis</a></noscript>
    <script language="JavaScript">
    var fine='<\/a>';
    document.write(fine);
    </script>
    <!-- _____________ END 0Stats.com _____________ -->

    </td>
    </tr>
    </table></td>
    <td width="548" height="100%"align="center" valign="top"><table width="548" height="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td height="62"><table width="548" height="62" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td align="center" valign="top"><table width="100%" height="45" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td width="100%" height="5" background="img/barra.jpg"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    <tr>
    <td height="10"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    </table></td>
    <td width="360" align="center" valign="middle"><img src="img/logo.jpg" width="360" height="62"></td>
    <td align="center" valign="top"><table width="100%" height="45" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td width="100%" height="5" background="img/barra.jpg"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    <tr>
    <td height="10"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    </table></td>
    </tr>
    </table></td>
    </tr>
    <tr>
    <td height="10"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    <tr>
    <td height="100%"> <table width="548" height="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td width="10" height="10" bgcolor="#FFFFFF"><img src="img/pix.gif" width="1" height="1"></td>
    <td height="10" bgcolor="#FFFFFF"><img src="img/pix.gif" width="1" height="1"></td>
    <td width="10" bgcolor="#FFFFFF"><img src="img/pix.gif" width="1" height="1"></td>
    <td width="10" height="10" background="img/bianco_nord_est.jpg"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    <tr>
    <td width="10" bgcolor="#FFFFFF"><img src="img/pix.gif" width="1" height="1"></td>

  6. #6
    ponchdeleon non è connesso Neofita
    Data registrazione
    15-01-2006
    Messaggi
    22

    Predefinito

    seconda parte
    Codice PHP:

    <td align="left" valign="top" bgcolor="#FFFFFF" class="testo"><p align="center" class="Stile3">CLASSIFICA GENERALE </p>
    <p align="center" class="testo">
    <table width="505" border="0" cellpadding="0">
    <tr>
    <td width="100" height="24" class="Stile3" align="center">Rank </td>
    <td width="195" class="Stile3" align="center">Nome utente </td>
    <td width="100" class="Stile3" align="center">Negoziazioni svolte </td>
    <td width="100" class="Stile3" align="center">Punteggio</td>
    </tr>
    </table>
    <table width="505" border="1" cellpadding="0"><?php
    echo "<br>";
    $posto = 1;
    $row = mysql_fetch_array($result, MYSQL_ASSOC);
    while (
    $row)
    {
    $idutente = $row['idutente'];
    $punteggio = $row['punteggio'];
    $avanzamento = $row['avanzamento'];
    echo
    "<tr>";
    echo
    "<td width=\"100\" height=\"24\" class=\"Stile3\" align=\"center\">$posto °</td>";
    echo
    "<td width=\"195\" class=\"testo\">$idutente</td>";
    echo
    "<td width=\"100\" class=\"testo\">$avanzamento</td>";
    echo
    "<td width=\"100\" class=\"testo\">$punteggio</td>";
    echo
    "</tr>";
    $posto++;
    $row = mysql_fetch_array($result, MYSQL_ASSOC);
    }
    ?></table>
    <p align="center" class="Stile3"></p>
    <p align="center" class="Stile3"></p></td>
    <td width="10" bgcolor="#FFFFFF"><img src="img/pix.gif" width="1" height="1"></td>
    <td width="10" background="img/bianco_est.jpg"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    <tr>
    <td height="12" bgcolor="#FFFFFF"><img src="img/pix.gif" width="1" height="1"></td>
    <td height="12" bgcolor="#FFFFFF"><img src="img/pix.gif" width="1" height="1"></td>
    <td bgcolor="#FFFFFF"><img src="img/pix.gif" width="1" height="1"></td>
    <td height="12" background="img/bianco_est.jpg"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    <tr>
    <td width="10" height="10" background="img/bianco_sud_ovest.jpg"><img src="img/pix.gif" width="1" height="1"></td>
    <td height="10" background="img/bianco_sud.jpg"><img src="img/pix.gif" width="1" height="1"></td>
    <td width="10" background="img/bianco_sud.jpg"><img src="img/pix.gif" width="1" height="1"></td>
    <td width="10" height="10" background="img/bianco_sud_est.jpg"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    </table>
    </td>
    </tr>
    </table></td>
    <td height="100%" align="center" valign="top"><table width="100%" height="45" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td width="100%" height="5" background="img/barra.jpg"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    <tr>
    <td height="10"><img src="img/pix.gif" width="1" height="1"></td>
    </tr>
    </table></td>

    </tr>
    </table></td>
    </tr>
    </table>
    </body>
    </html>

  7. #7
    Guest

    Predefinito

    Guardando il codice html della pagina 'classifiche':

    Codice HTML:
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Win Win Manager</title>
    </head>
    
    <body>
     
    
    
    </body>
    </html>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Win Win Manager</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Win Win Manager</title>
    <meta name="Author" content="Marco Greco">
    <meta name="Keyword" content="win win manager, wwm, wwmanager, negoziazione, business game, gioco, MMORPG, ingegneria, gestionale, forum, tor vergata ">
    <meta name="description" content="Business game online finalizzato alla formazione di negoziatori">
    <link href="stile.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    .Stile3 {
    	font-size: 16px;
    	font-style: italic;
    	font-weight: bold;
    }
    -->
    </style>
    </head>
    vedo all'inizio un html, head e body senza stylesheet, dopodicché si ricomincia con html, head e body con stylesheet. Mi immagino che ciò potrebbe creare degli effetti particolari e indesiderati.
    Ma non è che uno degli include all'inizio dello script della pagina 'statistiche' contiene il codice html iniziale?

    Un'altra cosa, ma perché hai su ogni pagina il tag 'TITLE' 2 volte?

  8. #8
    ponchdeleon non è connesso Neofita
    Data registrazione
    15-01-2006
    Messaggi
    22

    Predefinito

    non ne ho idea, misteri di dreamweaver! Quindi cosa dovrei cancellare? Me lo puoi evidenziare?

  9. #9
    Guest

    Predefinito

    Tu hai postato il codice dello script. Io quello html della pagina visualizzata. La differenza sta nel primo pezzo, vedi tu stesso.
    Da dove spunta fuori quel primo pezzo in più, non ho idea.

    Bisogna eliminare questo pezzo:

    Codice HTML:
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Win Win Manager</title>
    </head>
    
    <body>
     
    
    
    </body>
    </html>
    Ma visto che non c'è nel codice che tu hai postato, dovresti cercarlo negli include, penso. Cioè in 'config.php', 'opendb.php' o 'closedb.php'.

  10. #10
    Guest

    Predefinito

    prova a postare i codici di queste pagine.

  11. #11
    Guest

    Predefinito

    La stessa cosa è successa a me con un'altro sito a causa di una barra del menu creata in javascript.
    Mi ha fatto andare all'aria letteralmente tutta la grafica della pagina in cui era inserita, ma questo solo con firefox, con ie era tutto ok.
    Cambiata la barra ho risolto il problema, però non ho capito perché anche il javascript da di questi problemi, altre applicazioni funzionano egregiamente.

  12. #12
    ponchdeleon non è connesso Neofita
    Data registrazione
    15-01-2006
    Messaggi
    22

    Predefinito

    Il mio problema è stato risolto, grazie a tutti

  13. #13
    Guest

    Predefinito

    se vuoi puoi postare la soluzione, che potrà servire anche a qualcun'altro.

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •