<?
$db = mysql_connect($par_DbHost,$par_DbUser,$par_DbPassw ord) or die("<div style=' width: 200; background-color: black;'><font color=white><b>ERRORE DI ACCESSO AI DATI</B><br>L'errore di solito è dovuto a problemi di sovraccarico del server, è temporaneo e sparisce dopo qualche minuto.<br><a href='Javascript
:location.reload()'>riprova</a></font></div>");
mysql_select_db($par_Conn);
/*
reset ($_GET);
while (list ($chiave, $valore) = each ($_GET)) {
eval ("\$$chiave = '".str_replace("'", "\\'", $valore)."';");
}
reset ($_POST);
while (list ($chiave, $valore) = each ($_POST)) {
eval ("\$$chiave = '".str_replace("'", "\\'", $valore)."';");
}
reset ($_SESSION);
while (list ($chiave, $valore) = each ($_SESSION)) {
eval ("\$$chiave = '".str_replace("'", "\\'", $valore)."';");
}
$Login = $_SESSION['Login'];
$Stanza = $_SESSION['Stanza'];
*/
function pars($var) {
return addslashes($var);
}
function codificabb($testo){
$testo=str_replace("[br]","<br>",$testo);
$testo=str_replace("
","<div align=left>",$testo);
$testo=str_replace("
","</div>",$testo);
$testo=str_replace("
","<div align=right>",$testo);
$testo=str_replace("
","</div>",$testo);
$testo=str_replace("
","<div align=center>",$testo);
$testo=str_replace("
","</div>",$testo);
$testo=str_replace("[justify]","<div align=justify>",$testo);
$testo=str_replace("[/justify]","</div>",$testo);
$testo=str_replace("
","<b>",$testo);
$testo=str_replace("","</b>",$testo);
$testo=str_replace("
","<i>",$testo);
$testo=str_replace("","</i>",$testo);
$testo=str_replace("[img]","<img src='",$testo);
$testo=str_replace("[/img]","' border=0>",$testo);
$testo=str_replace("[white]","<font stile='font-color: white;'>",$testo);
$testo=str_replace("[/white]","</font>",$testo);
$testo=str_replace("[yellow]","<font stile='font-color: yellow;'>",$testo);
$testo=str_replace("[/yellow]","</font>",$testo);
$testo=str_replace("[green]","<font stile='font-color: green;'>",$testo);
$testo=str_replace("[/green]","</font>",$testo);
$testo=str_replace("[blue]","<font stile='font-color: blue;'>",$testo);
$testo=str_replace("[/blue]","</font>",$testo);
$testo=str_replace("[red]","<font stile='font-color: red;'>",$testo);
$testo=str_replace("[/red]","</font>",$testo);
$testo=str_replace("[link]","<a href='",$testo);
$testo=str_replace("[/link]","' target=_blank>LINK</a>",$testo);
$testo=str_replace("[media]","<embed src='",$testo);
$testo=str_replace("[/media]","' autoplay=true loop=true>",$testo);
$testo=str_replace("[BR]","<br>",$testo);
$testo=str_replace("
","<div align=left>",$testo);
$testo=str_replace("
","</div>",$testo);
$testo=str_replace("
","<div align=right>",$testo);
$testo=str_replace("
","</div>",$testo);
$testo=str_replace("
","<div align=center>",$testo);
$testo=str_replace("
","</div>",$testo);
$testo=str_replace("[JUSTIFY]","<div align=justify>",$testo);
$testo=str_replace("[/JUSTIFY]","</div>",$testo);
$testo=str_replace("
","<b>",$testo);
$testo=str_replace("","</b>",$testo);
$testo=str_replace("
","<i>",$testo);
$testo=str_replace("","</i>",$testo);
$testo=str_replace("[IMG]","<img src='",$testo);
$testo=str_replace("[/IMG]","' border=0>",$testo);
$testo=str_replace("[WHITE]","<font stile='font-color: white;'>",$testo);
$testo=str_replace("[/WHITE]","</font>",$testo);
$testo=str_replace("[YELLOW]","<font stile='font-color: yellow;'>",$testo);
$testo=str_replace("[/YELLOW]","</font>",$testo);
$testo=str_replace("[GREEN]","<font stile='font-color: green;'>",$testo);
$testo=str_replace("[/GREEN]","</font>",$testo);
$testo=str_replace("[BLUE]","<font stile='font-color: blue;'>",$testo);
$testo=str_replace("[/BLUE]","</font>",$testo);
$testo=str_replace("[RED]","<font stile='font-color: red;'>",$testo);
$testo=str_replace("[/RED]","</font>",$testo);
$testo=str_replace("[LINK]","<a href='",$testo);
$testo=str_replace("[/LINK]","' target=_blank>LINK</a>",$testo);
$testo=str_replace("[MEDIA]","<embed src='",$testo);
$testo=str_replace("[/MEDIA]","' autoplay=true loop=true>",$testo);
return $testo;
}
?>