Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Habbolatino [BLACK] [404]

Junior Spellweaver
Joined
Oct 6, 2011
Messages
185
Reaction score
15
Hello RaGEZONE.

I'm using Habbolatino, my own swf pack, and novacms.
But I keep getting 404 witch. The Habbo.swf loads, then one minute black, then 404 witch.

Please help
 
Joined
May 7, 2007
Messages
500
Reaction score
103
I would guess its redirecting you to /reload.php or /disconnected or somethig similar, the page doesnt exist so you get a 404.

The reason you are getting disconnected depends on a lot of things. But a few things to look at:
Do you get an exceptions saved?
Are you vars setup properly?
Have you tried some different SWFs?

Will
 
Upvote 0
Junior Spellweaver
Joined
Oct 6, 2011
Messages
185
Reaction score
15
Configuration of the CMS:

<?php

/*
* @name novaCMS Configuration
* @author Leon Hartley
*/

Config::Write("database.host", 'localhost');
Config::Write("database.username", 'root');
Config::Write("database.password", '********');
Config::Write("database.dbname", 'novaemulator_1');

Config::Write("site.template", 'nova');
Config::Write("site.name", 'Habbo');
Config::Write("site.url", 'http://*********');
Config::Write("site.slogan", 'A premium Habbo alternative!');

Config::Write("security.random-string", '');

Config::Write("system.recaptcha", false);
Config::Write("system.emulator", 'Butterfly');

Config::Write("social.facebook", '');

Config::Write("mus.ip", '127.0.0.1');
Config::Write("mus.port", 40001);

Config::Write("game.ip", '127.0.0.1');
Config::Write("game.port", 40000);
Config::Write("game.text", "http://hlat.us/swf/swfs/external_flash_texts_new.txt");
Config::Write("game.vars", "http://hlat.us/swf/swfs/external_variables.txt");
Config::Write("game.furnidata", "http://hlat.us/swf/swfs/furnidata.txt");
Config::Write("game.productdata", "http://hlat.us/swf/swfs/productdata.txt");
Config::Write("game.swf", "http://hlat.us/swf/swfs/Habbo-1.swf");
Config::Write("game.base", "http://hlat.us/swf/swfs/");

Emu settings:

## 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=novaemulator_1

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

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=40000
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=40001
mus.tcp.allowedaddr=localhost;127.0.0.1

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

#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=rofl123

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.
#Esta opcion separa del MainGameLoop cada tarea a ejecutar en un proceso distinto.
SeparatedTasksInMainLoops.enabled=true


#Threading GameClientManager Loops.
#Esta opcion separa del GameClientManager.OnCycle las tareas de forma lógica para aumentar rendimiento.
SeparatedTasksInGameClientManager.enabled=false

#Baneo por spam
#Esta opción banea a los usuarios tras sucesivos intentos de flood.
spambans.enabled=false
spambans.limit=20
 
Upvote 0
Experienced Elementalist
Joined
Nov 14, 2012
Messages
221
Reaction score
94
## 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=novaemulator_1

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

## Game TCP/IP Configuration
game.tcp.bindip=0.0.0.0
game.tcp.port=30000
game.tcp.conlimit=500

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

## Client configuration
client.ping.enabled=1
client.ping.interval=30000
Try this
 
Upvote 0
Junior Spellweaver
Joined
Oct 6, 2011
Messages
185
Reaction score
15
TimGlipper - Habbolatino [BLACK] [404] - RaGEZONE Forums

You got any msn please? :(
 
Upvote 0
Back
Top