CUSTOMIZATION - How To Install Activity MOD


Goto page 1, 2  Next

Subject: CUSTOMIZATION - How To Install Activity MOD
How To Install Activity MOD In Icy Phoenix RC1

First, upload the entire Activity MOD package to your website and follow the instructions below.


OPEN: ip_root/includes/constants.php

FIND:


Code: [Download] [Hide] [Select]
// Mighty Gorgon - ACTIVITY - BEGIN
// define('ACTIVITY_MOD', true); // Decomment this line to enable ACTIVITY MOD
define('ACTIVITY_MOD_PATH', 'amod/');
// Mighty Gorgon - ACTIVITY - END


REPLACE WITH:

Code: [Download] [Hide] [Select]
// Mighty Gorgon - ACTIVITY - BEGIN
define('ACTIVITY_MOD', true); // Decomment this line to enable ACTIVITY MOD
define('ACTIVITY_MOD_PATH', 'amod/');
// Mighty Gorgon - ACTIVITY - END






How To Install Activity MOD In Icy Phoenix .27c
There have been many support topics in the past asking how to install the Activity MOD in Icy Phoenix. The purpose of this guide is to help remedy the confusion.

Please note: These install instructions are found in the Activity MOD package.

First, upload the entire Activity MOD package to your website and follow the instructions below.


OPEN: ip_root/includes/constants.php

FIND:

Code: [Download] [Hide] [Select]
// Mighty Gorgon - ACTIVITY - BEGIN
/*
define('ACTIVITY_MOD', true);
define('ACTIVITY_MOD_PATH', 'amod/');
*/
// Mighty Gorgon - ACTIVITY - END


REPLACE WITH:

Code: [Download] [Hide] [Select]
// Mighty Gorgon - ACTIVITY - BEGIN
define('ACTIVITY_MOD', true);
define('ACTIVITY_MOD_PATH', 'amod/');
// Mighty Gorgon - ACTIVITY - END



OPEN: ip_root/includes/functions_dbmtnc.php

FIND:

Code: [Download] [Hide] [Select]
'jr_admin_users',


ADD BEFORE:

Code: [Download] [Hide] [Select]
'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',



You should now enter your ACP and install the Activity MOD.

The Activity MOD can be accessed: http://www.YOUR_WEBSITE.com/activity.php/

Subject: Re: How To Install Activity MOD
Nice work Chaotic!
Thanks for the tutorial ;)

Subject: Re: How To Install Activity MOD
Hi, I add also to add these lines

Code: [Download] [Hide] [Select]
<tr>
<td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
<td class="genmed" align="left"><a href="{U_ACTIVITY}">{L_ACTIVITY}</a></td>
</tr>


in /templates/default/nav_quick_links.tpl

Subject: Re: How To Install Activity MOD
If anyone is looking for games for this mod I have 2 game packs in an old site of mine available for download

Game pack 1

Game Pack 2

Let me know of any problems

:mrgreen: :mrgreen:

Subject: Re: How To Install Activity MOD
Yesterday MG informed me these install instructions will be changing in the release.

I'll update the first post as soon as it's released.

Subject: Re: How To Install Activity MOD
First post updated to include install instructions for RC1.

Subject: Re: How To Install Activity MOD
Im trying to run this on newest RC1, but im getting lots of errors...

This is in amod+ admin db adjustments, they all show warnings about pagestart....

Code: [Download] [Hide] [Select]
Warning: require() [function.require]: Unable to access ./pagestart. in /home/aa1010/domains/ownageworld.com/public_html/adm/admin_ina_in_un.php on line 23

Warning: require(./pagestart.) [function.require]: failed to open stream: No such file or directory in /home/aa1010/domains/ownageworld.com/public_html/adm/admin_ina_in_un.php on line 23

Warning: require() [function.require]: Unable to access ./pagestart. in /home/aa1010/domains/ownageworld.com/public_html/adm/admin_ina_in_un.php on line 23

