Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 2
Goto page 1, 2  Next
 
Reply with quote Download Post 
Post 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/
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: How To Install Activity MOD 
 
Nice work Chaotic!
Thanks for the tutorial
 



 
salcedakaSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
tormentorSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Install Activity MOD 
 
First post updated to include install instructions for RC1.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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!
 



 
OwnageWorldSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Install Activity MOD 
 
could it be that your trying to install
A-mod for 1.2.0.27 in RC1???
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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..

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.  
The main problem would be pagestart.php and/or extension.inc for some reason.
I was hoping to solve it  

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
 



 
OwnageWorldSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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...

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

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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...

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

   

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  
 



 
OwnageWorldSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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...

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

   

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  


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

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Install Activity MOD 
 
These install instructions came from the SVN.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Install Activity MOD 
 
DWho wrote: [View Post]

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

   

Geez, you are online a lot  
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.
 



 
OwnageWorldSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 2
Goto page 1, 2  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron