IL SITO SI E' TRASFERITO QUI: WWW.MAGICOCATANZARO.IT
ForumFree.net

php /**************************************************************/ //| |// //| Fast Shout Box Script 0.1 |// //| © RevokeSoft 2006 |// //| Author : trashofmasters |// //| Date : 1146068386 |// //| |// /**************************************************************/ //limit : INTEGER / NULL if NULL show all messages else show N messages //dbname: database name //pass : database password //host : database host , usually ( 90% cases ) localhost //user : database username //lunghezza_minima : INTEGER the minium lenght ( in characters ) of the username and message //message_default_value : show the default value for message //username_default_value : show the default value for username #EDIT UNDER HERE# /**/ $message_default_value = 'Messaggio'; $username_default_value = 'Username'; $lunghezza_minima = 10; $dbname = ''; $user = ''; $pass = ''; $host = 'localhost'; $limit = NULL; /**/ /**********************************************/ //connecting to the database $connection = mysql_connect($host,$user,$pass); $database = mysql_select_db($dbname,$connection); if($limit == NULL){ $limit = ''; }else{ $limit = 'LIMIT '.$limit; } //extracting messages from the database $query = 'SELECT * FROM shoutbox ORDER BY date DESC '.$limit; $select = mysql_query($query); //check if the form is correctly filled and if the submit button was pressed if($_GET['act'] == 'post' ){ //check if the directive magic_quotes_gpc is set to 1 in php.ini //if not escapes all special characters //else do anything if(!get_magic_quotes_gpc()){ $poster = addslashes($_POST['username']); $message = addslashes($_POST['message']); }else{ $poster = $_POST['username']; $message = $_POST['message']; } //check if the fields are filled if(empty($poster) or empty($message)){ $error .= '

Impossibile Inserire Il Messaggio : Campi Vuoti!

'; } //check if the field are more than $lunghezza_minima characters if(strlen($poster) < $lunghezza_minima or strlen($message) < $lunghezza_minima){ $error .= '

Impossibile Inserire Il Messaggio : Minimo '.$lunghezza_minima.' Caratteri!

'; } //check if the form is submitted only by pressing submit if($poster == $username_default_value or $message == $message_default_value){ $error .= '

Impossibile Inserire Il Messaggio : Valori Di Default Non Ammessi!

'; } } ?> Codice HTML: shout box
Codice PHP: '.$shout['poster'].' :
'.$mex.'
'.date('d/m/Y H:i:s',$shout['date']).'
'; } ?> Codice HTML:
Codice PHP: Messaggio Inserito Con Successo aggiorna

'; } } ?> Codice HTML:
NewPoll
SERIE C
Topic Title ( Mark this forum as read )Topic StarterRepliesViewsLast Action
B_MOVEDB_ANNUNCIO
Announcement: Tabella nera
cosa ne pensate
pisolo 1812----4/11/2006, 12:06
Last Post by: pisolo 1812
B_NORM scut1543/3/2008, 22:21
Last Post by: LostBoy94
B_NORM 
Non si gioca Ternana-Salernitana
Stadio chiuso,salta la sfida in serie C
scheeva010024/9/2006, 16:28
Last Post by: scheeva
B_NORM oliver3905720/9/2006, 19:21
Last Post by: oliver39
B_NORM oliver3903815/9/2006, 12:26
Last Post by: oliver39
B_NORM 
Di Canio, entusiasmo alla Cisco
Più di 1.000 persone all'esordio in C2
oliver_cz0433/9/2006, 11:35
Last Post by: oliver_cz
B_NORM oliver_cz04929/8/2006, 14:24
Last Post by: oliver_cz
B_NORM oliver_cz09128/8/2006, 13:03
Last Post by: oliver_cz
Showing 8 of 8 topics sorted by in from  
 
NewPoll
B_NEWB_POLLSearch this forum: 


 
B_NORMB_POLL_NN
B_HOTB_LOCKED
B_HOT_NNB_MOVED




GRAZIE PER ESSERE PASSATO TORNA A TROVARCI!!! GRAZIE PER ESSERE PASSATO TRONA A TROVARCI!!!
AFFILIAZIONI
Image Hosted by ImageShack.usImage Hosted by ImageShack.usImage Hosted by ImageShack.usImage Hosted by ImageShack.usImage Hosted by ImageShack.us Image Hosted by ImageShack.usImage Hosted by ImageShack.usImage Hosted by ImageShack.usdescrizione_immagineImage Hosted by ImageShack.usImage Hosted by ImageShack.usPC open lab
 

> Skin creative by - keeper - <