Thread obsoleto DATABASE - Potreste darmi dei CMS+Database (recenti)?

@404Error allora: dall'HK ho modificato l'ip del client, e le porte stanno a PORTA GAME: 30000 E PORTA MUS 30001.
Nella configurazione dell'emu, non so quale dei tanti ip cambiare..
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=*****
db.name=*****

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=100

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Stream Message
hotel.stream.message=Hei

## License
internal.license=

##Hotel Link
hotel.link=http://NoisHotel/

## Hotel Link; To Stream Images
guilds.link=http://localhost/habbo-imaging/badge/
stream.link=http://localhost/habbo-imaging/head/

## Client configuration
client.ping.enabled=1
client.ping.interval=200000
client.maxrequests=500
client.maxpossiblefriends=700
client.maxitemsininventary=0

#IRC
irc.enabled=false
irc.server=irc.website-service.org
irc.port=6667
irc.user=USER CSharpBot 8 * :I'm a C# irc bot
irc.nick=[VG]Mordi
irc.channel=#habbovg_servermod
irc.password=:emoji_joy:123

group.enabled=true
auth.ssodisabled=false

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.pixel.enabled=true
game.pixel.amount=100
game.pixel.time=600

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.credits.enabled=true
game.credits.amount=1000
game.credits.time=600

game.login.credits.receiveamount=100
game.login.pixel.receiveamount=100

#Threading Main Loops.
SeparatedTasksInMainLoops.enabled=true


#Threading GameClientManager Loops.
SeparatedTasksInGameClientManager.enabled=true

#Baneo por spam
#Esta opción banea a los usuarios tras sucesivos intentos de flood.
spambans.enabled=true
spambans.limit=5
 
@404Error ad ogni 127.0.0.1 devo sostituirli con il mio ip, ovvero questi?
game.tcp.bindip=127.0.0.1
mus.tcp.bindip=127.0.0.1
mus.tcp.allowedaddr=127.0.0.1
in ogni caso.. dovrei sostituire con l'ip di internet, o quello del pc?
 
@Cix10 c'è scritto (apache friends version) cmq il client è questo.
<?php
include('core.php');
include('includes/session.php');

if($logged_in)
require_once('includes/session.php');
else{
header("location: ".PATH);
exit;
}

if(CLOSING && date('H') >= $closing['start'] && date('H') < $closing['finish'] && $user->row['rank'] < 4){
header("Location: ".PATH."hotelclosed");
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['enable'] = true;
$forward['type'] = 2;
$forward['id'] = $roomid;
}else
$forward['enable'] = false;
}else
$forward['enable'] = false;

$myticket = $input->GenerateTicket();

if(isset($_GET['name'])){
$nome = $input->EscapeString($_GET['name']);
$check = mysql_query("SELECT * FROM users WHERE username = '".$nome."'");
$check1 = mysql_fetch_assoc($check);
if($user->row['rank'] == '7'){
mysql_query("UPDATE users SET auth_ticket = '".$myticket."' WHERE id = '".$check1['id']."' LIMIT 1") or die(mysql_error());
} else exit;
} else
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE id = '".$user->row['id']."' LIMIT 1") or die(mysql_error());
?>
<!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><?php echo $site['name'] ?>:</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 = "<?php echo PATH; ?>/web-gallery";
var habboImagerUrl = "http://www.habbo.it/habbo-imaging/";
var habboDefaultClientPopupUrl = "<?php echo $client['ip']; ?>/client";
</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" src="./habboflashclient.js"></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" : "<?php echo $client['ip']; ?>",
"connection.info.port" : "<?php echo $client['port']; ?>",
"site.url" : "<?php echo PATH; ?>",
"url.prefix" : "<?php echo PATH; ?>",
"client.reload.url" : "<?php echo PATH; ?>disconnesso",
"client.fatal.error.url" : "<?php echo PATH; ?>disconnesso",
"client.connection.failed.url" : "<?php echo PATH; ?>disconnesso",
"external.variables.txt" : "<?php echo $client['vars']; ?>",
"external.texts.txt" : "<?php echo $client['texts']; ?>",
"productdata.load.url" : "<?php echo $client['productdata']; ?>",
"furnidata.load.url" : "<?php echo $client['furnidata']; ?>",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
<?php if($forward['enable']){ ?>
"forward.type" : "<?php echo $forward['type']; ?>",
"forward.id" : "<?php echo $forward['id']; ?>",
<?php } ?>
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "<?php echo $client['clientext']; ?>",
"flash.client.url" : "<?php echo $client['clienturl']; ?>",
"user.hash" : "",
"has.identity" : "1",
"flash.client.origin" : "popup"
};
var params = {
"base" : "<?php echo $client['base']; ?>",
"allowScriptAccess" : "always",
"menu" : "false"

};

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

FlashExternalInterface.signoutUrl = "<?php echo PATH; ?>logout.php";

var clientUrl = "<?php echo $client['habboswf']; ?>";
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>
 
@Cix10 okay, asp

- - - Aggiornato - - -
@Cix10 Errore del CMS:
Non Riesco a connettermi al database MySQL! :cry:

- - - Aggiornato - - -
@Cix10 c'è un modo con il quale possiamo contattarci più velocemente?..
 
Re: DATABASE - Potreste darmi dei CMS+Database+EMU (recenti)?

Hai configurato il config.php del cms?
Comunque si da assistenza solo nel foro. :emoji_slight_smile:

Inviato dal mio SM-N9005 utilizzando Tapatalk
 
@404Error @Cix10 Ho riconfigurato tutto, ma continuano ad uscirmi le scritte bianche, e il client arriva al 100% ma non va avanti. Se volete vi faccio screen, dell'HK, della configurazione dell'emulatore, del client.php e della configurazione del cms
 
@404Error @Cix10 Ho riconfigurato tutto, ma continuano ad uscirmi le scritte bianche, e il client arriva al 100% ma non va avanti. Se volete vi faccio screen, dell'HK, della configurazione dell'emulatore, del client.php e della configurazione del cms
Il client.php non lo devi proprio toccare.. :emoji_smoking: posta uno screen dell'housekeeping.. ;)
 
L'emulatore ha come porte 300 e 301 quindi ti consiglio di mettere nell'housekeeping 300 e 301.. ^^
 
Ho notato che i link dei variables e dei text non sono giusti.. devi mettere rispettivamente gamedata/external_variables.php e gamedata/external_flash_text.txt.. ;)