Guida Come Creare Retro v63 Con Hamachi

Stato
Discussione chiusa ad ulteriori risposte.

~TheCopyright

Utente Kafféè
Autore del topic
Redattore
18 Ottobre 2010
29.606
167
Miglior risposta
0
Come Creare RetroServer v63 Con Hamachi

MauroTheBest Presenta....
Come Creare RetroServer v63 Con Hamachi​


Materiale:

-Xampp:
Perfavore, Entra oppure Registrati per vedere i Link!

-MySql:
Perfavore, Entra oppure Registrati per vedere i Link!

-XaBBoDB:
Perfavore, Entra oppure Registrati per vedere i Link!

-XaBBoCMS:
Perfavore, Entra oppure Registrati per vedere i Link!

-XaBBoEMU:
Perfavore, Entra oppure Registrati per vedere i Link!

-Log Me In Hamachi:
Perfavore, Entra oppure Registrati per vedere i Link!

-Microsoft Net Framework 4.0:
Perfavore, Entra oppure Registrati per vedere i Link!


Procedimento:

Installazione Xampp & Database

-Apriamo Xampp E Facciamo Runnare Xampp & Mysql

-Andiamo Su
Perfavore, Entra oppure Registrati per vedere i Link!
E Configurare I TextBox Così:
Nuova Password: Password A Piacere Tuo
Ripeti Nuova Password: Ripeti Password Precedente

-Poi Andiamo Su
Perfavore, Entra oppure Registrati per vedere i Link!
Ed Entrate Così:
Nome Utente: root
Password: Password Messa Poco Fà

-Dove C'è Scritto "Crea Nuovo Database" Scrivere Il Nome Del Db A Vostro Piacere.

-In Altro A Destra Cliccare Su Importa, Poi Su Scegli File E Selezionare Il Database Scaricato Poco Fà (XaBBoDB).

-Ora, In Alto Ci Sarà Scritto "SQL", Clicchiamoci E Inseriamo Questo:

UPDATE furniture SET stack_height = '0' WHERE item_name = 'bb_puck'
E Clicca Esegui.

-Ora A Sinistra, Ci Sarà Un Elenco Di Tabelle, Clicchiamo Sulle Seguenti E Configuriamole, Una Per Una:
cms_system
system_config

