Habbolatino [BLACK] [404]

Results 1 to 14 of 14
  1. #1
    Habbo section forever TimGlipper is offline
    MemberRank
    Oct 2011 Join Date
    On RaGEZONE.comLocation
    243Posts

    Habbolatino [BLACK] [404]

    Hello RaGEZONE.

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

    Please help


  2. #2
    Habbo section forever TimGlipper is offline
    MemberRank
    Oct 2011 Join Date
    On RaGEZONE.comLocation
    243Posts

    Re: Habbolatino [BLACK] [404]

    Please?

  3. #3
    *lurks* WJJ is offline
    MemberRank
    May 2007 Join Date
    United KingdomLocation
    1,589Posts

    Re: Habbolatino [BLACK] [404]

    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

  4. #4
    Owner of Habbo.ac iRaged is offline
    MemberRank
    Nov 2011 Join Date
    229Posts

    Re: Habbolatino [BLACK] [404]

    You probably have AdBlock on.

  5. #5
    Habbo section forever TimGlipper is offline
    MemberRank
    Oct 2011 Join Date
    On RaGEZONE.comLocation
    243Posts

    Re: Habbolatino [BLACK] [404]

    Don't work :( I'm using the swfs from hlat.us..

  6. #6
    Guinness Book of Records Goodbook is offline
    MemberRank
    Nov 2012 Join Date
    The NetherlandsLocation
    229Posts

    Re: Habbolatino [BLACK] [404]

    Black client?
    Check your management config

  7. #7
    Habbo section forever TimGlipper is offline
    MemberRank
    Oct 2011 Join Date
    On RaGEZONE.comLocation
    243Posts

    Re: Habbolatino [BLACK] [404]

    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

  8. #8
    Guinness Book of Records Goodbook is offline
    MemberRank
    Nov 2012 Join Date
    The NetherlandsLocation
    229Posts

    Re: Habbolatino [BLACK] [404]

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

  9. #9
    Habbo section forever TimGlipper is offline
    MemberRank
    Oct 2011 Join Date
    On RaGEZONE.comLocation
    243Posts

    Re: Habbolatino [BLACK] [404]


    You got any msn please? :(

  10. #10
    Habbo section forever TimGlipper is offline
    MemberRank
    Oct 2011 Join Date
    On RaGEZONE.comLocation
    243Posts

    Re: Habbolatino [BLACK] [404]

    Please?

  11. #11
    I don't even know azaidi is offline
    MemberRank
    Apr 2010 Join Date
    the NetherlandsLocation
    2,065Posts

    Re: Habbolatino [BLACK] [404]

    Quote Originally Posted by Goodbook View Post
    Try this
    That's Phoenix's config -_-"

    There is nothing wrong with your Emulator, it are your SWFS.

  12. #12
    Habbo section forever TimGlipper is offline
    MemberRank
    Oct 2011 Join Date
    On RaGEZONE.comLocation
    243Posts

    Re: Habbolatino [BLACK] [404]

    But I use from hlat.us?

  13. #13
    Habbo section forever TimGlipper is offline
    MemberRank
    Oct 2011 Join Date
    On RaGEZONE.comLocation
    243Posts

    Re: Habbolatino [BLACK] [404]

    Bump..

  14. #14
    Apprentice plaiterentireey is offline
    MemberRank
    Dec 2012 Join Date
    10Posts

    Re: Habbolatino [BLACK] [404]

    The Swf files doesn't work. Try to find another one



Advertisement