Thread obsoleto ALTRO - Come modificare i 127.0.0.1/localhost

lsharonl3rs

Utente Medio
Autore del topic
14 Marzo 2014
233
0
Miglior risposta
0
Assistenza Tecnica Habbo Retroserver
Titolo
Ho aperto le porte del modem,ma non so come modificare i 127.0.0.1/localhost. E in cosa modificarli.
Tipologia del tuo problema/richiesta
ALTRO
CMS/Server/DB/Client Utilizzato
F0v CMS
Qual è il tuo errore?
non so come modificare i 127.0.0.1/localhost. E in cosa modificarli.
Screenshot
-
Ulteriori informazioni
-
 
Re: ALTRO - Ho aperto le porte del modem,ma non so come modificare i 127.0.0.1/localhost.

Devi modificarli con il tuo ip.. posta la configurazione che ti dico. ;)

Ps: Usi F0v V1 o V2?
 
  • Like
Reactions: 1 person
@System10 V2
<?php
if(!defined('Start')) exit('403');

class Config {
## Nome del retro
static $name = 'Nois Hotel';

## Style in uso
static $style = 'habbo';//NON TOCCARE

## È in manutenzione? (true = Sì, false = No)
static $maintenance = false;

## Account Facebook
static $facebook = 'fovpack';

## MySQL Config
static $DB = Array(
'persistent' => true,
'hostname' => '127.0.0.1',
'loginname' => 'root',
'password' => '*****',
'database' => '*****',
);

## Configurazione Client/SWF
static $clientValues = Array(
'host' => 'http://rabbes.free-h.net',
'swf' => 'http://rabbes.free-h.net/fov/',
'habbo' => 'http://rabbes.free-h.net/fov/hbb.swf',
'vars' => 'http://rabbes.free-h.net/fov/gamedata/external_variables.txt',
'texts' => 'http://rabbes.free-h.net/fov/gamedata/external_flash_texts.txt'
);

## Connessione all'emulatore
static $emuValues = Array(
'host' => '127.0.0.1',//IP Emulatore
'port' => '30000'//PORTA Emulatore
);
## Impostazioni del register
static $reg_values = Array(
'motto' => 'Benvenuto!',
'credits' => '80000',
'activity_points' => '1000',
'home_room' => '0',
'rank' => '1',
'vip' => '0'
);
static $reg_looks = Array(
'male' => 'ch-3185-92.lg-285-91.hr-828-61.hd-190-3.sh-290-62',
'female' => 'hd-600-3.lg-720-66.sh-735-68.ch-3014-70.hr-834-61',
);

## File di errore 404 (non toccare)
static $errorfile = 'error';

## Permessi nell'housekeeping
static $hk_rank = Array(
'inizio' => 3,
'chatlog' => 4,
'news' => 4,
'ban' => 5,
'utenti' => 6
);

## Se hai questo rank o maggiore non puoi essere bannato
static $minnostaffban = 3;

## Tempo di durata dei cookie (NON TOCCARE)
static $cookie_time = 216000;

## Hash per la password (se la cambi con gli utenti registrati, non potranno più entrare)
static $hash_function = 'sha1($input . "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/")';

## Blocco degli IP
static $blocked_ips = Array(
'nessuno'
);
}
?>
 
Devi modificare questo: host' => '127.0.0.1',//IP Emulatore

In:
host' => 'ip',//IP Emulatore

Ovviamente poi devi impostare nell'emulatore l'ip.. ;)
 
  • Like
Reactions: 1 person
@System10 Nell'emulatore quali devo sostituire?
## 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://localhost/

## 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
 
@System10 e per fare uscire il sito al posto dell'ip, tipo: NoisHotel.zapto.org - NoisHotel.net ecc come devo fare?