Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Emulator Problem... [v26] [Hamachi]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="TheTuTGuy" data-source="post: 22171" data-attributes="member: 1590"><p><strong>Here might be your problem</strong></p><p></p><p>[PHP][mysql]</p><p>host=( is your host right?)</p><p>port=(is your port 3306?)</p><p>database=( is your database holodb?)</p><p>username=(is your username root)</p><p>password=(is your password your phpmyadmin log in pass?)[/PHP]</p><p> </p><p>Heres what it should say.</p><p> </p><p>[PHP][mysql]</p><p>host=localhost</p><p>port=3306</p><p>database=holodb</p><p>username=root</p><p>password=qwerty1[/PHP]</p><p> </p><p>Thats my standard password.. If you've got ubercms is this your problem?</p><p> </p><p>[PHP]</p><p><?php</p><p>/*=======================================================================</p><p>| UberCMS - Advanced Website and Content Management System for uberEmu</p><p>| #######################################################################</p><p>Roy 'Meth0d'</p><p>| http://www.meth0d.org</p><p>#######################################################################</p><p>| This program is free software: you can redistribute it and/or modify</p><p>| it under the terms of the GNU General Public License as published by</p><p>| the Free Software Foundation, either version 3 of the License, or</p><p>| (at your option) any later version.</p><p>| #######################################################################</p><p>| This program is distributed in the hope that it will be useful,</p><p>| but WITHOUT ANY WARRANTY; without even the implied warranty of</p><p>| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p><p>| GNU General Public License for more details.</p><p>\======================================================================*/</p><p>$config['Site']['www'] = "( YOUR SITE URL, NOT LOCALHOST)";</p><p>$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";</p><p>$config['MySQL']['hostname'] = "localhost";</p><p>$config['MySQL']['username'] = "root";</p><p>$config['MySQL']['password'] = "password";</p><p>$config['MySQL']['database'] = "(YOUR PASSWORD)";</p><p>$config['MUS']['enabled'] = false;</p><p>$config['MUS']['ip'] = "(YOUR IP)";</p><p>$config['MUS']['port'] = 2001;</p><p>?></p><p>[/PHP]</p><p> </p><p>Have you done all the correct settings. Have you added your hamachi IP to config.php? and your link?</p><p> </p><p>-Hope it helped, TuTGuy</p></blockquote><p></p>
[QUOTE="TheTuTGuy, post: 22171, member: 1590"] [b]Here might be your problem[/b] [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?)[/PHP] Heres what it should say. [PHP][mysql] host=localhost port=3306 database=holodb username=root password=qwerty1[/PHP] 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; ?> [/PHP] Have you done all the correct settings. Have you added your hamachi IP to config.php? and your link? -Hope it helped, TuTGuy [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Emulator Problem... [v26] [Hamachi]
Top