Riferimento: Creare Retro Server R60 Hamachi

Funge però cambiando client..
 
Riferimento: Creare Retro Server R60 Hamachi

*W* Stupenda e dettagliata,, Proprio quella che cercavo =D
Bravissimo xD
 
Riferimento: Creare Retro Server R60 Hamachi

Belle guida, e molto dettagliata..
Appena ho tempo ne creo uno! :emoji_smiley:
 
Riferimento: Creare Retro Server R60 Hamachi

Bella guida, anzi bellissima e molto dettagliata. Però r60 con hamachi non so quanto possa essere carino l'hotel finito.
 
Riferimento: Creare Retro Server R60 Hamachi

Buona guida la provero
 
Riferimento: Creare Retro Server R60 Hamachi

Ringrazio tutti. ma devo avvertirvi che il client che ho messo da problemi se ne avete uno buono me lo inviereste via MP cosi aggiorno la guida Grazie
 
Riferimento: Creare Retro Server R60 Hamachi

Non mi fa entrare :s
 
Riferimento: Creare Retro Server R60 Hamachi

allora ecco come dovete modificare il cms primo class.db.mysql copiate questo o messo avvertimento dove dovete modificare
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d'
|
Perfavore, Entra oppure Registrati per vedere i Link!

| #######################################################################
| 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 = "la vostra password";
private $database = "vostro database";
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();
}
}

?>

poi la 2 cosa inc.config copiate questo sta sempre avvertimento dove dovete modificare:
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
|
Perfavore, Entra oppure Registrati per vedere i Link!
&
Perfavore, Entra oppure Registrati per vedere i Link!

| #######################################################################
| 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://VOSTRO IP /";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "PASSWORD";
$config['MySQL']['database'] = "VOSTRO DATABASE";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "VOSTRO IP ";
$config['MUS']['port'] =" 20";

?>

e lultimo il page client sempre ocpiatelo ps per vedere i comandi dovete fare :comandos e spagnolo ma funzionante:
<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.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "VOSTRO IP",
"connection.info.port" : "21",
"site.url" : "%www%",
"url.prefix" : "%www%",
"client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "%www%/flash_client_error",
"client.connection.failed.url" : "%www%/client_connection_failed",
"external.hash" : "",
"external.variables.txt" : "http://holo.wowfalcon.com/swf/gamedata/variables_banzai.txt?",
"external.texts.txt" : "http://hotel.noctworld.it/r57/external_flash_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "%sso_ticket%",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Triller si sta caricando ~ WowFalcon.com",
"flash.client.url" : "http://holo.wowfalcon.com/swf/dcr/r56_none_d979554a9b032c2626a4284ffac1bde1/",
"user.hash" : "3228904846f0d252a0c89a5462763c840352e021",
"facebook.user" : "0",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://holo.wowfalcon.com/swf/gordon/RELEASE59/",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

var clientUrl = "http://holo.wowfalcon.com/swf/gordon/RELEASE59/Habbo10.swf";
try {
if (swfobject.getFlashPlayerVersion().major <= 9) {
clientUrl = "http://holo.wowfalcon.com/swf/gordon/RELEASE59/Habbo.swf";
}
} catch(e) {}
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/55_7110c7122872fa19356f8608c88fa174/3/web-gallery/flash/expressInstall.swf", flashvars, params);
</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>
<script type="text/javascript"><!--
google_ad_client = "pub-5893674260165472";
/* 234x60, creado 12/09/10 */
google_ad_slot = "8467402781";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/45_0061af58e257a7c6b931c91f771b4483/2/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>






</object>

ps ultima cosa ke vi dirro ogni volta ke vedete skrytto vostro ip intendo quello di hamachi
 
Riferimento: Creare Retro Server R60 Hamachi

allora ecco come dovete modificare il cms primo class.db.mysql copiate questo o messo avvertimento dove dovete modificare
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d'
|
Perfavore, Entra oppure Registrati per vedere i Link!

| #######################################################################
| 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 = "la vostra password";
private $database = "vostro database";
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();
}
}

?>

poi la 2 cosa inc.config copiate questo sta sempre avvertimento dove dovete modificare:
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
|
Perfavore, Entra oppure Registrati per vedere i Link!
&
Perfavore, Entra oppure Registrati per vedere i Link!

| #######################################################################
| 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://VOSTRO IP /";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "PASSWORD";
$config['MySQL']['database'] = "VOSTRO DATABASE";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "VOSTRO IP ";
$config['MUS']['port'] =" 20";

?>

e lultimo il page client sempre ocpiatelo ps per vedere i comandi dovete fare :comandos e spagnolo ma funzionante:
<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.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "VOSTRO IP",
"connection.info.port" : "21",
"site.url" : "%www%",
"url.prefix" : "%www%",
"client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "%www%/flash_client_error",
"client.connection.failed.url" : "%www%/client_connection_failed",
"external.hash" : "",
"external.variables.txt" : "http://holo.wowfalcon.com/swf/gamedata/variables_banzai.txt?",
"external.texts.txt" : "http://hotel.noctworld.it/r57/external_flash_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "%sso_ticket%",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Triller si sta caricando ~ WowFalcon.com",
"flash.client.url" : "http://holo.wowfalcon.com/swf/dcr/r56_none_d979554a9b032c2626a4284ffac1bde1/",
"user.hash" : "3228904846f0d252a0c89a5462763c840352e021",
"facebook.user" : "0",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://holo.wowfalcon.com/swf/gordon/RELEASE59/",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

