ALTRO - Creazione HabboRetroServer

Marioomegl

Utente Medio
Autore del topic
18 Giugno 2013
119
28
Miglior risposta
0
Assistenza Tecnica Habbo Retroserver
Titolo
Creazione HabboRetroServer
Tipologia del tuo problema/richiesta
ALTRO
CMS/Server/DB/Client Utilizzato
Null
Qual è il tuo errore?
Ragazzi, potete aiutarmi a creare un habbo reroServer? Sinceramente sto da una settimana e tra cambiare CMS, DB, DCR e le altre cose non ci capisco più nulla! Ogni guida è differente in qualcosa dalle altre, non esiste una guida dettagliata che mi dia CMS, DB, DCR, EMU funzionanti?
Screenshot
-
Ulteriori informazioni
Come ho scritto sopra, mi servirebbe una guida dettagliata su come creare Habbo retroServer con hamachi. Una guida che comprenda CMS, DB, DCR, EMU funzionanti. Perpiacere.
 
@Silverr ok grazie proverò con questo! :emoji_smiley:;)

- - - Aggiornato - - -
@Silverr che versione di Xampp devo usare? La 1.7.1 non mi fa partire la pagina di phpmyadmin nè quella di registrazione su localhost.
 
@Silverr @Cix10 in phpmyadmin nel cms_system non mi compare di nuovo la matita -.-". Come devo risolvere? Xampp 1.7.7 non mi funziona neanche il 1.7.1 e mi sn scaricato 1.8.3 il quale è l'unico che funziona correttamente.

- - - Aggiornato - - -

http://it.tinypic.com/view.php?pic=16lfb7t&s=5#.UuQEQPtd4dU @Cx10 @Silverr vedete manca la matita per modificare

- - - Aggiornato - - -
@Cix10
 
@Silverr @Cix10 in phpmyadmin nel cms_system non mi compare di nuovo la matita -.-". Come devo risolvere? Xampp 1.7.7 non mi funziona neanche il 1.7.1 e mi sn scaricato 1.8.3 il quale è l'unico che funziona correttamente.

- - - Aggiornato - - -

Perfavore, Entra oppure Registrati per vedere i Link!
@Cx10 @Silverr vedete manca la matita per modificare

- - - Aggiornato - - -
@Cix10
La tabella cms_system serve solo a cambiare nome all'hotel.
Ma comunque Installa la 1.8.2 cioè questa:
Perfavore, Entra oppure Registrati per vedere i Link!
 
Ultima modifica:
Mario non ti serve a nulla la tabella cms_system, devi impostare la configurazione dal file config di Just Cms
 
L'ho configurato:
<?php
/*=======================================================+
|| # HoloCMS - Website and Content Management System
|+=======================================================+
|| # Copyright © 2013 DnT [Tutti i diritti riservati]
|| #
Perfavore, Entra oppure Registrati per vedere i Link!

|+=======================================================+
|| # DnT HoloCMS v3 - Created By Donatello (DnT)
|| #
Perfavore, Entra oppure Registrati per vedere i Link!

|+=======================================================*/

/*-------------------------------------------------------*\
| ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
+---------------------------------------------------------+
| If you get any errors while attempting to connect to |
| MySQL, you will need to email your webhost because we |
| cannot tell you the correct values for the variables |
| in this file. |
\*-------------------------------------------------------*/

// ****** MASTER DATABASE SETTINGS ******
// These are the settings required to connect to your MySQL Database.
$sqlhostname = "127.0.0.1";
$sqlusername = "root";
$sqlpassword = "12345";
$sqldb = "db";

// ****** STATUS CHECKS SYSTEM ******
// This option will allow HoloCMS to perform full status checks. This,
// however, slows down your site A LOT. It is therefore disabled by
// default.
$enable_status_image = "0";

// ****** SITE PATH ******
// The full URL to your site; without an slash added on the end.
$path = "http://25.123.59.8";

// ****** REFFERAL REWARD ******
// The amount of credits a user recieves upon referring a friend to the
// hotel. Set to '500' by default.
$reward = "50";

// ****** HOLOCMS SYSTEM ADMINISTRATOR ******
// User ID of the System Administrator. Will be granted access to sensitive
// features. Set to '1' by default. This setting will not change your
// ingame priveliges.
$sysadmin = "1";

// ****** HOLOCMS ENCRYPTION SYSTEM ******
// How HoloCMS stores passowrds.
// Do NOT manually change this unless you know what you are doing,
// doing so may corrupt your database.
$encryption = "new";
$hashtext = "";

// ****** BADGES ******
// Where badges are located.
$cimagesurl = "http://25.123.59.8/r63/c_images/";
$badgesurl = "album1584/";

// ****** EMAIL VERIFY ******
// Email verification settings
$email_verify = true;
$email_force_verify = false;
$email_verify_reward = "500";

?>