PDA

View Full Version : Cant find admin_db_utilities.php file


CarlosV
04-06-2007, 01:20 PM
Hi all,

Trying to install a Mod, the instructions says to edit the file admin/admin_db_utilities.php that is not used with NBS Multi Forums installation, so my question is, what is the file i need to modify to be able to use that Mod? or if it uses that file is not possible to add it?.

the line i need to modify is:


$tables = array('auth_access', 'banlist', 'categories', 'config', 'disallow', 'forums', 'forum_prune', 'groups', 'posts', 'posts_text', 'privmsgs', 'privmsgs_text', 'ranks', 'search_results', 'search_wordlist', 'search_wordmatch', 'sessions', 'smilies', 'themes', 'themes_name', 'topics', 'topics_watch', 'user_group', 'users', 'vote_desc', 'vote_results', 'vote_voters', 'words');


Thank you in advanded

Derek
04-06-2007, 01:32 PM
Thats because you deleted it when you installed the multi-forums script. My instructions say to do that since having that file there causes security problems, since forums can download your whole database and have access to all of the forums data.

CarlosV
04-06-2007, 02:51 PM
Thank you for your reply Derek, I just ignore that step and the shoutbox Mod works good.