Icy Phoenix 1.2.18.45 Beta 1 »  Show posts from    to     

Icy Phoenix


News And Announcements - Icy Phoenix 1.2.18.45 Beta 1



rocko [ Tue 03 Feb, 2009 06:57 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Its cool.


Greg Verso [ Tue 03 Feb, 2009 15:25 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
i have already install it with no problems at all.

i have to say that this is the most usefull and nicest forum i have ever seen.

this is based on phpbb2 and it's very nice than phpbb3 (original) .
i can't wait for the next one .

and something OFF THE RECORD
i hope the next phpbb (phpbb4 i syppose) to by based on ICY PHOENIX.
i think this is the better way fon them.

do your best MG (and all of you) to make it as soon as you can.


alephlg [ Tue 03 Feb, 2009 16:29 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
This release is full utf8 character encoding?
And what is "English language files ... and in some cases updated to the new phpBB 3 format" ?


Daggers [ Tue 03 Feb, 2009 18:40 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
I have'nt tried this yet, but is it possible to update an older version of icy to this new beta version without any data loss.

I have tried the stand alone beta and I am very impressed and would like to integrate it into my existing forum, probably a backup of it and not the original just in case something goes wrong.


Chaotic [ Tue 03 Feb, 2009 23:45 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
You are definitely right. Be sure to create a backup of all files and your database before you try to upgrade to the beta.

DO THIS AT YOUR OWN RISK!!!!

Here is how I upgraded to the beta:

1) Create backups of files/folders and database.
2) Upload and run install/install.php to upgrade database (and if you wish trying to automatically replace some constants in files)
3) Upload all files, but config.php
4) Edit config.php:

FIND:

Code: [Hide] [Select]
define('PHPBB_INSTALLED', true);


REPLACE WITH:

Code: [Hide] [Select]
define('IP_INSTALLED', true);


richytard [ Wed 04 Feb, 2009 04:18 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Ver Sub Foros En Icy Phoenix 1.2.18.45 Beta 1

e intentado de poner comprecion full en el foro para que queden como sub foros ..sale bien cuando estoy desconectado pero cuando me conecto todo los sub foros se dividen

miren asi deje la configuracion
gxwzp19


cuando estoy desconectado se ve bien:asi quiero ke se vea


pq17dzpi



pero me conecto se expande y se ve mal



pq17dlt0

de antemano gracias a todos


Chaotic [ Wed 04 Feb, 2009 04:51 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Please speak English only on this support forum.

Thanks


Daggers [ Wed 04 Feb, 2009 21:02 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Thanks for the reply Chaotic I will give this a try.


n1cks21 [ Sat 07 Feb, 2009 12:11 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
nickkkdon wrote: [View Post]
TheSteffen wrote: [View Post]

It is in CMS or directly cms_ads.php


thanks bro

one more problem when i m login admin panal my id automectic logoff and redirect to login page may time


mine does this as well, I can login as admin fine, but then I get logged off randomly


alexandro [ Sun 08 Feb, 2009 23:10 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
what in new in this version?


Chaotic [ Mon 09 Feb, 2009 00:35 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
You didn't read the first post?


devildog [ Sat 14 Feb, 2009 03:54 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Not sure if I'm the only one with this problem, but every time I install, I have to edit the SQL. Seems that some of the TEXT statements have values, or are Default. Once I remove them, the install goes smoothly.

Afterwords, the ACP header is missing and I can't seem to do anything in the ACP. Also, I get randomly booted from the ACP as well.

Thanks for all the hard work MG!! I love IP and am trying to work the bugs out on my install (god knows it could be operator error )!


Informpro [ Sat 14 Feb, 2009 21:48 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Hum.

I've an idea for the activity mod

In the install file ; you say :
Quote:
-----------------------------------
----[ 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',


I've think you can do this :

Replace :
'jr_admin_users',

With :
'jr_admin_users',
);
if(defined('ACTIVITY_MOD'))
{
$tables += array(
'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',
);
}
$tables += array(
















And I've see that "/adm/admin_db_backup.php" is missing(404)






Very big error 0o
--Deleted error:
When I see the code ; with IE ; I can see :
Code: [Hide]
  1. <?  
  2. /**  
  3. *  
  4. * @package Icy Phoenix  
  5. * @version $Id$  
  6. * @copyright (c) 2008 Icy Phoenix  
  7. * @license http://opensource.org/licenses/gpl-license.php GNU Public License  
  8. *  
  9. */  
  10.  
  11. /**  
  12. *  
  13. * @Extra credits for this file  
  14. * aUsTiN-Inc 2003/5 (austin@phpbb-amod.com) - (http://phpbb-amod.com)  
  15. *  
  16. */  
  17.  
  18. // CTracker_Ignore: File checked by human  
  19. if (!defined('IN_ICYPHOENIX'))  
  20. {  
  21. die('Hacking Attempt');  
  22. }  
  23.  
  24. global $table_prefix, $board_config;  
  25.  
  26. include_once(IP_ROOT_PATH . 'language/lang_' . $board_config['default_lang'] . '/lang_activity.' . PHP_EXT);  
  27. include_once(IP_ROOT_PATH . 'language/lang_' . $board_config['default_lang'] . '/lang_activity_char.' . PHP_EXT);  
  28. include_once(IP_ROOT_PATH . ACTIVITY_MOD_PATH . 'includes/functions_amod_plus_char.' . PHP_EXT);  
  29. include_once(IP_ROOT_PATH . 'includes/functions_admin.' . PHP_EXT);  
  30.  
  31. $mem_limit = check_mem_limit();  
  32. @ini_set('memory_limit', $mem_limit);  
  33.  
  34. define('INA_BAN', $table_prefix . 'ina_ban');  
  35. define('INA_CATEGORY', $table_prefix . 'ina_categories');  
  36. define('INA_CHALLENGE', $table_prefix . 'ina_challenge_tracker');  
  37. define('INA_CHALLENGE_USERS', $table_prefix . 'ina_challenge_users');  
  38. define('INA_CHEAT', $table_prefix . 'ina_cheat_fix');  
  39. define('INA_DISABLE', $table_prefix . 'ina_hidden');  
  40. define('INA_GAMBLE', $table_prefix . 'ina_gamble');  
  41. define('INA_GAMBLE_GAMES', $table_prefix . 'ina_gamble_in_progress');  
  42. define('INA_LAST_GAME', $table_prefix . 'ina_last_game_played');  
  43. define('INA_SESSIONS', $table_prefix . 'ina_sessions');  
  44. define('INA_TROPHY', $table_prefix . 'ina_top_scores');  
  45. define('INA_TROPHY_COMMENTS', $table_prefix . 'ina_trophy_comments');  
  46. define('INA_RATINGS', $table_prefix . 'ina_rating_votes');  
  47. define('INA_FAVORITES', $table_prefix . 'ina_favorites');  
  48. define('INA_HOF', $table_prefix . 'ina_hall_of_fame');  
  49. define('INA_CHAT', $table_prefix . 'ina_chat'); 
[...]
Code: [Hide]
  1. }  
  2.  
  3. function Amod_Individual_Game_Time($plays, $time)  
  4. {  
  5. global $lang;  
  6. $i_hours = floor ($time / 3600);  
  7. $i_math = ($time - ($i_hours * 3600));  
  8. $i_minutes = floor ($i_math / 60);  
  9. $i_seconds = ($i_math - ($i_minutes * 60));  
  10. $played = $plays;  
  11. $hours = ($i_hours == 1) ? $lang['game_info_hour'] : $lang['game_info_hours'];  
  12. $mins = ($i_minutes == 1) ? $lang['game_info_min'] : $lang['game_info_mins'];  
  13. $secs = ($i_seconds == 1) ? $lang['game_info_sec'] : $lang['game_info_secs'];  
  14. $plays = ($plays == 1) ? $lang['game_info_time'] : $lang['game_info_times'];  
  15. $display = sprintf($lang['game_info_display'], number_format($played) .' '. $plays, ($i_hours < 1) ? '' : (number_format($i_hours) .' '. $hours), ($i_minutes < 1) ? '' : (number_format($i_minutes) .' '. $mins), (number_format($i_seconds) .' '. $secs) );  
  16. return ' '. $display;  
  17. }  
  18.  
  19. ?> 



EDIT Final: Activity is now disabled ; everything seems good


Re-EDIT: xD
So
When I enable ActivityM ; when I uncomment 'ACTIVITY_MOD_PATH' ; there is a lot of error(s ? xD).


Chaotic [ Sat 14 Feb, 2009 23:39 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Did the normal install instructions for the Activity MOD not work for you? Try backing up and following the exact instructions. I installed this on my LIVE board and the installation was a breeze.


Informpro [ Sun 15 Feb, 2009 15:08 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Normal instruction ? I've do what is say in contrib/activity/install.txt (copy files ; edit 2files ; Go ACP and install tables)


Chaotic [ Sun 15 Feb, 2009 15:24 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Spoiler: [ Show ]


So you didn't do this, right? I was just saying changing the install instructions on the fly could have caused your problem. I guess now it's obvious you ran into an error not from the install.txt.



Mighty Gorgon [ Sun 15 Feb, 2009 21:45 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Thanks for the suggestion... I'll do something to improve things...


Informpro wrote: [View Post]
Hum.

I've an idea for the activity mod

In the install file ;
...

OMISSIS


Mighty Gorgon [ Sun 15 Feb, 2009 23:26 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
I have the second beta almost ready... I should post it some day during this week.

Stay tuned.


Daggers [ Tue 17 Feb, 2009 18:28 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
A quick thanks to Chaotic, I tried the update and it worked perfect except for the script that was supposed to rename and move the photos in the album section, that did'nt work and I had to manually transfer all the pics but they are working fine now.

Onto my next question, I have noticed that the headers and footers banner section is now missing from the ACP, is this because it was not compatible with this version. If anyone can help me I would so much like to add it back into my site. If possible can anybody tell me which files I need to edit and what code I would have to insert to include it back into my own site. Or is it planned to be included in the final release, it was an handy feature for adding google ads to the header.

Also MG glad to here beta two's out this week I cannot wait, excellent new version and super fast.


Chaotic [ Tue 17 Feb, 2009 18:34 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
The Headers and Footers feature in ACP is now obsolete.

Go to: http://www.YOUR_SITE.com/cms_ads.php

cmsads


spydie [ Tue 17 Feb, 2009 23:44 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Daggers wrote: [View Post]
A quick thanks to Chaotic, I tried the update and it worked perfect except for the script that was supposed to rename and move the photos in the album section, that did'nt work and I had to manually transfer all the pics but they are working fine now.

Onto my next question, I have noticed that the headers and footers banner section is now missing from the ACP, is this because it was not compatible with this version. If anyone can help me I would so much like to add it back into my site. If possible can anybody tell me which files I need to edit and what code I would have to insert to include it back into my own site. Or is it planned to be included in the final release, it was an handy feature for adding google ads to the header.

Also MG glad to here beta two's out this week I cannot wait, excellent new version and super fast.


I´m with Daggers here, since i use weboscope counter and the thing is that it has to apear on all pages to keep counts up to date, and the footer section was best place for that little counter


Chaotic [ Wed 18 Feb, 2009 00:18 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Are you not able to put it into the footer where the credits are?

Either way, you can create a global block and put your counter there.

I just created a new global block and it displays anywhere on every page of my site.


Mighty Gorgon [ Thu 19 Feb, 2009 11:01 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
This site has been upgraded today to what will probably be the next beta package.

If no big problems will arise, I will release it.


SkyOne1982 [ Thu 19 Feb, 2009 12:28 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Mighty Gorgon wrote: [View Post]
This site has been upgraded today to what will probably be the next beta package.

If no big problems will arise, I will release it.


It will be possible upgrade from beta1 to beta2?


Mighty Gorgon [ Thu 19 Feb, 2009 12:40 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Yes... I have upgraded.


Informpro [ Fri 20 Feb, 2009 17:56 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
hmmm
in forum.php
Code: [Hide]
  1. $admins_today_list = '';  
  2. 228 $mods_today_list = '';  
  3. 229 $users_today_list = '';  
  4. 230 $logged_hidden_today = 0;  
  5. 231 $logged_visible_today = 0;  
  6. 232 $users_lasthour = 0;  
  7.  

can be replace
Code: [Hide]
  1. $admins_today_list = $users_today_list = '';  
  2. $logged_hidden_today = $logged_visible_today = $users_lasthour = 0; 
(assign only on value can get a little of ms ...)(the value is not in variable ; the variable contain an memory adress =D)

and
Code: [Hide]
  1. 466 else  
  2. 467 {  
  3. 468 $link_self_img = '';  
  4. 469 $site_logo_height = '';  
  5. 470 $site_logo_width = '';  
  6. 471 }  
can be remplaced by
Code: [Hide]
  1. else  
  2. {  
  3. $link_self_img = $site_logo_height = $site_logo_width = '';  


You gain not a lot of time on a board with 5user online

but at 100user online you gain 10s


Mighty Gorgon [ Sun 22 Feb, 2009 21:03 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
I usually prefer extend vars declaration instead of multiple ones.

Regarding empty vars, it's usually a good thing declare them even if they are empty, to avoid letting PHP decide how to deal with not initialized vars.


Informpro [ Wed 01 Apr, 2009 16:52 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Little bug:

When enable cash mod, u'll have an warning: "Warning: Call-time pass-by-reference has been deprecated in [AccessDomain]\includes\album_mod\album_hierarchy_functions.php on line 774"

for resolve this problem, open the file, at line 774 and change
Code: [Hide]
  1. album_get_sub_cat_ids($album_data['sub'][$cur_cat_id][$i], &$cats); 
in
Code: [Hide]
  1. album_get_sub_cat_ids($album_data['sub'][$cur_cat_id][$i], $cats); 


(Error is because in the function there is "&$cats," and the "&" have been re-put ("[$i], &$cats);")


Mighty Gorgon [ Wed 01 Apr, 2009 20:07 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Did you check the latest package in repository?

Can you let me know if this is fixed?


Informpro [ Fri 03 Apr, 2009 23:12 ]
Post subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Yes

I'll be named "BugFinder of Assembla Repositery"




Powered by Icy Phoenix