U S E R   W A R N I N G S   S Y S T E M   [ P H P - F u s i o n   v 7 ] 
 
 
 
 A u t h o r :   s n a p s a s 
 
 U R L :   p h p f u s i o n . l t 
 
 
 
 I N S T A L L A T I O N : 
 
 
 
 G o   t o   t h e   C u s t o m   P a g e s   a n d   t y p e   t h i s   s c r i p t . 
 
 
 
 < ? p h p 
 
 $ r e s u l t   =   d b q u e r y ( " C R E A T E   T A B L E   " . $ d b _ p r e f i x . " w a r n i n g s   ( 
 
 w a r n i n g _ i d   I N T ( 1 0 )   U N S I G N E D   N O T   N U L L   A U T O _ I N C R E M E N T , 
 
 w a r n i n g _ u s e r   I N T ( 1 0 )   U N S I G N E D   N O T   N U L L , 
 
 w a r n i n g _ a d m i n   I N T ( 1 0 )   U N S I G N E D   N O T   N U L L , 
 
 w a r n i n g _ e n d   V A R C H A R ( 1 0 )   N O T   N U L L   D E F A U L T   ' ' , 
 
 w a r n i n g _ c o u s e   V A R C H A R ( 1 0 0 )   N O T   N U L L   D E F A U L T   ' ' , 
 
 P R I M A R Y   K E Y   ( w a r n i n g _ i d ) 
 
 )   T y p e = M y I S A M ; " ) ; 
 
 
 
 i f ( $ r e s u l t ) 
 
 e c h o   " < c e n t e r > < p > T a b l e   c r e a t e d . < / p > < / c e n t e r > " ; 
 
 e l s e 
 
 e c h o   " < c e n t e r > < p > T a b l e   n o t   c r e a t e d . < / p > 
 
 < p > " . m y s q l _ e r r o r ( ) . " < / p > < / c e n t e r > " ; 
 
 ? > 
 
 
 
 
 
 C l i c k   o n   [ S h o w   P a g e ] .   W e   h a v e   a   m e s s a g e ,   t h a t   t h e   t a b l e   i s   c r e a t e d . 
 
 
 
 
 
 
 
 U p l o a d   a l l   t h e   f i l e s   t o   y o u r   F T P . 
 
 
 
 
 
 O p e n   m a i n c o r e . p h p   a n d   f i n d 
 
 
 
 i n c l u d e   I N C L U D E S . " s y s t e m _ i m a g e s . p h p " ; 
 
 
 
 B e l o w   i t : 
 
 
 
 i n c l u d e   I N C L U D E S . " u s e r s _ w a r n i n g s _ i n c l u d e . p h p " ; 
 
 
 
 
 
 V i s k a s . 