- Home
- Categorie
- Coding e Sistemistica
- PHP
- pagina vuota. Perchè????
-
si...quello l' ho risolto...ora però mi da pagina completamente bianca.... e se provo a controllare l' html della pagina c'è scritto solo:
[html]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8"></HEAD>
<BODY></BODY></HTML>
[/html]mentre la pagina che ho pubblicato io era piena di codice....
-
puoi scrivermi cosa hai fatto nelle pagine che vuoi proteggere?
-
certo....te ne invio una...
orale_chimica.php
[html]
<?php
require ('ture70.netsons.org/config-clas.php');if(!isset($_SESSION['username']))
{
$messaggio=urlencode("Ti consiglio di autenticarti");
header('location:'.'ture70.netsons.org/index.php'.'?msg='.$messaggio);
exit;
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
<html xmlns="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>orali_chimica</title>
</head>
<body bgcolor="black">
<center>
<img src="">
<img src="">
<img src="">
</center>
<br>
<center> <font color="yellow" size="24"> SETTEMBRE </font> </center>
<center> <table border="1" width="650" height="350">
<td width="15%"> <center> <font color="blue"> GIORNO </font> </center> </td>
<td width="15%"> <center> <font color="blue"> INTERROGATI </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 15 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 16 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 17 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 18 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 19 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 20 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 22 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 23 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 24 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 25 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 26 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 27 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 29 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
<tr>
<td width="15%"> <center> <font color="yellow"> 30 </font> </center> </td>
<td width="85%"> <center> <font color="yellow"> #### - #### </font> </center> </td>
</table> </center>
</body>
</html>
[/html]La babella non è una sola (come vedi qui, ma in tutto sono 10) compresa questa.
PS: Ho dovuto levare i link perchè nn sn un utente premium
-
E' normale che se scrivi direttamente l'url acceddi, perchè sei comunque loggato, se fai il logout distruggi la sessione e quindi il controllo vede la variabile di sessione come non settata effettuando il redirect.
-
nn ho inserito il logout perchè non mi seriva...perfavore...se ti do il link, puoi provare tu??? e mi dici se ti fa entrare o no???
-
se non fai il logout, e quindi la sessione non viene distrutta rimani loggato e hai accesso alla pagina, quindi dovresti creare una pagina di logout.
Puoi provare tu stesso eliminando i cookie del browser, cosi da sloggarti...
-
:x...ho cancellato tutto....cookie, file temporanei, cronologia...tutto!! eppure mi ci fa entrare...se nn mi credi, controlla tu stesso:
ture70.netsons.org/materie.php (tu nn sei registrato nel mio database)
PS: prima ci hakkattp2punti//vuvuvu (non possoscrivere i link perchè nn sn utente premium)
grazie per l' interesse.
-
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /www/netsons.org/ture70/web/index.php on line 20
-
cosa significa???
-
manca un . di unione ta 2 variabili o stringhe nella riga 20
-
nella riga 20 del file index.php c'è:
[html]
echo '<a href="registrazione.php">Registrazione</a><br /><a href="login.php">Login</a><br />';
[/html]dove dovrei inserire il punto???
-
vedi la riga 19...
-
dalla riga 16 alla 21:
[html]
<?php
if(isset($_SESSION['login']))
echo '<a href="materie.php">Area privata</a><br />;
else
echo '<a href="registrazione.php">Registrazione</a><br /><a href="login.php">Login</a><br />';
?>
[/html]
-
<?php
if(isset($_SESSION['login']))
echo '<a href="materie.php">Area privata</a><br />';
else
echo '<a href="registrazione.php">Registrazione</a><br /><a href="login.php">Login</a><br />';
?>
-
scusa, ma cosa cambia tra i 2???
-
manca uno ' l'ho segnato in rosso...
-
ok...ho corretto la pagina e l' ho pubblicata
-
Mi fa il redirect all'index, tutto funzionante.....
-
ok...grazie 1000, ora provo io...
-
boh...a me no...mi fa entrare...cmq, se a te ti fa fare il redirect significa che funziona...