Icy Phoenix
News And Announcements - Icy Phoenix 1.2.18.45 Beta 1
Chaotic [ Sun 15 Feb, 2009 15:24 ]
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 :
----[ 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 :
[b]Replace :[/b]
'jr_admin_users',
[b]With :[/b]
'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(
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...
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

spydie [ Tue 17 Feb, 2009 23:44 ]
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.
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
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
- $admins_today_list = '';
- 228 $mods_today_list = '';
- 229 $users_today_list = '';
- 230 $logged_hidden_today = 0;
- 231 $logged_visible_today = 0;
- 232 $users_lasthour = 0;
-
can be replace
- $admins_today_list = $users_today_list = '';
- $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
- 466 else
- 467 {
- 468 $link_self_img = '';
- 469 $site_logo_height = '';
- 470 $site_logo_width = '';
- 471 }
can be remplaced by
- else
- {
- $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
- album_get_sub_cat_ids($album_data['sub'][$cur_cat_id][$i], &$cats);
in
- 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"
