Copy all files from ip_root folder into your ip root folder.
If you need Italian or Aphrodite, look in the extras folder, and eventually upload what you need.
Then apply these modifications and enable activity in
ACP.
-----------------------------------
----[ 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',