Habbo Retro wont show (Just White screen)

jtagedjay

Member
Sep 5, 2016
35
12
Okay so i have setup IIS Fully and installed everything.
I have also double checked all files and tried new .Htaccess and new web.config and also tried converting .htaccess into web.config and doesn't work.

Can anyone tell me what the problem might be?

Thanks
 

Jake_M

New Member
Sep 4, 2016
15
0
I have the exact same problem. It's for my whole CMS. I get the favicon then no-go.
Edit:
I should mention that all of my SWFS, and other configuration is all pointed to localhost. I need to mess around with it privately first before buying a VPS or considering Hamachi. So localhost and 127.0.0.1 return the blank pages.

HOWEVER, when I do 127.0.0.1:30000 with the Emulator booted I get
Code:
error on line 5 at column 23: Extra content at the end of the document
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
You've edited the RevCMS core engine or something along those lines - since you uploaded your CMS did you change anything or had it never worked?

I recommend downloading the official RevCMS from DevBest and then adding a theme and working from there.
 

Jake_M

New Member
Sep 4, 2016
15
0
Show me your config.ini code? @Jake_M
Code:
C1WLj4Fc
Had to post it to Pastebin. Use that with a pastebin/ link.
You've edited the RevCMS core engine or something along those lines - since you uploaded your CMS did you change anything or had it never worked?

I recommend downloading the official RevCMS from DevBest and then adding a theme and working from there.
I've followed 7 different tutorials. If you've got one that is confirmed working to date, I'm more than willing to check it out.
 

Jake_M

New Member
Sep 4, 2016
15
0
Your emu config not cms config.
Code:
## Phoenix 3.0 System Configuration File

## Licence Information
Otaku-Studios.username=FudgeZ
Otaku-Studios.password=nope

## Licence Server Information
LicenceServer.URL=localhost/phx/

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=
db.name=retro

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

## Game TCP/IP Configuration
game.tcp.bindip=localhost
game.tcp.port=30000
game.tcp.conlimit=5000

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

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

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
 

Jake_M

New Member
Sep 4, 2016
15
0
why don't you have a mysql password? i'm pretty sure you need one to connect to the emu and for the hotel to function?
My local account doesn't have a password, hence why I didn't fill it in. Surprisingly enough, it did connect.

Edit:
If anyone could give me a link to a known, working tutorial to date, I'll follow that and see if I come out any different.
 

jtagedjay

Member
Sep 5, 2016
35
12
FIXED: Installed PHP 5.6 on Server Manager works fine thanks
 
I have the exact same problem. It's for my whole CMS. I get the favicon then no-go.
Edit:
I should mention that all of my SWFS, and other configuration is all pointed to localhost. I need to mess around with it privately first before buying a VPS or considering Hamachi. So localhost and 127.0.0.1 return the blank pages.

HOWEVER, when I do 127.0.0.1:30000 with the Emulator booted I get
Code:
error on line 5 at column 23: Extra content at the end of the document
if ur using IIS 8 Go Download Wpilauncher and install PHP 5.6
 

Users who are viewing this thread

Top