cms_system:
SITE NAME: Nome Del Tuo Hotel
SHORT NAME: Nome Ridotto (Esempio: Geniux Hotel = Geniux)
SITE_CLOSED: 0 (Riguarda La Manutenzione, Se Volete Mettere Il Sito In Manutenzione Impostate 1)
ENABLE_SSO: 1
LANGUAGE: en
IP: IP HAMACHI (Senza
Perfavore, Entra oppure Registrati per vedere i Link!

PORT: 30000

system_config
Cambiamo Solamente server_mus_host, Mettendo Il Nostro IP Hamachi.

Installazione Cms & Client/Flash:

-Aprite XaBBoCMS, Continuando Apriamo La Cartella htdocs Di Xampp, Cancelliamo Tutto E Mettiamo Tutti I File Del CMS.

-Ora, Sempre Su htdocs, Cerchiamo Il File "config.php", E Configuriamo Così:

<?php
/*===================================================+
|| # HoloCMS - Website and Content Management System
|+===================================================+
|| # Copyright © 2008 Meth0d. All rights reserved.
|| #
Perfavore, Entra oppure Registrati per vedere i Link!

|+===================================================+
|| # HoloCMS is provided "as is" and comes without
|| # warrenty of any kind. HoloCMS is free software!
|+===================================================*/

/*-------------------------------------------------------*\
| ****** 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 = "localhost";
$sqlusername = "root";
$sqlpassword = "Password DATABASE";
$sqldb = "Nome DATABASE";

// ****** 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; with an slash added on the end.
$path = "http://TUO IP HAMACHI/";

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

// ****** 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://images.habbohotel.com/c_images/";
$badgesurl = "album1584/";

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

-Ora, Sul CMS Andiamo Nel File flash.php, E Configuriamo Così:
<?php


include('core.php');
include('includes/session.php');


$ssocheck = mysql_query("select * from users where username = '".$rawname."' and password = '".$rawpass."' limit 1") or die(mysql_error());
$ssocheck2 = mysql_fetch_assoc($ssocheck);
if($ssocheck2['auth_ticket'] == "") {
if(isset($_get['roomid']) && $_get['forwardid'] == "2"){
if(isset($_get['wide'])) {
header("location:reauthenticate.php?forwardid=".$_get['forwardid']."&roomid=".$_get['roomid']."&wide=".$_get['wide']."&flash=habbu");
} else {
header("location:reauthenticate.php?forwardid=".$_get['forwardid']."&roomid=".$_get['roomid']."&flash=habbu");
}
} elseif(isset($_get['wide'])) {
header("location:reauthenticate.php?wide=".$_get['wide']."&flash=habbu");
} else {
header("location:reauthenticate.php?flash=habbu");
}
}

if($logged_in){
require_once('includes/session.php');
} else {
header("location: clientutils.php?key=loginplease");
exit;
}

if($online !== "online" && $enable_status_image == "1"){
echo "<font color='white'><center><b>".$sitename." is offline</b></center></font>";
exit();
}


if(isset($_get['roomid']) && $_get['forwardid'] == "2"){
$roomid = $_get['roomid'];
$checksql = mysql_query("select id from rooms where id = '".$roomid."' limit 1");
$roomexists = mysql_num_rows($checksql);
if($roomexists > 0){
$forward = "1";
echo "<!-- forwarding to room ".$roomid." -->";
} else {
$forward = "0";
echo "<!-- room doesn't exist; not forwarding -->";
}
} else {
echo "<!-- no room forward requested, normal loader -->";
$forward = "0";
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=7" />

<title>Xabbo: </title>

<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="alternate" type="application/rss+xml" title="Habbo: RSS" href="http://www.habbo.it/articles/rss.xml" />
<script src="flashclient/libs2.js" type="text/javascript"></script>

<script src="flashclient/visual.js" type="text/javascript"></script>
<script src="flashclient/libs.js" type="text/javascript"></script>
<script src="flashclient/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="flashclient/style.css" type="text/css" />
<link rel="stylesheet" href="flashclient/bottons.css" type="text/css" />
<link rel="stylesheet" href="flashclient/boxes.css" type="text/css" />
<link rel="stylesheet" href="flashclient/tooltips.css" type="text/css" />
<link rel="stylesheet" href="flashclient/changepassword.css" type="text/css" />


<script type="text/javascript">

</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/252/web-gallery";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboDefaultClientPopupUrl = "client.php";



</script>





<link rel="stylesheet" href="flashclient/habboclient.css" type="text/css" />
<link rel="stylesheet" href="flashclient/habboflashclient.css" type="text/css" />
<script src="flashclient/habboflashclient.js" type="text/javascript"></script>
<script type="text/javascript">


if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "http://IP HAMACHI/",
"connection.info.port" : "5555",
"site.url" : "<?php echo $path; ?>",
"url.prefix" : "<?php echo $path; ?>",
"client.reload.url" : "account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "/disconnesso.html",
"client.connection.failed.url" : "/disconnesso.html",
"external.variables.txt" : "http://xabbo.netsons.org/admin/r63/external_variables101.txt",
"external.texts.txt" : "http://xabbo.netsons.org/admin/r63/external_flash_texts101.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Attendi per favore! Xabbo sta caricando.",
"flash.client.url" : "http://xabbo.netsons.org/admin/r63/",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://xabbo.netsons.org/admin/r63/",
"allowScriptAccess" : "always",
"menu" : "false"
};

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

FlashExternalInterface.signoutUrl = "logout.php";

var clientUrl = "http://xabbo.netsons.org/admin/r63/Habbo.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "flashclient/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>

<meta name="description" content="Habbo Hotel: amici, divertimento, celebrità!" />
<meta name="keywords" content="habbo hotel, virtuale, mondo, social network, gratis, community, avatar, personaggio, chat, online, giovane, ragazzi, gioco di ruolo, giochi di ruolo, iscriviti, social, gruppi, forum, sicurezza, giocare, giochi, online, amici, giovani, rari, furni rari, collezione, creare, collezionare, connettersi, furni, mobili, cuccioli, animali, creazione stanze, condivisione, espressione, distintivi, badge, uscire, musica, VIP, celebrità, visite VIP, famosi, mmo, mmorpg, multiplayer" />




<!--[if IE 8]>
<link rel="stylesheet" href="flashclient/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="flashclient/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="flashclient/ie6.css" type="text/css" />
<script src="flashclient/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>

<style type="text/css">
body { behavior: url(/js/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="63-BUILD259 - 23.02.2011 23:10 - it" />
</head>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="flashclient/page_loader.gif" style="position:absolute; margin: -1500px;" />

<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">Aggiorna Flash Player all'ultima versione disponibile</h2>
<div class="box-content">
<p>Puoi scaricare e istallare Adobe Flash Player <a href="http://get.adobe.com/flashplayer/">da questa URL</a>. Puoi trovare le istruzioni di istallazione <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">cliccando qui</a>.</p>

<p><a href="http://www.adobe.com/go/getflashplayer"><img src="flashclient/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">
4,017 Habbo in Hotel
</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");
if (window.opener && window.opener != window && window.opener.location.href == "/") {
window.opener.location.replace("/me");
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>




<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-448325-20");
pageTracker._trackPageview();
</script>

<script type="text/javascript">
HabboView.run();
</script>

</body>
</html>


-Ora Abbiamo Finito L'Installazione Del CMS.

Installazione Server:

-Apriamo La Cartella XaBBoEMU, E Apriamo Il File Config

-Configuriamo Così:

## XabboEmulator System Configuration File

## MySQL Configuration

db.hostname=localhost
db.port=3306
db.username=root
db.password=Tua Password
db.name=NomeDB

## MySQL pooling setup (controls amount of connections)

db.pool.minsize=5
db.pool.maxsize=300

## Game TCP/IP Configuration

game.tcp.bindip=IP HAMACHI
game.tcp.port=5555
game.tcp.conlimit=5000

## Messaggio di Benvenuto (Vedi sotto)

welcome.message.enabled=si
welcome.message=MESSAGGIO DI BENVENUTO A PIACERE TUO





#Il messaggio di benvenuto alla stringa, welcome.message.enabled= mettete "emu" senza le " se volete che il
#messaggio di benvenuto sia quello predefinito nell'emu... oppure "si" senza le " per impostarlo voi...
#Se non lo volete mettete "no" senza le "
#SE A welcome.message.enabled METTETE SI, a welcome.message DOVETE IMPOSTARE IL MESSAGGIO DI BENVENUTO.

-Apriamo L'Exe (Il Server), Inseriamo La Password Inserita Dal Creatore (xabbopowa), E Si Avvierà Automaticamente L'Emulatore.

Creazione Rete Hamachi:

-Apriamo Hamachi E Accendiamolo.

-Clicchiamo Su "Rete", Poi Su "Crea Nuova Rete"

-Configurate Così:

Rete Hamachi: Nome Hotel (Potete Farne Anche Di Più In Modo Che Se Sono Piene, Gli Altri Utenti Possono Entrare Nelle Altre
Password: 123 (Ma Se Volete Anche Un'Altra)

A Questo Punto Abbiamo Finito Il Nostro Retro v63.

Fonte: Mia - Ho Solo Preso I Download Dello XaBBo Pack e Suddiviso.
Vietata La Copia.

Spero Di Esservi Stato D'Aiuto.

 
Ultima modifica da un moderatore:
  • Like
Reactions: 7 people
Riferimento: Come Creare Retro v63 Con Hamachi

Senza MySQL non puoi accedere al server! Posta il download sia di xampp che di MySQL (meglio se posti l'ultima versione).
Alla fine il procedimento non cambia, tutti i server ed i CMS si configurano allo stesso modo :emoji_relieved:
 
Riferimento: Come Creare Retro v63 Con Hamachi

Senza MySQL non puoi accedere al server! Posta il download sia di xampp che di MySQL (meglio se posti l'ultima versione).
Alla fine il procedimento non cambia, tutti i server ed i CMS si configurano allo stesso modo :emoji_relieved:

Ho Scordato A Postarli :P Li Posto Aspè xD
--------------- AGGIUNTA AL POST ---------------
Ho Scordato A Postarli :P Li Posto Aspè xD

Fatto ;)
 
Ultima modifica:
  • Like
Reactions: daniluca
Riferimento: Come Creare Retro v63 Con Hamachi

Mi Dice Errore Del Server... Non mi fa carikare il db nel phpmyadmin
--------------- AGGIUNTA AL POST ---------------
Spunta Questo !











Errore del server!




Il server ha generato un errore interno e non è in grado di soddisfare la richiesta. Il server potrebbe essere sovraccarico oppure si è verificato un errore in uno script CGI.

Se pensi che questo sia un errore del server, per favore contatta il webmaster.

Error 500
5.95.148.215
17/12/2010 14:23:17
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
 
Ultima modifica:
Riferimento: Come Creare Retro v63 Con Hamachi

Raga nn riesco a scaricare mysql mi dv registrare?
 
Riferimento: Come Creare Retro v63 Con Hamachi

grazie ci provo
 
Riferimento: Come Creare Retro v63 Con Hamachi

grazie mille mi serviva proprio
 
Riferimento: Come Creare Retro v63 Con Hamachi

mi dice che il file db è troppo grande da caricare nel database
 
Riferimento: Come Creare Retro v63 Con Hamachi

Ma Non Mi Scarica Microsoft Net Framework 4.0 Non Fa Niente?
 
Riferimento: Come Creare Retro v63 Con Hamachi

Ma Non Mi Scarica Microsoft Net Framework 4.0 Non Fa Niente?

Lo Scarica, Ma Non Lo Vedi Tra I Programmi Del Desktop Perchè Lo Scarica Solamente Nei Programmi...Ma Non Serve ;)

Voglio Comunicarvi Anche Che Ho Archiviato Una Cartella Con Dei Cms Di Riserva....Perchè Ci Sono Stati Molti Errori Su Elmis Cms...Consiglio ValexCms :emoji_smiley:

--------------- AGGIUNTA AL POST ---------------
mi dice che il file db è troppo grande da caricare nel database

Cambia Db No? Ci Vuole Molto A Capire?....Se Poi Non Funziona Cambia Anche Server xD
 
Ultima modifica:
Riferimento: Come Creare Retro v63 Con Hamachi

scusate ragazzi ho finito tutto e il server si è avviato... per entrare in hotel dovrei andare su localhost giusto??? e dovrebbe far vedere l'index dell'hotel... ma a me non esce!!!! mi esce la pagina iniziale di xampp, questa dove dice: XAMPP 1.7.3!

Congratulazioni:
Hai installato XAMPP con successo!
Ora puoi iniziare ad utilizzare Apache & Co. Innanzitutto dovresti andare su »Stato« sul menu di navigazione a sinistra per essere certo che tutto funzioni correttamente.

Buon lavoro, Kay Vogelgesang + Kai 'Oswald' Seidler + Carsten Wiedmann

mi sapete dire come mai????
poi un altra cosa.... se metto il mio ip hamachi per entrare in hotel mi dice che:Accesso proibito!

XAMPP nuovo concetto di sicurezza:

L'accesso alla directory è disponibile solo dalla rete locale.

Questa impostazione può essere configurata nel file "httpd-xampp.conf".

Se pensi che questo sia un errore del server, per favore contatta il webmaster.

Error 403

5.210.216.52
19/12/2010 10.13.56
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
 
Riferimento: Come Creare Retro v63 Con Hamachi

Raga ma mi loggo ma dopo ke ho messo procedi per la registrazione esce impossibile visualizzare la pagina. Non so cosa sia bho mi aiutate?
 
Riferimento: Come Creare Retro v63 Con Hamachi

Ho Già Scritto Sopra Nella Mia Firma Il Mio Contatto Msn, Se Vuoi Contattami Là.
--------------- AGGIUNTA AL POST ---------------
Si Lamentano Molti Per Il Cms, Cambio Subito :emoji_slight_smile:
--------------- AGGIUNTA AL POST ---------------
Dò Assistenza Solo In :privato: Basta!
 
Ultima modifica:
Riferimento: Come Creare Retro v63 Con Hamachi

.NET Framework non serve????!???? Ma che ni****! :emoji_relieved: Serve a far startare server, xampp, apache e MySQL! :emoji_relieved:

Infatti, Ho Detto Che Non Si Deve Aprire. -.- Lui Ha Detto Che Non Si Ci Scaricava, Io Ho Detto Che Non Doveva Aprirlo, Infatti Non Si Deve Aprire E Si Scarica Direttamente Tra I Programmi -.-
 
Riferimento: Come Creare Retro v63 Con Hamachi

Comunque Sia La Versione e v60-61 Non v63 ;) . Comunque Bravo Anche se Ce Ne Sono a Migliaia
 
Stato
Discussione chiusa ad ulteriori risposte.