Problema Problema Con Porte modem

pasku99

Utente Normale
Autore del topic
5 Agosto 2012
51
0
Miglior risposta
0
Salve sciaxini,
Sto cercando di mettere il mio retro con un sito di no-ip ma non va.
Quando sblocco le porte del modem (d-link) e dopo metto il sito di no-ip e configuro tutto db cms ed emu quando vado ad accedere al retro mi porta al pannello di controllo del modem...Perchè?

Per favore aiutatemiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii!!!!!!!!
 
Ultima modifica:
Riferimento: Problema Con Porte modem

Salve sciaxini,
Sto cercando di mettere il mio retro con un sito di no-ip ma non va.
Quando sblocco le porte del modem (d-link) e dopo metto il sito di no-ip e configuro tutto db cms ed emu quando vado ad accedere al retro mi porta al pannello di controllo del modem...Perchè?

Per favore aiutatemiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii!!!!!!!!
Devi configurare meglio e mettere l'ip locale del tuo modem nella sbloccatura delle porte e poi tu non devi accedere con il sito di no-ip ma con l'ip locale che trovi su cmd.exe scrivendo ipconfig.
Sai che devi sbloccare le seguenti porte: 80,3306,30000,30001,21,22! Se non funziona menzionami e cercherò di aiutarti in un altro modo.
COMUNQUE NON è LA SEZIONE GIUSTA! NON CENTRA CON HACKING & SCRIPTING

 
Ultima modifica:
Riferimento: Problema Con Porte modem

Allora porte sbloccate ora ho fatto l'host con no-ip e per configurare db cms e emu devo mettere ip del mio pc o l'host di no-ip?
 
Riferimento: Problema Con Porte modem

Allora porte sbloccate ora ho fatto l'host con no-ip e per configurare db cms e emu devo mettere ip del mio pc o l'host di no-ip?


Il cms lo devi configuare su config.php in basso con l'host di no-ip!
Il database non si configura solo sull'emu!
Sull'emu devi configurarlo con l'ip locale. (che trovi su cmd.exe scrivendo ipconfig)
Se hai d-link dovrebbe iniziare con 192.178.1. (l'ultimo numero lo trovi su cmd.exe)

 
Riferimento: Problema Con Porte modem

Non va allora ho messo host di no-ip e non lo fa vedere agli altri invece con ip del mio pc lo fa vedere però non mi fa entrare ne a me ne a loro aiutatemi!!!!!!!!!!!!!!
 
Riferimento: Problema Con Porte modem

Non va allora ho messo host di no-ip e non lo fa vedere agli altri invece con ip del mio pc lo fa vedere però non mi fa entrare ne a me ne a loro aiutatemi!!!!!!!!!!!!!!
Postami la configurazione del cms e del emulatore
E fammi uno screen della sbloccatura delle porte
 
Riferimento: Problema Con Porte modem

config
<?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 = "1234";
$sqldb = "Inteen";

// ****** 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://inteenhotel.zapto.org/";

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

// ****** 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";
?>

Flash
<?php
/*=====================================================================+
|| # HaddoCMS based 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!
|+=====================================================================+
|| # HaddoCMS v2.0 by Raikas77
|| # www.sciax2.it/forum/development/haddocms-v2-build-2100-a-535753.html
|+=====================================================================*/

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

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($remote_ip == "inteenhotel.zapto.org" || $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "inteenhotel.zapto.org";
}

$forward = 0;
if(isset($_GET['roomId'])){
$roomid = mysql_real_escape_string($_GET['roomId']);
$checksql = myeysql_query("SELECT roomtype FROM rooms WHERE id = '".$roomid."' LIMIT 1");
$roomexists = mysql_num_rows($checksql);
if($roomexists > 0){
$roominfo = mysql_fetch_array($checksql);
$forward = 1;
if($roominfo['roomtype'] == 'public')
$forward_type = 1;
else
$forward_type = 2;
}
}
if(isset($_GET['nome'])){
$nome = Filtertext($_GET['nome']);
$check = mysql_query("SELECT * FROM users WHERE username LIKE '".$nome."'");
$check1 = mysql_fetch_assoc($check);
if($myrow['rank'] == '7'){

$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$check1['id']."' LIMIT 1") or die(mysql_error());


}else{
echo 'Non sei un amministratore';
}
}else{
$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$my_id."' LIMIT 1") or die(mysql_error());
}

