http://www.icyphoenix.com/viewtopic.php?f=1&t=8332
-----------------------------------
Mighty Gorgon
Sun 08 Jan, 2012 19:28

Icy Phoenix 2.0 Beta 2
-----------------------------------
Hi all,
I'm glad to announce that Icy Phoenix 2.0 Beta 2 is available for downloads.

[size=12][color=#dd2222][b]What's New Respect To Latest Stable Release[/b][/color][/size]

[list][*][b]CMS[/b] recoded with many AJAX features
[*][b]Plugins System[/b] with ACP modules and specific permissions that could be managed through CMS
[*][b]Cache Functions[/b] ported from phpBB 3
[*][b]DB Class[/b] ported from phpBB 3
[*][b]User Class[/b] ported from phpBB 3
[*][b]Auth System[/b] ported from phpBB 3 and integrated into CMS and Plugins
[*]Many [b]Core Functions[/b] ported from phpBB 3
[*]Almost all core [b]SQL[/b] checked and rewritten
[*][b]New classes[/b] coded to improve useability and simplify coding and modding
[*]Optimized [b]templates[/b] parsing
[*]Improved [b]SEO[/b] functions
[*][b]Tags[/b] feature
[*]Custom [b]BBCodes[/b] in ACP
[*][b]Private AJAX Chat[/b] rooms
[*][b]Multiple Vote Polls[/b]
[*][b]Many smaller updates and features... install the latest version to enjoy them all![/b][/list]

[color=#880000][b]Old templates[/b]: please note that the template system has been totally revamped, so templates designed for Icy Phoenix 1.3.0.53 or below won't work at all with this version. At the moment apart of the styles included in the installation package only proSilver is available over GIT: [url=https://github.com/MightyGorgon/icy_phoenix_styles]Icy Phoenix Styles @ GIT.[/color]


[color=#006600][b]Translations[/b]: please note that lang packs for Icy Phoenix 1.3.0.53 won't work with this version. Lang packs need to be updated before you can use them on your site. I will update all lang files in download section as soon as translators will send me their latest release. You can find latest development translations here: [url=https://github.com/MightyGorgon/icy_phoenix_langs]Icy Phoenix Languages @ GIT.[/color]


[color=#880088][b]Customizations And Mods[/b]: please note that this version has many core code differences from the previous one, so it is really unlikely that old customizations and mods will work on this beta release. If you currently have some mods installed and you cannot update them on your own, you should be aware that you will not able to use those old mods until someone is going to update them.[/color]


[size=12][color=#dd22dd][b]Requirements[/b][/color][/size]
Before trying to install Icy Phoenix make sure you have the following [b]STRICTLY NEEDED[/b] requirements:
[list][*]At least 20 MB of free space in the folder you would like to install the package
[*]Web server with PHP (5.2 or higher) installed and running (works best on Linux + Apache)
[*]MySQL (5 or higher) database with at least 5MB of free space (of course the space needed depends on how big your site will be... 5MB is enough for a basic empty setup)
[*]Ability to set CHMOD permissions[/list]
These other requirements (even if not strictly needed) are suggested for optimal performance of Icy Phoenix:
[list][*]Webserver with .htaccess capability
[*]Apache Rewrite Mod installed and running
[*]GD Libraries (at least 2.0.28) installed and running
[*]Register Globals set to OFF[/list]


[size=12][color=#224488][b]Fresh Installation[/b][/color][/size]
[list=1][*]Unpack Icy Phoenix package to one folder on your HD.
[*]Copy all Icy Phoenix files in one folder on your webserver (i.e. /icyphoenix/)
[*]Set the permissions to [b]CHMOD 777[/b] to the following files and folders (please note that you may not have all of them in your setup):
[list][*][b]backup/[/b]
[*][b]cache/[/b]
[*][b]cache/cms/[/b]
[*][b]cache/forums/[/b]
[*][b]cache/posts/[/b]
[*][b]cache/sql/[/b]
[*][b]cache/topics/[/b]
[*][b]cache/users/[/b]
[*][b]downloads/[/b]
[*][b]files/[/b]
[*][b]files/album/[/b]
[*][b]files/album/cache/[/b]
[*][b]files/album/med_cache/[/b]
[*][b]files/album/users/[/b]
[*][b]files/album/wm_cache/[/b]
[*][b]files/posted_images/[/b]
[*][b]files/screenshots/[/b]
[*][b]files/thumbs/[/b]
[*][b]images/avatars/[/b]
[*][b]logs/[/b]
[*][b]logs/logfile_attempt_counter.txt[/b]
[*][b]logs/logfile_blocklist.txt[/b]
[*][b]logs/logfile_debug_mode.txt[/b]
[*][b]logs/logfile_malformed_logins.txt[/b]
[*][b]logs/logfile_spammer.txt[/b]
[*][b]logs/logfile_worms.txt[/b][/list]
[*]Launch the setup from the install folder: [b]install/install.php[/b] (i.e. [url=http://www.mysite.com/icyphoenix/install/install.php]http://www.mysite.com/forum/install/install.php)
[*]Follow all the instructions on the screen, fill all requested data and complete the setup
[*]Delete or rename [b]install[/b] folder
[*]Customize what needs to be customized in files and db (some files needs to be edited manually, while most of the options may be set in ACP and CMS)
[*]Enjoy your New Site :mri:[/list]


[size=12][color=#bb5588][b]How To Upgrade From Older Icy Phoenix Versions[/b][/color][/size]
[list=1][*]Lock the site from ACP
[*]Make a full backup of your website (both files and DB)
[*]Remove all old Icy Phoenix files, but [highlight]make sure you are not deleting other stuff you may need![/highlight]
[*]When deleting files, pay particular attention to custom files and folders like these:[list][*][b]config.php[/b]
[*][b]backup/[/b]
[*][b]downloads/[/b]
[*][b]images/[/b]
[*][b]files/[/b]
[*][b]logs/[/b][/list]
[*]Copy all new Icy Phoenix files into your root
[*]Make sure you apply the right CHMOD permissions as listed in the [color=#224488][b]Fresh Installation[/b][/color] section above
[*]Copy [b]install/convert_utf8_nodbal.php[/b] to your website root and launch it (this is needed to convert your old DB to UTF-8)
[*]Delete [b]convert_utf8_nodbal.php[/b] from your root
[*]Launch [b]install/database_update.php[/b] and update your DB
[*]Delete or rename [b]install[/b] folder
[*]Customize what needs to be customized in files and db (some files needs to be edited manually, while most of the options may be set in ACP and CMS)
[*]Enjoy your New Site :mri: [/list]

If you want to upgrade from Icy Phoenix Beta 1 you can just follow the step above, but you can avoid launching [b]install/convert_utf8_nodbal.php[/b].


[size=12][color=#ff5500][b]Available Packages[/b][/color][/size]

[align=center][cell class=mg_attachtitle][font=Trebuchet MS][b][size=14]Icy Phoenix 2.0 Beta 2[/size][/b][/font][/cell][cell class=mg_attachdiv][b]Package Name: Icy Phoenix
Package Version: 1.3.27.80
Release Spot: [gradient cols=dd2222 cole=ff5500 iterations=24]Is the end of the world[/gradient][/b]

[b]DOWNLOAD:[/b] [url=http://www.icyphoenix.com/dload.php?action=file&file_id=178][b]Icy Phoenix 2.0 Beta 2[/b] ( [url=http://www.lucalibralato.com/files/ip_20120108_132780_beta_2.zip][b]Mirror 1[/b] ) ( [url=http://sourceforge.net/projects/icyphoenix/files/Icy%20Phoenix/1.3.27.80/ip_20120108_132780_beta_2.zip/download][b]Mirror 2[/b] )

[b]GIT Links[/b]
[list][*][url=https://github.com/MightyGorgon/icy_phoenix]Icy Phoenix CMS @ GIT
[*][url=https://github.com/MightyGorgon/icy_phoenix_langs]Icy Phoenix Languages @ GIT
[*][url=https://github.com/MightyGorgon/icy_phoenix_plugins]Icy Phoenix Plugins @ GIT
[*][url=https://github.com/MightyGorgon/icy_phoenix_styles]Icy Phoenix Styles @ GIT[/list][/cell][/align]


[size=12][color=#228822][b]Support[/b][/color][/size]

[color=#dd2222]As per each beta release, this version is still unsupported, and you should not use this version on any live site (unless you really understand the risks in doing that!).[/color]

[color=#dd2222]You should test this beta release only on your local testing environments and reports bugs and feedback so the code could be improved before final release.[/color]


Please use the [url=http://www.icyphoenix.com/bugs.php]Bugs Tracker to report any bug you find.


[img]http://www.icyphoenix.com/images/icy_phoenix_small.png[/img]


Enjoy Icy Phoenix!
Luca Libralato


-----------------------------------
spydie
Sun 08 Jan, 2012 19:40

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Thanks a lot MG.

nice job 8)


-----------------------------------
m740
Mon 09 Jan, 2012 08:28

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Thanks!!!

 :banana_01:


-----------------------------------
Costa
Mon 09 Jan, 2012 11:24

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Nice  :mricy: 



And how can I Upgrade From Icy Phoenix 2.0 Beta 1?


-----------------------------------
spydie
Mon 09 Jan, 2012 11:42

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
just run database_update.php and replace all files out off config.php, downloads, logs, backup


-----------------------------------
TheSteffen
Mon 09 Jan, 2012 14:33

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Thanks a lot MG.

IcyPhoenix.de is running with beta2  :mricy:


-----------------------------------
TopoMotoV3X
Mon 09 Jan, 2012 16:41

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Thanks a lot MG, awesome work!!!  :mryellow:


-----------------------------------
portalpez
Mon 09 Jan, 2012 18:02

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Thanks a lot ... :loveit:


-----------------------------------
tiolalu
Tue 10 Jan, 2012 10:26

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Thank you so much! 
It's a lot of work and I'm sure it will worth it ;) .


-----------------------------------
GalaxiaNaruto
Wed 11 Jan, 2012 23:09

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Thanks, MG! I've been thinking about a feature that I miss: multi-category for news. I think it's a very interesting feature. Could you include this feature in a new IP version?

Thanks a lot!


-----------------------------------
zsolti10
Thu 12 Jan, 2012 17:23

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Thanks, MG :)
I have a question: Is it ok, to update to it from IP 1.3.0.53b, or do I need to edit something?


-----------------------------------
Hans
Thu 12 Jan, 2012 20:10

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
[quote user="zsolti10" post="55029"]Thanks, MG :)
I have a question: Is it ok, to update to it from IP 1.3.0.53b, or do I need to edit something?[/quote]

Don't even think about trying it without a complete backup! But yea you will need to do a few things. 
You can read about that in MG's post here,

(I am going to attempt an upgrade on a test server tonight with my 1.3, will let you all know if I run into any issues)

[quote user="Mighty Gorgon" post="54954"]
[size=12][color=#bb5588][b]How To Upgrade From Older Icy Phoenix Versions[/b][/color][/size]
[list=1][*]Lock the site from ACP
[*][color=#FF000C]Disable any custom CMS pages.[/color]
[*]Make a full backup of your website (both files and DB)
[*]Remove all old Icy Phoenix files, but [highlight]make sure you are not deleting other stuff you may need![/highlight]
[*]When deleting files, pay particular attention to custom files and folders like these:[list][*][b][color=#FF000C]Custom CMS pages[/color][/b][*][b]config.php[/b]
[*][b]backup/[/b]
[*][b]downloads/[/b]
[*][b]images/[/b]
[*][b]files/[/b]
[*][b]logs/[/b][/list]
[*]Copy all new Icy Phoenix files into your root
[*]Make sure you apply the right CHMOD permissions as listed in the [color=#224488][b]Fresh Installation[/b][/color] section above
[*]Copy [b]install/convert_utf8_nodbal.php[/b] to your website root and launch it (this is needed to convert your old DB to UTF-8)
[*]Delete [b]convert_utf8_nodbal.php[/b] from your root
[*]Launch [b]install/database_update.php[/b] and update your DB
[*]Delete or rename [b]install[/b] folder
[*]Customize what needs to be customized in files and db (some files needs to be edited manually, while most of the options may be set in ACP and CMS)
[*]Enjoy your New Site :mri: [/list]

If you want to upgrade from Icy Phoenix Beta 1 you can just follow the step above, but you can avoid launching [b]install/convert_utf8_nodbal.php[/b].

[size=12][color=#228822][b]Support[/b][/color][/size]

[color=#dd2222]As per each beta release, this version is still unsupported, and you should not use this version on any live site (unless you really understand the risks in doing that!).[/color]

[color=#dd2222]You should test this beta release only on your local testing environments and reports bugs and feedback so the code could be improved before final release.[/color]


Please use the [url=http://www.icyphoenix.com/bugs.php]Bugs Tracker to report any bug you find.


[img]http://www.icyphoenix.com/images/icy_phoenix_small.png[/img]


Enjoy Icy Phoenix!
Luca Libralato[/quote]


-----------------------------------
zsolti10
Thu 12 Jan, 2012 21:23

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Thanks for your help, [b]Hans[/b] :)


-----------------------------------
Hans
Fri 13 Jan, 2012 22:34

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
No problem!

I only had one tiny problem when updating when upgrading Icyphoenix_1.3.0.53b to Icyphoenix_20120108_132780_beta_2 so far. A custom block that I had added caused an error, so you will want to disable any blocks that you have added via the CMS admin panel before updating. If you do not do that before updating you will need to disable them manually via Phpmyadmin.

Good luck! and remember this is still an un-supported release.


-----------------------------------
plumbers25
Mon 13 Feb, 2012 07:20

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Wonderful post. I would definitely try to incorporate the tips you have shared. I would be glad if you could refer me some more stuff of niche.


-----------------------------------
system90
Tue 13 Mar, 2012 12:15

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
When final release?


-----------------------------------
TheSteffen
Wed 14 Mar, 2012 12:01

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
There is no fix date for final release. Sorry


-----------------------------------
Mighty Gorgon
Thu 15 Mar, 2012 12:15

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Unfortunately I have outsourced a portion of code to be rewritten and it's taking ages...

As soon as I have some free time I'll try to release a RC version.


-----------------------------------
zsolti10
Fri 04 May, 2012 16:31

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Will the KB be a plugin for IP, or is it simply removed?
I can't find it in the ACP and in the site both.


-----------------------------------
TheSteffen
Fri 04 May, 2012 17:26

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
KB is now as plugin available
https://github.com/MightyGorgon/icy_phoenix_plugins/tree/master/trunk

You can change the look and feel of a forum in ACP forum settings
So it looks like KB mod  :mricy: 

Or you test the plugin ;-)


-----------------------------------
zsolti10
Sat 05 May, 2012 13:24

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Wow, thanks :D
I recently changed back to IP and I really love these 2.0 updates :D


-----------------------------------
Mighty Gorgon
Sat 05 May, 2012 19:23

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
I'm glad you like it... we are approaching the final version. :mri:


-----------------------------------
system90
Sat 05 May, 2012 23:45

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
[quote user="Mighty Gorgon" post="55659"]I'm glad you like it... we are approaching the final version. :mri:[/quote]

great news


-----------------------------------
lostanimal
Sun 06 May, 2012 19:07

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
First of all i want to say a BIG BIG thanks for your Great work.
I use your Latest Version and in a few days i will provide to you and to all USERS from Greece the Complete Translation on GREEK Language.

My forums is still on Progress and in a few days i will able to OPEN them to all Greek Visitors.

*ttp://www.diadoseto.gr is translated on lang_gr and i try to fix all bugs i found on many Styles i use.

Thanks again and Soon will have my Donation for help you to keep this Project alive and support us on any problems we have now and on near future.

-= Dimitrios Dagalidis =- AKA (lostanimal)


-----------------------------------
Joshua203
Sun 06 May, 2012 20:10

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Welcome to IcyPhoenix lostanimal,

I'm sure you will find a reply by TheSteffen soon, he is in charge of translations :wink: 

FYI ...I had a quick view at your site and I think you haven't found some Greek button-sets yet, if you click the Greek flags on the next link you can download them:

http://www.icyphoenix.com/styles/styles.php?cat_id=ip

Greetings,
Joshua203


-----------------------------------
lostanimal
Mon 07 May, 2012 01:45

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
[quote user="Joshua203" post="55663"]Welcome to IcyPhoenix lostanimal,

I'm sure you will find a reply by TheSteffen soon, he is in charge of translations :wink: 

FYI ...I had a quick view at your site and I think you haven't found some Greek button-sets yet, if you click the Greek flags on the next link you can download them:

http://www.icyphoenix.com/styles/styles.php?cat_id=ip

Greetings,
Joshua203[/quote]

Thank you Joshua for your reply... :D 

I had the Button-sets for Greek but i didn't upload them yet because i create some new ones to test them.
My forums is on BETA and is not open yet.
I will first end all the translations needed (Including all involved files) and after some period of testing and Debugging will be ready to welcome new members.

I belive this Portal mod (IP) is the Best off all tested until now, and i am sure that with the right support will getting more and more better every day.

I've tested pre-mod of Portal-XL also but my opinion is IP have the most COMPLETE CMS system of all.

Cheers to all members and Staff here.


-----------------------------------
TheSteffen
Tue 08 May, 2012 11:55

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Welcome to IcyPhoenix [b]lostanimal[/b],
and thanks for your translation.

If you want, you can upload your work under [url=http://www.icyphoenix.com/viewforum.php?f=5]"Translations"
so I can upload it to https://github.com/MightyGorgon/icy_phoenix_langs
Your you create a git account by your own, so you can upload it.

If you have any questions, please feel free to ask.

Thanks for your hard work work so far.


-----------------------------------
zsolti10
Wed 09 May, 2012 14:06

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
I found some things that should be checked before releasing the final version:

[list=1][*]First, when I try to open the Cash Currencies in cash mod, it writes:
[code linenumbers=false]Parse error: syntax error, unexpected T_EMPTY in /home/u410633394/public_html/adm/cash_currencies.php on line 39[/code]

I found a solution but i'm not a programmer, so i'm not sure if its okay, but it worked me.
Open [b]adm/cash_currecies.php[/b] and find (line 39):
[code linenumbers=false]if (1empty($submit)))[/code]
Replace with
[code linenumbers=false]if (empty($submit))[/code]

[*]Another thing with cash mod, is that I set "[i]Show earnings in Post Profile[/i]" to yes, but i can't see my earnings in the posting profile. Memberlist and userprofile show it.

[*]And 1 small problem with the download database (pafiledb) is that i can't write some special characters, which are often used in hungarian words, e.g á é í ó ö ő ú ü ű. When I write one of these in a category or download's name, it simply writes ? marks instead of the characters.[/list]


-----------------------------------
TheSteffen
Wed 09 May, 2012 15:07

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
Only short:

1. That was fixed by Hans ... you should use
[code linenumbers=false]if (!empty($submit))[/code]

3. I will check this tomorrow


-----------------------------------
zsolti10
Wed 09 May, 2012 15:25

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
[quote user="TheSteffen" post="55670"]1. That was fixed by Hans ... you should use
[code linenumbers=false]if (!empty($submit))[/code]
[/quote]

I'm sorry I didn't see it.


-----------------------------------
TheSteffen
Thu 10 May, 2012 07:53

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
No problem [b]zsolti10[/b]... we are all humans  :mricy:


-----------------------------------
Mighty Gorgon
Sun 13 May, 2012 21:32

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
[quote user="zsolti10" post="55668"]And 1 small problem with the download database (pafiledb) is that i can't write some special characters, which are often used in hungarian words, e.g á é í ó ö ő ú ü ű. When I write one of these in a category or download's name, it simply writes ? marks instead of the characters.[/quote]
Thanks for reporting, I have fixed it.


