Emulator Problem... [v26] [Hamachi]

Ashleh

Member
Jan 29, 2011
47
0
This problem has come up quite a few times, everytime I've created a v26 Habbo Hotel, and I don't know what is the problem...

Here's what I've done so far;

- I've gone into the PHPMyAdmin and changed the IP address of the hotel
- I've gone into System_Config and change the server_game_port to 21
- I've changed the server_mus_port to 20
- I went into BIN > DEBUG > BIN > MYSQL. And changed the Password, Port and DB Name
- I changed the hotel_port and hotel_mus ports

Anything I've missed? TELL ME!
(I may need some working DCRs, I have the wrong type...)

And yet I still get this:

HELP.jpg
 

vLife

New Member
Dec 18, 2010
21
0
Yes you do very much need it. What it does is help your application connect to your MySQL database.
Download:
 

vLife

New Member
Dec 18, 2010
21
0
Once it gives you a confirmation saying that it was successfully installed then your good to go.
Just try starting up your emulator and see what happens.
 

TheTuTGuy

New Member
Nov 14, 2010
9
0
Here might be your problem

PHP:
[mysql]
host=( is your host right?)
port=(is your port 3306?)
database=( is your database holodb?)
username=(is your username root)
password=(is your password your phpmyadmin log in pass?)

Heres what it should say.

PHP:
[mysql]
host=localhost
port=3306
database=holodb
username=root
password=qwerty1

Thats my standard password.. If you've got ubercms is this your problem?

PHP:
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
Roy 'Meth0d'
| http://www.meth0d.org
#######################################################################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\======================================================================*/
$config['Site']['www'] = "( YOUR SITE URL, NOT LOCALHOST)";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "password";
$config['MySQL']['database'] = "(YOUR PASSWORD)";
$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "(YOUR IP)";
$config['MUS']['port'] = 2001;
?>

Have you done all the correct settings. Have you added your hamachi IP to config.php? and your link?

-Hope it helped, TuTGuy
 

Users who are viewing this thread

Top