#1 ChristianSeller Venerdì, 05 Settembre 2008, 16:23
Ho letto la guida che c'è sul sito inglese di icy, ma non ho capito granchè.
Qualche anima buona potrebbe farmi un riassunto veloce dei passaggi? Grazie
Versione di IP: Icy Phoenix 1.2.0.27c
Server: Linux
-

ChristianSeller
-
Visitatore

-
- Età: 19
- Registrato: Settembre 2008
- Messaggi: 31
-
#2 raphael10 Domenica, 07 Settembre 2008, 15:53
Come convertire IcyPhoenix in PhpBB2 e in PhpBB3
Testo originale
Well, let's do this:
1. The necessary first step before anything is done with backups relevant both files and the database. It is important to the backup of the database from the phpMyAdmin and not from the ACP's own forum on issues that have already been discussed before in these forums.
2. Since the ACP to change the default template, disable the forum and disable registers (to avoid entering or register users while we process.
3. Clean_Tables_1.0.9.zip Download the file, which you can download from the same message, unpack in a folder called / install / on our hard disk.
4. Using an FTP program we upload the folder / install / at the root of our forum with all its contents.
5. Open the browser and execute the file clean_tables.php that has been within the install directory that have previously uploaded to the server in the previous point. To do this, type: http:// [yor_domain] / [your_forum] / install / clean_tables.php "in the browser.
6. After the previous step, we will see a list of all the tables in our database. All tables that appear are not using the phpbb2 normal, in other words, all the tables that are are tables that can be removed without fear. Yet we want to uncheck that in the event that we need to retain for any reason whatsoever. After a second confirmation, we click on "Clean tables" which clean our database tables .
7. Clear ALL the contents of the root of the forum EXCEPT config.php file is the one that has the data connection to our database.
8. Download the latest version of phpBB (as of today is the 2.0.22), unzip the file and upload it ALL to the server, the root of the forum, EXCEPT config.php file.
9. And that's it. We already have a forum clean without losing data users, forums, messages, private messages, and ranks number of messages per user.
IMPORTANT!
If after the whole process you can not see the forum because it gives you an error with the template, must access the database and manually change the default template. This requires opening the phpbb_config table and seek data Default Style and put a 1. That is why I say at the beginning that it is good to put the forum with the default template before converting the database. If that does that does not work, you can ask someone to have a regular forum phpBB a copy of the table phpbb_themes and import it into your database and problem solved.
files
http://www.phpbb.com/mods/db/index....contrib_id=1469
if you want to use phpbb3
you have to convert phpbb2 db to phpbb3
Traduzione (non strettamente letterale)
1 ) Fare il backup dei files e del database. Il backup del database va fatto da PhpMyadmin e non da ACP
2 ) Entra in ACP, inserisci il template di default e disabilita il forum e le registrazioni di nuovi utenti.
3 ) Fai il download del file Clean_Tables_1.0.9.zip, scompattalo sul tuo hard disk in una cartella chiamata install/
Scaricalo da qui : http://www.phpbb.com/mods/db/index....contrib_id=1469
4 ) Via FTP carica tutta la cartella install/ alla radice del tuo forum (cioè in ip_root)
5) Apri il browser ed esegui il file clean_tables.php che hai appena caricato nella cartella install.
E' sufficiente che digiti http://[yor_domain]/[your_forum]/install/clean_tables.php nella barra degli indirizzi del browser e che poi dai invio
6 ) Fatto quanto detto nel punto precedente vedrai una lista di tutte le tabelle nel tuo database, tutte quelle che appaiono non vengono usate in PhpBB base, quindi possono tutte essere rimosse senza problemi. In ogni caso puoi togliere il segno di spunta a delle tabelle che tu volessi tenere per qualche ragione. Dopo una seconda conferma clicca su "Clean tables": la pulizia viene avviata e le tabelle cancellate
7) Cancella TUTTO il contenuto prsente nella root ECCETTO config.php che contiene i dati per la connessione al database
8 ) Scarica l'ultima versione di PhpBB (al momento della stesura di questa guida è 2.0.22), scompatta i file e caricali tutti nel server ECCETTO config.php (altrimenti andresti a sovrascrivere i dati che ti permettono di collegarti al tuo database).
9 ) E' tutto. hai un forum nuovo senza aver perduto utenti, messaggi, messaggi privati, ranks, ecc...
IMPORTANTE
Se dopo aver fatto l'aggiornamento non vedi il forum poichè ti da un errore in riferimento al template, devi accedere la database manualmente e cambiare il template di default. Lo puoi fare accedendo alla tabella phpbb_config, cerca Default Style e metti 1. Questa è la ragione perchè nel punto 2 viene detto di inserire il template di default. Se neanche quetso funziona chiedi a qualcuno che ha un normale forum PhpBB una copia della tabella phpbb_themes e importala nel tuo database, quetso dovrebbe risolvere il problema.
Se vuoi convertire a PhpBB3 devi convertire il database di PhpBB2 in PhpBB3
Edit:
La versione in uso più recente di phpbb2 è la 2.0.23 ed è l'ultima versione valida esistente.
Dopo di questa non sono state rilasciate più versioni per l'uscita della Olympus ( 3.0.2 )
Vorrei in particolar modo ringraziare Raphael10 per la conversione di questa guida necessaria a tutti gli utenti che ne volessero fare utilizzo per lo scopo in essa contenuto
Versione di IP: 1.3.0.53a
Server: Linux
____________ "Non c'è una via per la Pace, la Pace è la Via!"
Ultima modifica di fucile il Lunedì, 08 Settembre 2008, 07:02, modificato 1 volta in totale
-