var clientUrl = "http://holo.wowfalcon.com/swf/gordon/RELEASE59/Habbo10.swf";
try {
if (swfobject.getFlashPlayerVersion().major <= 9) {
clientUrl = "http://holo.wowfalcon.com/swf/gordon/RELEASE59/Habbo.swf";
}
} catch(e) {}
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/55_7110c7122872fa19356f8608c88fa174/3/web-gallery/flash/expressInstall.swf", flashvars, params);
</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 rel="nofollow" href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a rel="nofollow" href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<script type="text/javascript"><!--
google_ad_client = "pub-5893674260165472";
/* 234x60, creado 12/09/10 */
google_ad_slot = "8467402781";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p><a rel="nofollow" href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/45_0061af58e257a7c6b931c91f771b4483/2/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>






</object>

ps ultima cosa ke vi dirro ogni volta ke vedete skrytto vostro ip intendo quello di hamachi

Grazie ora lo metto nella guida :emoji_smiley:
 
Riferimento: Creare Retro Server R60 Hamachi

Perche Io entro e gli altri no o fatto tutto quello che c'e scritto
 
Riferimento: Creare Retro Server R60 Hamachi

Perche Io entro e gli altri no o fatto tutto quello che c'e scritto

ai crea la rete hamachi? se non lo ai fatto sta scritto all ultimo passaggio. RICORDATI CHE SE NON LI FAI ENTRARE NELLA RETE CHE CREI NON LO VISUALIZERANNO L'HOTEL.
 
Riferimento: Creare Retro Server R60 Hamachi

<script type="text/javascript">.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" : "VOSTRO IP HAMACHI",
"connection.info.port" : "20",
"site.url" : "%www%",
"url.prefix" : "%www%",
"client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "%www%/flash_client_error",
"client.connection.failed.url" : "%www%/client_connection_failed",
"external.hash" : "",
"external.variables.txt" : "http://holo.wowfalcon.com/swf/gamedata/variables_banzai.txt?",
"external.texts.txt" : "http://hotel.noctworld.it/r57/external_flash_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "%sso_ticket%",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Triller si sta caricando ~ WowFalcon.com",
"flash.client.url" : "http://holo.wowfalcon.com/swf/dcr/r56_none_d979554a9b032c2626a4284ffac1bde1/",
"user.hash" : "3228904846f0d252a0c89a5462763c840352e021",
"facebook.user" : "0",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://holo.wowfalcon.com/swf/gordon/RELEASE59/",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

var clientUrl = "http://holo.wowfalcon.com/swf/gordon/RELEASE59/Habbo10.swf";
try {
if (swfobject.getFlashPlayerVersion().major <= 9) {
clientUrl = "http://holo.wowfalcon.com/swf/gordon/RELEASE59/Habbo.swf";
}
} catch(e) {}
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/55_7110c7122872fa19356f8608c88fa174/3/web-gallery/flash/expressInstall.swf", flashvars, params);
</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: n one">
<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 rel="nofollow" href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be foun d here: <a rel="nofollow" href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<script type="text/javascript"><!--
google_ad_client = "pub-5893674260165472";
/* 234x60, creado 12/09/10 */
google_ad_slot = "8467402781";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p><a rel="nofollow" href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/45_0061af58e257a7c6b931c91f771b4483/2/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>






</object>

<body id="client" class="flashclient">

<script type="text/javascript">
var habboDefaultClientPopupUrl = "%www%/client";
</script>[/qu

<script type="text/javascript">
var habboDefaultClientPopupUrl = "%www%/client";
</script>
123
 
Riferimento: Creare Retro Server R60 Hamachi

ciao bella guida!
Ho solo una domanda, in molti file da modificare si deve mettere l' IP hamachi deve per forza essere amachi oppure IP normale (per intenderci vai su
Perfavore, Entra oppure Registrati per vedere i Link!
e vedi il tuo ip)??
Se è ip hamachi mi spieghi come fare a capire qual'è? grazie
 
Riferimento: Creare Retro Server R60 Hamachi

ciao bella guida!
Ho solo una domanda, in molti file da modificare si deve mettere l' IP hamachi deve per forza essere amachi oppure IP normale (per intenderci vai su
Perfavore, Entra oppure Registrati per vedere i Link!
e vedi il tuo ip)??
Se è ip hamachi mi spieghi come fare a capire qual'è? grazie

se devi farlo con hamachi per forsa quello di ahmachi devi mettere. se invece lo fai senza hamachi scaricati No-IP DUC però devi avere le porte sbloccate e devi fare un altro procedimento.

Qui metti l'ip di hamachi che lo trovi quando scarichi LogMeIn Hamachi poi lo installi e clicchi sul pulsante power e tiv erra un numero accanto che sarà il tuo IP Hamachi e tu usi quello :emoji_smiley:
--------------- AGGIUNTA AL POST ---------------
<body id="client" class="flashclient">

<script type="text/javascript">
var habboDefaultClientPopupUrl = "%www%/client";
</script>[/qu

123

scusa? O.o
 
Ultima modifica: