At a guess I would say you have more than one set of flashchat tables in your database and the chat is using one, while the hack is using another. Make sure that in config.srv.php the "pref" setting is the correct prefix of the active flashchat tables. If you have a very old flashchat installation (3.9.x) that you have upgraded to 4.3.2 then the prefix may be nothing (' '), if you have a more recent installation then it may be' _fc_' - neither of which matches the default in the config file - which is 'flashchat_'.
|