raphael10
-
VIP
 ...uno shamano tra noi...
-
- Età: 40
- Registrato: Maggio 2007
- Residenza: Lucca
- Messaggi: 991
-
#3 ChristianSeller Domenica, 07 Settembre 2008, 22:44
Come convertire IcyPhoenix in PhpBB2 e in PhpBB3
Testo originale
Well, let's do this:
1. The necessary first step before anything is done with backups relevant both files and the database. It is important to the backup of the database from the phpMyAdmin and not from the ACP's own forum on issues that have already been discussed before in these forums.
2. Since the ACP to change the default template, disable the forum and disable registers (to avoid entering or register users while we process.
3. Clean_Tables_1.0.9.zip Download the file, which you can download from the same message, unpack in a folder called / install / on our hard disk.
4. Using an FTP program we upload the folder / install / at the root of our forum with all its contents.
5. Open the browser and execute the file clean_tables.php that has been within the install directory that have previously uploaded to the server in the previous point. To do this, type: http:// [yor_domain] / [your_forum] / install / clean_tables.php "in the browser.
6. After the previous step, we will see a list of all the tables in our database. All tables that appear are not using the phpbb2 normal, in other words, all the tables that are are tables that can be removed without fear. Yet we want to uncheck that in the event that we need to retain for any reason whatsoever. After a second confirmation, we click on "Clean tables" which clean our database tables .
7. Clear ALL the contents of the root of the forum EXCEPT config.php file is the one that has the data connection to our database.
8. Download the latest version of phpBB (as of today is the 2.0.22), unzip the file and upload it ALL to the server, the root of the forum, EXCEPT config.php file.
9. And that's it. We already have a forum clean without losing data users, forums, messages, private messages, and ranks number of messages per user.
IMPORTANT!
If after the whole process you can not see the forum because it gives you an error with the template, must access the database and manually change the default template. This requires opening the phpbb_config table and seek data Default Style and put a 1. That is why I say at the beginning that it is good to put the forum with the default template before converting the database. If that does that does not work, you can ask someone to have a regular forum phpBB a copy of the table phpbb_themes and import it into your database and problem solved.
files
http://www.phpbb.com/mods/db/index....contrib_id=1469
if you want to use phpbb3
you have to convert phpbb2 db to phpbb3
Traduzione (non strettamente letterale)
1 ) Fare il backup dei files e del database. Il backup del database va fatto da PhpMyadmin e non da ACP
2 ) Entra in ACP, inserisci il template di default e disabilita il forum e le registrazioni di nuovi utenti.
3 ) Fai il download del file Clean_Tables_1.0.9.zip, scompattalo sul tuo hard disk in una cartella chiamata install/
Scaricalo da qui : http://www.phpbb.com/mods/db/index....contrib_id=1469
4 ) Via FTP carica tutta la cartella install/ alla radice del tuo forum (cioè in ip_root)
5) Apri il browser ed esegui il file clean_tables.php che hai appena caricato nella cartella install.
E' sufficiente che digiti http://[yor_domain]/[your_forum]/install/clean_tables.php nella barra degli indirizzi del browser e che poi dai invio
6 ) Fatto quanto detto nel punto precedente vedrai una lista di tutte le tabelle nel tuo database, tutte quelle che appaiono non vengono usate in PhpBB base, quindi possono tutte essere rimosse senza problemi. In ogni caso puoi togliere il segno di spunta a delle tabelle che tu volessi tenere per qualche ragione. Dopo una seconda conferma clicca su "Clean tables": la pulizia viene avviata e le tabelle cancellate
7) Cancella TUTTO il contenuto prsente nella root ECCETTO config.php che contiene i dati per la connessione al database
8 ) Scarica l'ultima versione di PhpBB (al momento della stesura di questa guida è 2.0.22), scompatta i file e caricali tutti nel server ECCETTO config.php (altrimenti andresti a sovrascrivere i dati che ti permettono di collegarti al tuo database).
9 ) E' tutto. hai un forum nuovo senza aver perduto utenti, messaggi, messaggi privati, ranks, ecc...
IMPORTANTE
Se dopo aver fatto l'aggiornamento non vedi il forum poichè ti da un errore in riferimento al template, devi accedere la database manualmente e cambiare il template di default. Lo puoi fare accedendo alla tabella phpbb_config, cerca Default Style e metti 1. Questa è la ragione perchè nel punto 2 viene detto di inserire il template di default. Se neanche quetso funziona chiedi a qualcuno che ha un normale forum PhpBB una copia della tabella phpbb_themes e importala nel tuo database, quetso dovrebbe risolvere il problema.
Se vuoi convertire a PhpBB3 devi convertire il database di PhpBB2 in PhpBB3
Grazie, sei mitico!
Versione di IP: Icy Phoenix 1.2.0.27c
Server: Linux
-

