@ Boofo - I just uninstalled and reinstalled using the XML in the zip provided and it's all working fine. Try removing the code, check the table 'shout' doesn't exist, and reinstall. If you get an error on uninstallation saying the table doesn't exist, run this query to create a temp one: (don't forget the mySQL table prefix)
[sql]CREATE TABLE `shout` (
`sid` int(15) NOT NULL auto_increment,
`s_by` int(15) NOT NULL default '0',
`s_time` int(15) NOT NULL default '0',
`s_shout` text NOT NULL,
PRIMARY KEY (`sid`)
) ENGINE=MyISAM;[/sql]
Then uninstall and re-install, should work then.
@ cuphongle - Do what i told Boofo to do
- Zero Tolerance