Plus Emulator

Status
Not open for further replies.

Happy404

New Member
Oct 31, 2015
24
1
Hi I get this error when I try to open Plus Emulator :
I'm using BrainCMS.
 

Happy404

New Member
Oct 31, 2015
24
1
Config:

PHP:
## uberEmulator System Configuration File
## Must be edited for the server to work

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

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

## Game TCP/IP Configuration
game.tcp.bindip=****game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=200
game.tcp.enablenagles=true

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

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
 

Velaski

winner
Aug 4, 2015
562
165
I couldnt find anything wrong with the above config, but try put:
PHP:
## Game TCP/IP Configuration
game.tcp.bindip=****game.tcp.port=30000
On individual lines
 

Kak

Posting Freak
Apr 21, 2017
951
165
Code:
## uberEmulator System Configuration File
## Must be edited for the server to work

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

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

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=10000
game.tcp.conperip=500
game.tcp.enablenagles=true

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

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
 

Happy404

New Member
Oct 31, 2015
24
1
Ok it works now, but i get white page in the client.php. I've checked the swf and they look good
 
Update: I get 76% and then it crashes. Can you link me a swf pack for braincms for plus?
 

Kak

Posting Freak
Apr 21, 2017
951
165
Ok it works now, but i get white page in the client.php. I've checked the swf and they look good
 
Update: I get 76% and then it crashes. Can you link me a swf pack for braincms for plus?
youre using brain cms? plus emu will work with it. im assuming youre using plusemu but what version is it? the latest one?
 
Status
Not open for further replies.

Users who are viewing this thread

Top