ChristianSeller
-
Visitatore

-
- Età: 19
- Registrato: Settembre 2008
- Messaggi: 31
-
#5 seciatta Lunedì, 27 Ottobre 2008, 14:35
Il vero problema del passaggio da icy a phpbb3, non è tanto, secondo me, la conversione.
Quella funziona benissimo anche senza utilizzare il Clean Tables, l'ho fatto pochi giorni fa, col convertitore presente nella distribuzione (Phpbb3 3.0.2) e mi ha creato le mie belle 60 tabelle perfettamente funzionanti e senza perdite di dati sul nuovo forum phpbb3.
Anche alcuni problemini tipo la visualizzazione delle icone e degli avatars sono stati di facile risoluzione.
Il vero problema è, secondo me, reintegrare in phpbb3 e in un eventuale portale tutte le funzioni presenti in icy che siamo abituati a utilizzare!
Per esempio, e prendo spunto dal problema che sto affrontando adesso, la gestione dei bbcode è completamente diversa. Al phpbb3 non basta trovare il bbcode nel database, ci aggiunge una specie di identificativo, quindi lo script che ho creato per cambiare nel db: [quote user="xxx" post="yyy"]
in
[quote="xxx"] , sebbene funzioni, non è efficace, e nemmeno l'inserimento di un nuovo bbcode (operazione facilissima in phpbb3) risolve il problema. Quindi bisogna capire quando phpbb3 genera questo codice, dove lo mette e modificare il db di conseguenza. Non oso poi pensare alla possibilità di inserire mod tipo Activity o Cash.
Quindi, per il momento, mi tengo il mio bel Icy con phpbb2, che mi soddisfa parecchio, in attesa di sviluppi
Visto il mio attuale stato di disoccupazione forzata, invece di piangermi addosso, continuerò cmq a lavorare sulla conversione almeno per il forum, così, diciamo per motivi di studio!!!
Versione di IP: 1.2.0.27
Server: Windows
____________ Sito serio...
Sito ludico/culturale...
-

seciatta
-
Visitatore

-
- Età: 51
- Registrato: Aprile 2008
- Messaggi: 12
-
#6 Andrea75 Lunedì, 27 Ottobre 2008, 18:16
Che c'è da pensare?  Sono i temi di MG per PhpBB3.
Versione di IP: 1.3.25.78
Server: Linux
____________ My Icy forum: www.lineameteo.it
Staff Member @ Icy Phoenix.it & Icy Phoenix.com
-

Andrea75
-
Amministratore
 bel tempo con possibili rovesci
-
- Età: 36
- Registrato: Maggio 2007
- Residenza: Perugia
- Messaggi: 3776
-
#7 Kliroide Mercoledì, 26 Novembre 2008, 14:25
-

Kliroide
-
Visitatore

