Thread obsoleto CMS - Come installare CMS?

Mnbvcxza

Utente Normale
Autore del topic
31 Agosto 2013
59
0
Miglior risposta
0
Assistenza Tecnica Habbo Retroserver
Titolo
Come installare CMS?
Tipologia del tuo problema/richiesta
CMS
CMS/Server/DB/Client Utilizzato
Rev CMS v26
Qual è il tuo errore?
Non capisco come fare ad installarlo!
Screenshot
Queste sono le cartelle:
Perfavore, Entra oppure Registrati per vedere i Link!

Perfavore, Entra oppure Registrati per vedere i Link!

Perfavore, Entra oppure Registrati per vedere i Link!

Perfavore, Entra oppure Registrati per vedere i Link!
Ulteriori informazioni
Il CMS è v26! Di solito c'è l'install.php ma non c'è, poi ho provato ad andare al percorso dove c'è config.php ma non va!
@404Error @Cix10 @System10
 
Ci ero già andato, esce questo ..
Perfavore, Entra oppure Registrati per vedere i Link!
@404Error

Questo è il contenuto:
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.

#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.

/*
*
* MySQL management
*
*/

$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.

$_CONFIG['mysql']['hostname'] = '5.135.116.133'; //MySQL host

$_CONFIG['mysql']['username'] = 'root'; //MySQL username

$_CONFIG['mysql']['password'] = 'OiY}qd#N@W}/F#yxurC"8kP*>QB+!S'; //MySQL password

$_CONFIG['mysql']['database'] = 'holorp'; //MySQL database

$_CONFIG['mysql']['port'] = '3306'; //MySQL's port

/*
*
* Hotel management - All URLs do not end with an "/"
*
*/

$_CONFIG['hotel']['url'] = 'http://habborp.net'; //Does not end with a "/"

$_CONFIG['hotel']['name'] = 'HabboRP'; // Hotel's name

$_CONFIG['hotel']['desc'] = 'Best hotel around!'; //Hotel's description

$_CONFIG['hotel']['email'] = 'help@myhotel.net'; //Where the help queries from users are emailed to @priv skin

$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance

$_CONFIG['hotel']['motto'] = 'Civilian'; //Default motto users will register with.

$_CONFIG['hotel']['credits'] = 50; //Default number of credits users will register with.

$_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-80.hr-105-42'; //Default figure users will register with.

$_CONFIG['hotel']['external_vars'] = 'http://habborp.net/misc/DCRS/gamedata/external_vars.php'; //URL to your external vars

$_CONFIG['hotel']['external_texts'] = 'http://habborp.net/misc/DCRS/gamedata/external_texts.txt'; //URL to your external texts

$_CONFIG['hotel']['habbo_dcr'] = 'http://habborp.net/misc/DCRS/habbo.dcr'; //URL to your SWF folder(does not end with a '/')

$_CONFIG['hotel']['habbo_dcr_admin'] = 'http://habborp.net/misc/DCRS/admin/habbo.dcr'; //URL to your SWF folder(does not end with a '/')

/*
*
* Templating management - Pick one of our default styles or make yours by following our examples!
*
*/

#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.

$_CONFIG['template']['style'] = 'Habbo';

/*
*
* Other topsites.. thing
*
*/

$_CONFIG['thehabbos']['username'] = 'Kryptos';
$_CONFIG['retro_top']['user'] = 'Kryptos';

/*
*
* Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
*
*/

$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';


/*
*
* Social Networking stuff
*
*/

$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account

$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account

?>
 
L'ho modificato con il blocco note così:
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.

#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.

/*
*
* MySQL management
*
*/

$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.

$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host

$_CONFIG['mysql']['username'] = 'root'; //MySQL username

$_CONFIG['mysql']['password'] = 'v26'; //MySQL password

$_CONFIG['mysql']['database'] = '_db'; //MySQL database

$_CONFIG['mysql']['port'] = '3306'; //MySQL's port

/*
*
* Hotel management - All URLs do not end with an "/"
*
*/

$_CONFIG['hotel']['url'] = 'http://localhost/'; //Does not end with a "/"

$_CONFIG['hotel']['name'] = ' Hotel'; // Hotel's name

$_CONFIG['hotel']['desc'] = ''; //Hotel's description

$_CONFIG['hotel']['email'] = 'help@myhotel.net'; //Where the help queries from users are emailed to @priv skin

$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance

$_CONFIG['hotel']['motto'] = 'Civilian'; //Default motto users will register with.

$_CONFIG['hotel']['credits'] = 50; //Default number of credits users will register with.

$_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-80.hr-105-42'; //Default figure users will register with.

$_CONFIG['hotel']['external_vars'] = 'http://localhost/misc/DCRS/gamedata/external_vars.php'; //URL to your external vars

$_CONFIG['hotel']['external_texts'] = 'http://localhost/misc/DCRS/gamedata/external_texts.txt'; //URL to your external texts

$_CONFIG['hotel']['habbo_dcr'] = 'http://localhost/misc/DCRS/habbo.dcr'; //URL to your SWF folder(does not end with a '/')

$_CONFIG['hotel']['habbo_dcr_admin'] = 'http://localhost/misc/DCRS/admin/habbo.dcr'; //URL to your SWF folder(does not end with a '/')

/*
*
* Templating management - Pick one of our default styles or make yours by following our examples!
*
*/

#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.

$_CONFIG['template']['style'] = 'Habbo';

/*
*
* Other topsites.. thing
*
*/

$_CONFIG['thehabbos']['username'] = 'Kryptos';
$_CONFIG['retro_top']['user'] = 'Kryptos';

/*
*
* Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
*
*/

$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';


/*
*
* Social Networking stuff
*
*/

Ma fa la medesima cosa! @404Error
 
$_CONFIG['mysql']['password'] = 'v26'; //MySQL password

$_CONFIG['mysql']['database'] = '_db'; //MySQL database

Ma sicuro che siano questi i dati?
 
@404Error ho messo 'v26' che è la password del phpmyadmin e '_db' che è il nome del database che ho creato, non è giusto?
 
Ti spiego io perchè. Quando visualizzi un errore Global.php significa che la versione di xampp non supporta questo cms poichè, "troppo vecchio" . Infatti da come leggo qui è appunto una versione 26. Ti consiglio di cambiare cms poichè non ci sono altre soluzioni. Buona giornata :emoji_smiley: @Mnbvcxza
 
@xXxsimo Strano... Questo CMS è uscito poco tempo fa, ho la versione 1.7.1 di Xampp, non è che è Xampp che è troppo vecchio il problema? Che versione dovrei installare?
 
@xXxsimo Strano... Questo CMS è uscito poco tempo fa, ho la versione 1.7.1 di Xampp, non è che è Xampp che è troppo vecchio il problema? Che versione dovrei installare?

La versione consigliata è 1.7.3, ma credo ci sia un errore in quella stringa indicata e che non sia un problema di compatibilità.
 
Anche io ho avuto il problema con il Global, e l'errore era della Non compatibilità. Guardando il codice, non capisco deve stia il problema, anzi ne ho trovato un'altro che non centra nulla :
PHP:
Perfavore, Entra oppure Registrati per vedere i codici!

Va messo l'ip del retro su localhost, ma in qualsiasi caso, mi sembra che non ci siano molte opzioni, ti consiglio di provare a cambiare la versione di xampp e di farci sapere, oltre a questo non saprei dove possa stare il problema. :emoji_smiley:
@Mnbvcxza
 
@xXxsimo Ma localhost equivale all'ip, quindi non credo cambi, comunque ora provo a usare xampp 1.7.3
 
Sì lo so, per ora l'hotel lo apro così, poi lo metto su un sito