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

@Cix10 fatto, ma escono sempre e comunque le scritte in bianco.. :/

- - - Aggiornato - - -
@Cix10 http://i57.tinypic.com/14dga3q.png ecco :cry:
 
@Cix10 Sì, ho scaricato tutte le cose che mi hai detto ad inizio discussione

- - - Aggiornato - - -
@Cix10 hai skype?

- - - Aggiornato - - -
@Cix10 quindi?
 
@Cix10 e @404Error, sono andato in xmapp/htdocs ho aperto il client.php (e ho sostituito quello che c'era dentro con quello che mi hai dato tu, cix10).
Dove setto la porta dell'emulatore e come faccio a vedere se gli ip sono gli stessi?
 
@Cix10 e @404Error, sono andato in xmapp/htdocs ho aperto il client.php (e ho sostituito quello che c'era dentro con quello che mi hai dato tu, cix10).
Dove setto la porta dell'emulatore e come faccio a vedere se gli ip sono gli stessi?

Apri il config dell'emulatore e controlla quale IP e porta è stato configurato, dopo apri il client e inserisci le stesse info.
 
@404Error
cosa devo modificare, e in cosa?
## 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=pegaso21
db.name=Light_Hotel

## 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
 
ad ogni 127.0.0.1 devo mettere il mio ip?

- - - Aggiornato - - -
@404Error ecco il client, sta bene? -> <?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>

- - - Aggiornato - - -
@404Error
"connection.info.host" : "<?php echo $client['ip']; ?>",
"connection.info.port" : "<?php echo $client['port']; ?>", nelle parentesi quadre devo mettere il mio ip e port 30000?
 
Ultima modifica:
Re: DATABASE - Potreste darmi dei CMS+Database+EMU (recenti)?

No, si configura dall'HK in client in Gestione Client.

Inviato dal mio SM-N9005 utilizzando Tapatalk
 
@Cix10 niente.. non ci riesco.. potresti farmi uno screen, della tua configurazione dell'emu,del client, e dell'HK?
 
Re: DATABASE - Potreste darmi dei CMS+Database+EMU (recenti)?

Le modifiche le devi apportare nell'HK non nella pagina client.php è l'ennesima volta che te lo dico :look:

In sostanza, inserisci la stessa porta e lo stesso IP sia nell'emulatore che nella gestione client dell'HK