-
- Età: 29
- Registrato: Ottobre 2008
- Messaggi: 12
-
#8 FedericoBiccheddu Mercoledì, 26 Novembre 2008, 22:24
Beh, dipende da quello che ti serve, da quello che vuoi fare, se vai nelle Features trovi le differenze tra phpbb3 e IP
Versione di IP: 1.3.15 (αlphα)
Server: Linux
____________ Per favore inserisci nel tuo Profilo la versione di Icy Phoenix e il Server utilizzato.
-

FedericoBiccheddu
-
Veterano

-
- Età: 20
- Registrato: Dicembre 2007
- Residenza: Sant'Antioco
- Messaggi: 2593
-
#9 Crucio Giovedì, 12 Marzo 2009, 13:19
Il vero problema del passaggio da icy a phpbb3, non è tanto, secondo me, la conversione.
Quella funziona benissimo anche senza utilizzare il Clean Tables, l'ho fatto pochi giorni fa, col convertitore presente nella distribuzione (Phpbb3 3.0.2) e mi ha creato le mie belle 60 tabelle perfettamente funzionanti e senza perdite di dati sul nuovo forum phpbb3.
Anche alcuni problemini tipo la visualizzazione delle icone e degli avatars sono stati di facile risoluzione.
Il vero problema è, secondo me, reintegrare in phpbb3 e in un eventuale portale tutte le funzioni presenti in icy che siamo abituati a utilizzare!
Per esempio, e prendo spunto dal problema che sto affrontando adesso, la gestione dei bbcode è completamente diversa. Al phpbb3 non basta trovare il bbcode nel database, ci aggiunge una specie di identificativo, quindi lo script che ho creato per cambiare nel db: [quote user="xxx" post="yyy"]
in
[quote="xxx"] , sebbene funzioni, non è efficace, e nemmeno l'inserimento di un nuovo bbcode (operazione facilissima in phpbb3) risolve il problema. Quindi bisogna capire quando phpbb3 genera questo codice, dove lo mette e modificare il db di conseguenza. Non oso poi pensare alla possibilità di inserire mod tipo Activity o Cash.
Quindi, per il momento, mi tengo il mio bel Icy con phpbb2, che mi soddisfa parecchio, in attesa di sviluppi
Visto il mio attuale stato di disoccupazione forzata, invece di piangermi addosso, continuerò cmq a lavorare sulla conversione almeno per il forum, così, diciamo per motivi di studio!!!
Al momento della conversione mi si pianta, dicendomi che l'indirizzo della board è errato, e anche il prefisso delle tabelle...dov'è che sbaglio?
Server: Linux
____________
"Dobbiamo diventare il cambiamento che vogliamo vedere"
(Mahatma Gandhi)
-

Crucio
-
Frequentatore

-
- Età: 26
- Registrato: Maggio 2007
- Messaggi: 170
-
Questo argomento è stato utile?
Questo argomento è stato utile?
| Condividi Argomento |
|
 | | Inserisci un link per questo argomento |
| URL |
|
| BBCode |
|
| HTML |
|
Argomenti Simili
Argomenti Simili
| Argomento |
Autore |
Forum |
Risposte |
Ultimo Messaggio |
 |
Phpbb3 Nel Forum
|
jin15 |
Archivio 'Supporto Generale' |
3 |
Sabato, 14 Febbraio 2009, 21:30  FedericoBiccheddu |
 |
Phpbb3 & Icy Phoenix
|
Kronos |
Archivio 'Supporto Generale' |
18 |
Venerdì, 10 Ottobre 2008, 19:08  system90 |
 |
Phpbb3 A Icyphoenix
|
slevin |
Archivio 'Supporto Generale' |
6 |
Martedì, 08 Gennaio 2008, 23:41  Mighty Gorgon |
 |
Un Converter Da Phpbb3 A Icyphoenix
|
quasiovunque |
Archivio 'Icy Phoenix MODifiche' |
0 |
Lunedì, 08 Settembre 2008, 22:40  quasiovunque |
 |
Problema Nel Passare Da Icy Phoenix A Phpbb3
|
Dark_Benny_92 |
Supporto Generale |
4 |
Venerdì, 04 Settembre 2009, 11:45  fucile |
Lista Permessi
|
Non puoi inserire nuovi Argomenti Non puoi rispondere ai Messaggi Non puoi modificare i tuoi Messaggi Non puoi cancellare i tuoi Messaggi Non puoi votare nei Sondaggi Non puoi allegare files Non puoi scaricare gli allegati Non puoi inserire eventi calendario
|
|
|
|
|