did you follow the install instruccions ?
-----------------------------------
----[ OPEN ]-----------------------
-----------------------------------
includes/constants.php
-----------------------------------
----[ FIND ]-----------------------
-----------------------------------
// Mighty Gorgon - ACTIVITY - BEGIN
/*
define('ACTIVITY_MOD', true);
define('ACTIVITY_MOD_PATH', 'amod/');
*/
// Mighty Gorgon - ACTIVITY - END
-----------------------------------
----[ REPLACE WITH ]---------------
-----------------------------------
// Mighty Gorgon - ACTIVITY - BEGIN
define('ACTIVITY_MOD', true);
define('ACTIVITY_MOD_PATH', 'amod/');
// Mighty Gorgon - ACTIVITY - END
-----------------------------------
----[ OPEN ]-----------------------
-----------------------------------
includes/functions_dbmtnc.php
-----------------------------------
----[ FIND ]-----------------------
-----------------------------------
'jr_admin_users',
-----------------------------------
----[ ADD, BEFORE ]----------------
-----------------------------------
'ina_ban',
'ina_categories',
'ina_challenge_tracker',
'ina_challenge_users',
'ina_chat',
'ina_cheat_fix',
'ina_data',
'ina_favorites',
'ina_gamble',
'ina_gamble_in_progress',
'ina_games',
'ina_hall_of_fame',
'ina_last_game_played',
'ina_rating_votes',
'ina_scores',
'ina_sessions',
'ina_top_scores',
'ina_trophy_comments',
-----------------------------------
----[ CLOSE ALL & SAVE ]-----------
-----------------------------------