Warning: require(./pagestart.) [function.require]: failed to open stream: No such file or directory in /home/aa1010/domains/ownageworld.com/public_html/adm/admin_ina_in_un.php on line 23

Fatal error: require() [function.require]: Failed opening required './pagestart.' (include_path='.:/usr/local/lib/php') in /home/aa1010/domains/ownageworld.com/public_html/adm/admin_ina_in_un.php on line 23OPEN [b][/b]


But I do have that file.
I already uploaded everything, and tried reuploading it, but nothing seems to work.
I also get: hacking attempt on profile and on viewtopic.

Someone knows the problem?

These are lines 23,24,25 of admin_ina_in_un.php:
Code: [Download] [Hide] [Select]
$phpbb_root_path = './../';
require($phpbb_root_path . 'extension.inc');
require('./pagestart.' . $phpEx);


BTW, if you do not see the errors on my board, thats because I am running a backup until someone might know the answer.

Thnx in advance!

Profile PM  
Subject: Re: How To Install Activity MOD
could it be that your trying to install
A-mod for 1.2.0.27 in RC1???

Subject: Re: How To Install Activity MOD
Yes it does appear the the activity mod has not been updated for the newer release if I get a chance...(not soon I am afraid) I will have a look..

:mrgreen: :mrgreen:

Subject: Re: How To Install Activity MOD
spydie wrote: [View Post]
could it be that your trying to install
A-mod for 1.2.0.27 in RC1???

The installation file was updated so I was hoping I could add this without any problems. :cry:
The main problem would be pagestart.php and/or extension.inc for some reason.
I was hoping to solve it 8)

Any help would be appreciated. I would like to have activity and MPS on my portal, then I am the happiest webmaster out there ghehe

Profile PM  
Subject: Re: How To Install Activity MOD
I have just downloaded the activity mod from here and all the files need to be upgraded to work with rc1 (unless there is another download)

a big job if anyone cares to do it... :shock:

if not I will put it on my list...

:mrgreen: :mrgreen:

Subject: Re: How To Install Activity MOD
DWho wrote: [View Post]
I have just downloaded the activity mod from here and all the files need to be upgraded to work with rc1 (unless there is another download)

a big job if anyone cares to do it... :shock:

if not I will put it on my list...

:mrgreen: :mrgreen:

Im willing to do this, but my php and SQL knowledge is very limited...
Maybe MG could push me in the right direction?

Or could we download the phpBB3 activity mod and simply add it? Maybe less files need to be changed...
Some random ideas :P

Profile PM  
Subject: Re: How To Install Activity MOD
OwnageWorld wrote: [View Post]
DWho wrote: [View Post]
I have just downloaded the activity mod from here and all the files need to be upgraded to work with rc1 (unless there is another download)

a big job if anyone cares to do it... :shock:

if not I will put it on my list...

:mrgreen: :mrgreen:

Im willing to do this, but my php and SQL knowledge is very limited...
Maybe MG could push me in the right direction?

Or could we download the phpBB3 activity mod and simply add it? Maybe less files need to be changed...
Some random ideas :P


Where can I download activity for phpbb3 so I can check out the files

:mrgreen: :mrgreen:

Subject: Re: How To Install Activity MOD
These install instructions came from the SVN.

Subject: Re: How To Install Activity MOD
DWho wrote: [View Post]

Where can I download activity for phpbb3 so I can check out the files

:mrgreen: :mrgreen:

Geez, you are online a lot :mryellow:
Link 1: http://www.phpbb.com/community/viewtopic.php?f=70&t=685225
Example: http://www.jeffrusso.net/forum/arca...6166ffc07857755

Link 2: http://www.phpbb.com/community/view...=543835&start=0
Example: http://www.phpar.com/arcade.php
Would be cool to have them.

Profile PM  
Goto page 1, 2  Next

Page 1 of 2


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.5613s (PHP: 5% SQL: 95%)
SQL queries: 32 - Debug Off - GZIP Enabled