Grazie Zoomer no non spostato nessun file 0_0 capperina mi fanno impazzire ste cose cmq ecco il codice:
Codice PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<?
function faccine($message){
$message = str_replace('001','<img src="smilies/001.gif">',$message);
ECC ECC ECCCC........
return $message;
}
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Mex</title>
<link rel="stylesheet" href="stile.css"type="text/css">
<script language="javascript">
<!--
function Smile(quale_faccine)
{
document.insert.message.value += quale_faccina;
}
//-->
</script>
</head>
<body>
<html>
<div align="center">
<table style='text-align:center;font-family:Palatino Linotype; font-size: 8pt; color: #222812'cellpadding='0' cellspacing='0' border='0' width='620'>
<tr>
<td>
<img border='0' src='images/titolocommenti.png' width='255' height='56' alt='Commenti'>
<table class='t1' cellspacing='0' cellpadding='0' width='500'>
<tr>
<td><img border='0' src='images/scrivi.png' width='133' height='104'></td>
<td>Spero ti sia piaciuto il telaio e abbia trovato qualcosa di utile...
<img border='0' src='images/fiorellino.gif' width='25' height='25'><br>
lasciami un salutino, linka il tuo spazio, ricambierò con piacere la visita^^<br>
Se hai un consiglio, un credits da richiedere o... una critica scrivimi qui <br>
mi aiuterai a rendere questo spazio migliore<br>
Ciao Penelope <img border="0" src="images/gattopenny.gif" width="17" height="15" alt=''></td>
</tr>
</table>
<table border='0' cellspacing='0' cellpadding='0' width='500'>
<tr>
<td width='36'></td>
<td width="232"><?php include("totcommenti.php"); ?></td>
<td> </td>
</tr>
</table>
<table class='t1' cellpadding='0' cellspacing='0' width='550'>
<tr>
<td><form name='insert' method='post' ACTION='insert.php'>
<table class='t2' cellpadding='0' cellspacing='0' width='539'>
<tr>
<td width='110' align='right'> </td>
<td width="429" colspan="2"><input style='display:none' name='antispam' type='text' id='antispam' value='cinque-sette-otto-uno'></td>
</tr>
<tr>
<td width='110' align='right'>
<img border='0' src='images/guest.png' width='10' height='10'> <b>Nikname:</b></td>
<td width="429" colspan="2"> <input class='a1' type='text' name='nome' maxlength='20' size='70'></td>
</tr>
<tr>
<td width='110' align='right'>
<img border='0' src='images/home.png' width='10' height='10'> <b>Site URL:</b></td>
<td width="429" colspan="2"> <input class='a1' type='text' name='www' maxlength='50' size='70' value='http://'></td>
</tr>
<tr>
<td width='110' align='right'>
<img border='0' src='images/email.png' width='10' height='10'> <b>E-mail:</b></td>
<td width="429" colspan="2"> <input class='a1' type='text' name='email' maxlength='20' size='70'></td>
</tr>
<tr>
<td width='110'></td>
<td width="429" colspan="2">
<table class='t2' cellpadding='0' cellspacing='0' width='429'>
<tr>
<td width='142'>
<img border='0' src='images/penna.gif' width='20' height='20'> <b>Commento...</b></td>
<td width='142'> </td>
<td width='143'></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width='110' align='center'>
Puoi pubblicizzare<br>
il tuo spazio<br>
scrivi le tue iniziative e news varie!
<img border='0' src='images/orzetti.gif' width='104' height='164'>
</td>
<td width="429" colspan="2">
<textarea class='c1' name='message' rows='14' cols='73'></textarea><br>Smile e giffette...<br></td>
</tr>
<tr>
<td width='110'></td>
<td class=row5 width="385">
<div style="width:383px; height:100px; overflow-y: scroll">
<a href="javascript:Smile('003')"><img border="0" src="smilies/003.gif"></a>
ECC.... ECC... ECC...
</div></td>
<td width="46"></td>
</tr>
<tr>
<td width='110'></td>
<td width="429" colspan="2"><br><input type='submit' value='..:: Invia commento ::.. ' name='ok'></td>
</tr>
</table></form>
</td>
</tr>
</table>
<?php
include "config.php";
$db = mysql_connect($db_host,$db_user,$db_pass);
mysql_select_db ($db_name) or die ("Cannot connect to database");
// selezione del DB
mysql_select_db("*******") or die("Selezione del DB fallita !");
$page = (!isset($_GET['page']))? 1 : $_GET['page'];
$prev = ($page - 1);
$next = ($page + 1);
/*Setto il numero massimo di record per pagina */
$max_results = 10;
/* Mi calcolo l'offset */
$from = (($page * $max_results) - $max_results);
/*eseguo la query per recuperare il numero di dati presente nel mio db*/
$result = mysql_query("select nome,www,email,message,date_format(data_ora, '%d/%m/%Y - ore %H:%i:%s')as data_formattata FROM dati ORDER BY id Desc");
$total_results = mysql_num_rows($result);
$total_pages = ceil($total_results / $max_results);
/* Creo il link "PREV" */
if($page > 1)
{
$pagination .="<a href=view.php?page=".$prev.">Prec </a>";
}
/*Eseguo il ciclo per visualizzare tutte le pagine che mi servono. */
for($i =1; $i <= $total_pages; $i++)
{
if(($page) == $i)
{
$pagination .= $i;
}
else
{
$pagination .= "<a href=view.php?page=".$i.">| $i </a>|";
}
}/*END FOR*/
/* Stampo il prossimo link */
if($page < $total_pages)
{
$pagination .= "<a href=view.php?page=".$next."> Next</a>";
}
$result=mysql_query("select nome,www,email,message,date_format(data_ora, '%d/%m/%Y - ore %H:%i:%s')as data_formattata FROM dati ORDER BY id Desc LIMIT $from, $max_results ");
while ($i = mysql_fetch_array($result))
/* Visualizza commenti */
/*eseguo la query con i parametri $from e $total_results per la paginazione*/
echo "<table border=0 width=550>
<tr>
<td>
<table style='border:1px dotted #222812' cellpadding='2px' cellspacing='2px' width=550>
<tr>
<td class=row4>
<table border='0' cellpadding='0px' cellspacing='0px' width='100%'>
<tr>
<td style='font-family:Palatino Linotype; font-size: 8pt; color: #222812' height='10'><IMG SRC='images/denden02r.gif' WIDTH='250' HEIGHT='12' BORDER=0></td>
<td style='font-family:Palatino Linotype; font-size: 8pt; color: #222812' height='10' width='180'>Scritto il ".$i["data_formattata"]."</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style='font-family:Palatino Linotype; font-size: 8pt; color: #222812' class=row1><a href='".$i["www"]."' target=_blank><img border='0' src='images/home.png' width='10' height='10' alt='My homepage'></a> <a href='mailto:".$i["email"]."'><img border='0' src='images/email.png' width='10' height='10' alt='E-mail'></a> <b>« ".$i["nome"]." »</b></td>
</tr>
<tr>
<td style='font-family:Palatino Linotype; font-size: 8pt; color: #222812' class=row4><b>Commento...</b>
<img border='0' src='images/katam-yd.gif' width='15' height='10'><br> ".faccine ($i["message"])."</td>
</tr>
</table>
<table border=0 width=100%>
<tr>
<td height=3></td>
</tr>
</table>
</td>
</tr>
</table>";
echo "<table class='t1' width='550'>
<tr>
<td align=left width='388'>
<img border='0' src='images/m3.gif' width='11' height='13'> Page... $pagination</td>
<td align=right width='152'>
<img border='0' src='images/bouncingstar2cammina.gif' width='39' height='8' alt=''><a target='penelope' href='http://pennypenny.altervista.org/accessorisito/commenti.html'>[Vecchi Commenti]</a></td>
</tr>
<tr>
<td align=left colspan='2'><br><b>Commenti</b> realizzato da Penelope <br>
Ringrazio <a target=_blank href='http://dementialsite.altervista.org/'>DementialSite</a> per l'aiuto ricevuto nella scrittura del codice-script inserisci gif^^</td>
</tr>
</table>";
?>
<br><br>
Grazie per il tuo commento, ricambierò il più presto possibile<br>
un abbraccione Penelope ♥<br>
<a target="penelope" href="http://www.iltelaiodipenelope.it/frame.htm">Home</a><img src='images/canuccio2.gif' width='63' height='31' alt=''><br><br>
</td>
</tr>
</table>
</div>
</body>
</html>
Ora che ci penso però ho trafficato con la data... per aver visualizzata in italiano e con l'ora avrò fatto qualche casino????
Grazie per l'aiuto tempestivo