[GUIDA]Creare un server Habbo v60
+3
Valerio
giacchi7
Slider
7 partecipanti
- SliderActive Member
- Posts : 124
Età : 28
Registrato Dal : 26.09.10
[GUIDA]Creare un server Habbo v60
Ven Dic 17 2010, 14:00
1°Cosa da fare,Scaricare i programmi ecco i link:
Per prima cosa WinRar: http://winrar.softonic.it/download#pathbar
Poi
server Lavvo emulator: http://www.mediafire.com/?edc1aq63kv7vn1o
Microsoft Net Framework 4:http://download.microsoft.com/downlo...ll_x86_x64.exe
Hamachi:http://hamachi.en.softonic.com/download
INFINITY CMS:4http://www.4shared.com/get/Vzyi9bgz/InfinityCMS_v2_r62_.html
xampp:http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.7.3/xampp-win32-1.7.3.exe/download
Per installare
Create due cartelle server e cms in server salvate lavvo in cms il cms che avete scielto o infinity cms
Appena avete installato tutto
installate Xampp senza componenti aggiuntivi e dopo averlo installato runna Mysql & Apache Così:
Attenzione Se avete aperto Qualcosa Che occupa la porta 80 cioe Hamachi,SKype ecc...Chiudeteli se no Apache non Runna
Poi andate su xampp security:http://localhost/security/xamppsecurity.php
e fate cosi:
Appena avete Fatto Andiamo su PhpAdmin:http://localhost/phpmyadmin/
E Mettete la password poi fate:
Poi Dopo avere creato il DB andiamo sulla voce importa e Importiamo il DB che troviamo nella cartella server
di nome lavvo.sql
Poi Alla fine Andiamo sulla cartela cms dentro trovate la cartella infinitycms andate dentro e copiamo tutto e incolliamolo su htcdocs
Xampp:C:\xampp\htdocs
Adesso configuriamo il cms ok?
In questo passo modifichiamo tre File: Inc.config Class.db.mysql e Page-Client
Adesso modifichiamo Inc.config andate su:C:\xampp\htdocs\inc
Fate cosi:
Codice HTML:
Sempre lo stesso percorso C:\xampp\htdocs\inc
Fate cosi:
Codice HTML:
Allora Cancellate tutto quello che c'è scritto e
copiate e incollate questa pagina:
Codice HTML:
Penultimo passo:
Andate sulla cartella server dove allinterno ci sara l'emulatore lavvo andate su:\bin\Debug poi su Config.conf e configuriamo così:
Codice HTML:
Al posto di ip hamachi il vostro ip, al posto di nome hotel il nome dell'hotel e su password php admin la vostra password su nome db il nome del vostro database.
Se hai configurato bene ti deve venire cosi:
Creare La rete hamachi(ultimo passo)
Allora Accendete Hamachi e Cliccate su Crea Nuova Rete mettete su id:il nome della rete e su password:la password della rete.
Fonte: Sciax2
Per prima cosa WinRar: http://winrar.softonic.it/download#pathbar
Poi
server Lavvo emulator: http://www.mediafire.com/?edc1aq63kv7vn1o
Microsoft Net Framework 4:http://download.microsoft.com/downlo...ll_x86_x64.exe
Hamachi:http://hamachi.en.softonic.com/download
INFINITY CMS:4http://www.4shared.com/get/Vzyi9bgz/InfinityCMS_v2_r62_.html
xampp:http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.7.3/xampp-win32-1.7.3.exe/download
Per installare
Create due cartelle server e cms in server salvate lavvo in cms il cms che avete scielto o infinity cms
Appena avete installato tutto
installate Xampp senza componenti aggiuntivi e dopo averlo installato runna Mysql & Apache Così:
Attenzione Se avete aperto Qualcosa Che occupa la porta 80 cioe Hamachi,SKype ecc...Chiudeteli se no Apache non Runna
Poi andate su xampp security:http://localhost/security/xamppsecurity.php
e fate cosi:
Appena avete Fatto Andiamo su PhpAdmin:http://localhost/phpmyadmin/
E Mettete la password poi fate:
Poi Dopo avere creato il DB andiamo sulla voce importa e Importiamo il DB che troviamo nella cartella server
di nome lavvo.sql
Poi Alla fine Andiamo sulla cartela cms dentro trovate la cartella infinitycms andate dentro e copiamo tutto e incolliamolo su htcdocs
Xampp:C:\xampp\htdocs
Adesso configuriamo il cms ok?
In questo passo modifichiamo tre File: Inc.config Class.db.mysql e Page-Client
Adesso modifichiamo Inc.config andate su:C:\xampp\htdocs\inc
Fate cosi:
Codice HTML:
- Codice:
<?php
/*================================================= ======================
| UberCMS - Advanced Website and Content Management System for uberEmu
| ################################################## #####################
| Copyright (c) 2010, Roy 'Meth0d'
| http://www.meth0d.org
| ################################################## #####################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| ################################################## #####################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\================================================= =====================*/
$config['Site']['www'] = "http://ip hamachi/";
$config['Site']['hash_secret'] =
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "password php admin";
$config['MySQL']['database'] = "nome database php admin";
$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "ip hamachi";
$config['MUS']['port'] = "2001";
?>
Sempre lo stesso percorso C:\xampp\htdocs\inc
Fate cosi:
Codice HTML:
- Codice:
<?php
/*================================================= ======================
| UberCMS - Advanced Website and Content Management System for uberEmu
| ################################################## #####################
| Copyright (c) 2010, Roy 'Meth0d'
| http://www.meth0d.org
| ################################################## #####################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| ################################################## #####################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\================================================= =====================*/
class MySQL
{
private $connected = false;
private $hostname = "localhost";
private $username = "root";
private $password = "pass phpadmin";
private $database = "nome db";
private $link;
public function MySQL($host, $user, $pass, $db)
{
$this->connected = false;
$this->hostname = $host;
$this->username = $user;
$this->password = $pass;
$this->database = $db;
}
public function IsConnected()
{
if ($this->connected)
{
return true;
}
return false;
}
public function Connect()
{
$this->link = mysql_connect($this->hostname, $this->username, $this->password) or $this->error(mysql_error());
mysql_select_db($this->database, $this->link) or $this->error(mysql_error());
$this->connected = true;
}
public function Disconnect()
{
if($this->connected)
{
@mysql_close($this->link) or $this->error("could not close conn");
$this->connected = false;
}
}
public function DoQuery($query)
{
$resultset = @mysql_query($query, $this->link) or $this->error(mysql_error());
return $resultset;
}
public function Evaluate($resultset)
{
return @mysql_result($resultset, 0);
}
public function Error($errorString)
{
global $core;
$core->systemError('Database Error', $errorString);
}
public function __destruct()
{
$this->disconnect();
}
}
?>
Allora Cancellate tutto quello che c'è scritto e
copiate e incollate questa pagina:
Codice HTML:
- Codice:
<?php
$link = file_get_contents('http://ip hamachi/community');
$online = explode('<div id="habbos-online"><div class="rounded"><span>', $link);
$online = explode('</span></div></div>', $online[1]);
$online = trim($online[0]);
$online = str_replace(' members online', '', $online);
echo 'Ci sono '.$online.' in nome hotel</a>!';
?>
<body id="client" class="flashclient">
<script type="text/javascript">
var habboDefaultClientPopupUrl = "%www%/client";
</script>
<noscript>
<meta http-equiv="refresh" content="0;url=%www%/client/nojs" />
</noscript>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;
FlashExternalInterface.logLoginStep("web.view.star t");
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "ip hamachi",
"connection.info.port" : "2001",
"site.url" : "%www%",
"url.prefix" : "%www%",
"client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "http://images.haddoz.net/flash_client_error",
"client.connection.failed.url" : "http://images.haddoz.net/client_connection_failed",
"external.hash" : "",
"external.variables.txt" : "http://images.haddoz.net/gamedata/external_variables.txt",
"external.texts.txt" : "http://images.haddoz.net/gamedata/external_flash_texts_it.txt",
"user_partnersite" : "habbo",
"use.sso.ticket" : "1",
"sso.ticket" : "%sso_ticket%",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "nome hotel Benvenuto ~ Caricamento in corso...",
"flash.client.url" : "http://images.haddoz.net/dcr/r63_none_1dc60c6d6ea6e089c6893ab4e0541ee0/",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://images.haddoz.net/gordon/RELEASE63-30321-30315-201011261026_5c1cea64af7b6d2573b0d9936b1fa1ad/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
var clientUrl = "http://images.haddoz.net/gordon/RELEASE63-30321-30315-201011261026_5c1cea64af7b6d2573b0d9936b1fa1ad/Habbo.swf";
try {
if (swfobject.getFlashPlayerVersion().major <= 9) {
clientUrl = "http://images.haddoz.net/gordon/RELEASE63-30321-30315-201011261026_5c1cea64af7b6d2573b0d9936b1fa1ad/Habbo10.swf";
}
} catch(e) {}
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/59_7fe4ac97ec6a94c67fd0f68778753cf7/8/web-gallery/flash/expressInstall.swf", flashvars, params);
window.onbeforeunload = unloading;
function unloading() {
var clientObject;
if (navigator.appName.indexOf("Microsoft") != -1) {
clientObject = window["flash-container"];
} else {
clientObject = document["flash-container"];
}
try {
clientObject.unloading();
} catch (e) {}
}
</script>
<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
<div class="cbb clearfix">
<h2 class="title">Please install Adobe Flash Player.</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/59_7fe4ac97ec6a94c67fd0f68778753cf7/8/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</div>
</div>
<script type="text/javascript">
$('content').show();
</script>
<noscript>
<div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
<p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
</div>
</noscript>
</div>
</div>
<div id="content" class="client-content"></div>
</div>
<div style="display: none">
<div id="habboCountUpdateTarget">
%hotel_status%
</div>
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
</script>
</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
</script>
</body>
</html>
Penultimo passo:
Andate sulla cartella server dove allinterno ci sara l'emulatore lavvo andate su:\bin\Debug poi su Config.conf e configuriamo così:
Codice HTML:
- Codice:
## Archivo de Configuración para Lavvo Emulator R59+ by Edward
## Configuración MYSQL
db.hostname=localhost
db.port=3306
db.username=root
db.password=password php admin
db.name=nome db
## Configuración TCP
game.tcp.bindip=ip hamachi
mus.tcp.bindip=ip hamachi
mus.tcp.allowedaddr=ip hamachi
game.tcp.port=2001
mus.tcp.port=2002
## Mensaje de Bienvenida
welcome.message.type=Config
## Activado = si Desactivado = no
welcome.message.enabled=si
welcome.message=Benvenuto/a in nome hotel
##
##
## NO EDITES NADA DE ABAJO SI NO SABES MUY BIEN LO QUE HACES
##
##
## MySQL pooling setup (Control de Conexiones)
db.pool.minsize=1
db.pool.maxsize=5000
## Configuración TCP/IP del Juego
game.tcp.conlimit=500
## Configuración del Cliente
client.ping.enabled=1
client.ping.interval=30000
## Máximo de Salas por Usuario
client.notifications.rooms.maxrooms=50
Al posto di ip hamachi il vostro ip, al posto di nome hotel il nome dell'hotel e su password php admin la vostra password su nome db il nome del vostro database.
Al posto di ip hamachi il vostro ip, al posto di nome hotel il nome dell'hotel e su password php admin la vostra password su nome db il nome del vostro database.
Se hai configurato bene ti deve venire cosi:
Creare La rete hamachi(ultimo passo)
Allora Accendete Hamachi e Cliccate su Crea Nuova Rete mettete su id:il nome della rete e su password:la password della rete.
Enjoy!!
Fonte: Sciax2
- giacchi7Expert Member
- Posts : 425
Età : 27
Registrato Dal : 19.06.10
Re: [GUIDA]Creare un server Habbo v60
Ven Dic 17 2010, 14:27
Buona Guida, Se C'erano Gli Screen Era Meglio Però
- ValerioLover Member
- Posts : 3300
Età : 27
Registrato Dal : 31.07.10
Re: [GUIDA]Creare un server Habbo v60
Sab Dic 18 2010, 06:53
ciao scusami tanto ma mancano i link del Download di winrar e gli altri... inseriscili entro 48h o non ha senso questa guida perchè se non hai l'occorrente cosa fai? Ripeto 48h o chiusura topic
- SliderActive Member
- Posts : 124
Età : 28
Registrato Dal : 26.09.10
Re: [GUIDA]Creare un server Habbo v60
Sab Dic 18 2010, 12:04
Valerio scusa hai ragione ho editato e ho messo anche screen
- giacchi7Expert Member
- Posts : 425
Età : 27
Registrato Dal : 19.06.10
Re: [GUIDA]Creare un server Habbo v60
Sab Dic 18 2010, 22:42
Perfetto Ora Si Che Si Puo Considerare Una Guida!
- SliderActive Member
- Posts : 124
Età : 28
Registrato Dal : 26.09.10
Re: [GUIDA]Creare un server Habbo v60
Dom Dic 19 2010, 12:43
Grazie !
- PakoAdvanced Member
- Posts : 556
Età : 28
Registrato Dal : 03.09.09
Re: [GUIDA]Creare un server Habbo v60
Dom Dic 19 2010, 15:36
Bella guida , anche se non tua , bravo per l'impegno.
- Fra77Lover Member
- Posts : 3057
Età : 26
Registrato Dal : 14.11.09
Re: [GUIDA]Creare un server Habbo v60
Dom Dic 19 2010, 16:43
Bella,bravo anche se ricopiata .
- ValerioLover Member
- Posts : 3300
Età : 27
Registrato Dal : 31.07.10
Re: [GUIDA]Creare un server Habbo v60
Dom Dic 26 2010, 19:57
Ottimo i Link sono stati inseriti e la chiusura è rimossa.
- Giovanni
- Posts : 1989
Età : 27
Registrato Dal : 05.08.09
Re: [GUIDA]Creare un server Habbo v60
Lun Dic 27 2010, 09:23
Abbiamo detto che si torna ai vecchi tempi ma non che si possono fare 10 messaggi inutili !
Comunque ottima guida, anche se copiata.
Comunque ottima guida, anche se copiata.
- »RєαℓistAdvanced Member
- Posts : 835
Età : 27
Registrato Dal : 24.02.09
Re: [GUIDA]Creare un server Habbo v60
Mar Dic 28 2010, 10:59
Ottimo .. Puo Essere Utile ..
- ValerioLover Member
- Posts : 3300
Età : 27
Registrato Dal : 31.07.10
Re: [GUIDA]Creare un server Habbo v60
Mar Dic 28 2010, 13:47
Slider ciao scusami ancora ma il link di hamachi non è piu funzionante... hai 48h per correggere o ci sarà la chiusura del topic
- Giovanni
- Posts : 1989
Età : 27
Registrato Dal : 05.08.09
Re: [GUIDA]Creare un server Habbo v60
Lun Gen 10 2011, 15:35
Link hamachi aggiustato. Comunque Valerio attento che sei all'ultimo richiamo...
- ValerioLover Member
- Posts : 3300
Età : 27
Registrato Dal : 31.07.10
Re: [GUIDA]Creare un server Habbo v60
Mar Gen 11 2011, 14:48
Richiamo? e di che cosa? In questo topic ho fatto invece il mio lavoro. Ho segnalato link non funzionanti per ben 2 volte -.- e per ben 2 volte il topic poteva essere chiuso quindi che richiamo.
Permessi in questa sezione del forum:
Non puoi rispondere agli argomenti in questo forum.