[HELP] Client loads to the view but dosent load [HELP]

willboy100

Member
Jul 30, 2013
45
0
my client goes to the view but then it goes back to the homepage.
my hotel is r63 on a vps
ive done the swfs
theres no errors on the emu
ive even edited the vars
but it still does not log me in? hmmm help me please? (you get admin if you help me) :(
 

Quackster

a devbest user says what
Aug 22, 2010
1,765
1,245
If you're using Chrome, open up the console by going CTRL+SHIFT+C then go to 'Console' then show us any errors.

(for example when loading DevBest)

VYsnYs4.png
 

willboy100

Member
Jul 30, 2013
45
0
Uncaught SyntaxError: Unexpected token }
Failed to load resource: the server responded with a status of 404 (Not Found)
Failed to load resource: the server responded with a status of 404 (Not Found)
Blocked a frame with origin " " from accessing a frame with origin " ". Protocols, domains, and ports must match.
Failed to load resource: the server responded with a status of 404 (Not Found)
Failed to load resource: the server responded with a status of 404 (Not Found)
Failed to load resource: the server responded with a status of 404 (Not Found)
Failed to load resource: the server responded with a status of 404 (Not Found)


it just stays like this lol
 

willboy100

Member
Jul 30, 2013
45
0
still not loading to the view

$_CONFIG['hotel']['server_ip'] = '173.248.170.69'; //IP of VPS/DEDI/etc

$_CONFIG['hotel']['url'] = ' //Does not end with a "/"

$_CONFIG['hotel']['name'] = 'Fire Hotel'; // Hotel's name

$_CONFIG['hotel']['desc'] = ''; //Hotel's description

$_CONFIG['hotel']['email'] = ''; //Where the help queries from users are emailed to.@Priv skin

$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance

$_CONFIG['hotel']['motto'] = '' . $_CONFIG['hotel']['name']; //Default motto users will register with.

$_CONFIG['hotel']['credits'] = 10000; //Default number of credits users will register with.

$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with.

$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.

$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1909/'; //Habbo's latest web_build

$_CONFIG['hotel']['external_vars'] = ' //URL to your external vars

$_CONFIG['hotel']['external_texts'] = ' //URL to your external texts

$_CONFIG['hotel']['product_data'] = ' //URL to your productdata

$_CONFIG['hotel']['furni_data'] = ' //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = ' //URL to your SWF folder(does not end with a '/')

help
 

willboy100

Member
Jul 30, 2013
45
0
## Free Phoenix 3.7.1 13800 c2.1 System Configuration File

## Licence Information put user and password that you want
username=WilliamWardenier
password=WilliamWardenier

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=lol1
db.name=fire

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

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

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

Users who are viewing this thread

Top