I wrote a little command mod for the staff shout box, you type /time and it shows you the time! WOW!
Download link:
To install just upload sendshout.php to shoutbox directory.
You then need to alter the 'shoutbox' MySQL table.Go into PHPMyAdmin and run this query:
I put a back up of sendshout in there too incase the mod doesn't work.Code:REATE TABLE `shoutbox` ( `id` int(255) NOT NULL auto_increment, `username` varchar(500) collate latin1_general_ci NOT NULL, `message` longtext collate latin1_general_ci NOT NULL, `ip` varchar(500) collate latin1_general_ci NOT NULL, `time1` varchar(500) collate latin1_general_ci NOT NULL, `time2` varchar(500) collate latin1_general_ci NOT NULL, `time3` varchar(500) collate latin1_general_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=3 ;
Enjoy.





Reply With Quote
+Rep for helping people out and I'm sure it will be appreciated and hope to see more from you. 