$mynickname = mysql_fetch_array(mysql_query("SELECT username FROM users WHERE id = '" . $my_id . "'"));
?>
<!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 $shortname ?> ~ Client</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://inteenhotel.zapto.org:8080/web-gallery";
var habboImagerUrl = "http://www.habbo.it/habbo-imaging/";
var habboDefaultClientPopupUrl = "TUO IP/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" : "inteenhotel.zapto.org",
"connection.info.port" : "30000",
"site.url" : "inteenhotel.zapto.org:8080",
"url.prefix" : "inteenhotel.zapto.org:8080",
"client.reload.url" : "http://inteenhotel.zapto.org:8080/404.php",
"client.fatal.error.url" : "http://inteenhotel.zapto.org:8080/404.php",
"client.connection.failed.url" : "http://inteenhotel.zapto.org:8080/404.php",
"external.variables.txt" : "http://inteenhotel.zapto.org:8080/r63/gamedata/external_variables.php?username=<?php echo $mynickname[0]; ?>",
"external.texts.txt" : "http://inteenhotel.zapto.org:8080/r63/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://inteenhotel.zapto.org:8080/r63/gamedata/productdata.txt",
"furnidata.load.url" : "http://inteenhotel.zapto.org:8080/r63/gamedata/furnidata.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
<?php
if($forward)
{
echo '"forward.type" : "'.$forward_type.'",';
echo '"forward.id" : "'.$roomid.'",';

}

if(isset($_GET['friendId']))
{
echo '"friend.id" : "'.mysql_real_escape_string($_GET['friendId']).'",';
}
?>
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Attendi perfavore! Haddo sta caricando.",
"flash.client.url" : "http://inteenhotel.zapto.org:8080/r63/dcr/hof_furni/",
"user.hash" : "",
"has.identity" : "1",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://inteenhotel.zapto.org:8080/r63/gordon/r63/",
"allowScriptAccess" : "always",
"menu" : "false"
};

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

FlashExternalInterface.signoutUrl = "http://inteenhotel.zapto.org:8080/logout.php";

var clientUrl = "http://inteenhotel.zapto.org:8080/r63/gordon/r63/habbo_sha43.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>

<style>
body {
background: #000000;
}
</style>
<?php
if($myrow['quiz'] == '1'){
}
else{
?>
<link rel="stylesheet" type="text/css" href="./css/quiz.css" />
<script type="text/javascript" src="./js/jquery.js"></script>
<script type="text/javascript" src="./js/quiz.js"></script>

<div id="overlay" style="z-index:1001"></div>

<div id="quiz" class="quiz"><a href="javascript:void(0)" onclick="start_quiz()" class="quiz_button"></a></div>

<div id="quiz_layer">
<span>
<font style="font-family:arial;font-weight:bold;font-size:14px;">MANIFESTO SICUREZZA</font><br>
<font style="font-family:arial;font-weight:bold;font-size:22px;">Stai al sicuro in <?php echo $shortname ?></font>
</span>

<div class="quiz_box">
<a href="javascript:void(0)" onclick="close_quiz()" class="quiz_button_close"></a>
<div id="quiz_content"><?php include("ajax/ajax.quiz.php"); ?></div>
</div>
</div>

<?php
}
?>

</body>
</html>

emu
## Phoenix 3.0 System Configuration File

## Licence Information
Otaku-Studios.username=Predator
Otaku-Studios.password=Rulez

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=1234
db.name=Inteen

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

## Game TCP/IP Configuration
game.tcp.bindip=192.168.1.2
game.tcp.port=30000
game.tcp.conlimit=5000

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=192.168.1.2
mus.tcp.port=30001
mus.tcp.allowedaddr=192.168.1.2
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1

6gdauh.png
@Blocker
 
Ultima modifica:
Riferimento: Problema Con Porte modem

Allora CMS db Haddo v2 ed emu phoenix 3.8.1 4.9 beta