{PLUS} Fast food server

Bekmezci

Member
Sep 14, 2011
64
7
Hey guys ,

I have an error 'too many connections' when i try to start the game
Maybe any help ?

h3tZ6F

ULR :

Thanks anyway
 

Bekmezci

Member
Sep 14, 2011
64
7
Code:
## Fast Food Coded by Carlos D.
## Please, don't delete this notes.

## MySql Configuration
db.host=localhost
db.port=3306
db.username=root
db.password=dunneeddis
db.dbname=dunneeddiseither

## MySql Extra Info
db.pool.size=100
db.client.amount=200

## Sockets Configuration ##
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=True

#FastFood info
swfs.site=https://www.hibbohotel.nl/game/swf/games
init.port=4445

Code:
 ## PlusEmulator System Configuration File
## Must be edited for the server to work

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

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

## Game TCP/IP Configuration
game.tcp.bindip=IPWASHERE
game.tcp.port=4444
game.tcp.conlimit=1000000
game.tcp.conperip=1000
game.tcp.enablenagles=true

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

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

fast.food.enabled=1
food.url=https://www.hibbohotel.nl/games/gamecenter_basejump/
food.ip=localhost
food.port=4445
food.habboUrl=http://fuseus-private-httpd-fe-1
snow.url=http://xx/gamecenter/gamecenter_snowwar/
slotcar.url=http://xx/gamecenter/gamecenter_slotcar/
republic.url=http://xx/gamecenter/ChatRepublic_ssk/
sudoku.url=http://xx/gamecenter/gamecenter_sudoku/

SQL SETUP :
You must be registered for see images attach
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
The only logical thing I could think of is the poolsize is far too high.

Code:
## MySql Extra Info
db.pool.size=100
db.client.amount=200

That is absolutely fucking insane?! Try...

Code:
## MySql Extra Info
db.pool.size=5
db.client.amount=50
 

Bekmezci

Member
Sep 14, 2011
64
7
The only logical thing I could think of is the poolsize is far too high.

Code:
## MySql Extra Info
db.pool.size=100
db.client.amount=200

That is absolutely fucking insane?! Try...

Code:
## MySql Extra Info
db.pool.size=5
db.client.amount=50

Much love, gave me a new error (so up a step in my opinion)
You must be registered for see images attach


What i can see is data too long for ssoticket ;?
 
Changed auth_ticket to varchar 999
Before :
Code:
CALL dofastfoodlogin(@sso)
MySql.Data.MySqlClient.MySqlException (0x80004005): Data too long for column 'sso_ticket' at row 1
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
After :
Code:
CALL dofastfoodlogin(@sso)
MySql.Data.MySqlClient.MySqlException (0x80004005): Data too long for column 'sso_ticket' at row 235
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()

But what i do not understand the error says Column sso_ticket while on the plus structure it is auth_ticket, no ?
 
Bump?
 

Cen0n

New Member
Nov 1, 2015
15
0
Much love, gave me a new error (so up a step in my opinion)
You must be registered for see images attach


What i can see is data too long for ssoticket ;?
 
Changed auth_ticket to varchar 999
Before :
Code:
CALL dofastfoodlogin(@sso)
MySql.Data.MySqlClient.MySqlException (0x80004005): Data too long for column 'sso_ticket' at row 1
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
After :
Code:
CALL dofastfoodlogin(@sso)
MySql.Data.MySqlClient.MySqlException (0x80004005): Data too long for column 'sso_ticket' at row 235
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()

But what i do not understand the error says Column sso_ticket while on the plus structure it is auth_ticket, no ?
 
Bump?

You have to increase the size of this '' sso_ticket '' table, this means that the Sso Fastfood ticket does not fit into the db plus this will not allow fastfood to work because other packages are needed that no one else has now.
 

Bekmezci

Member
Sep 14, 2011
64
7
So what's the problem now, missing packets ? And as i might have mentioned before : it's closed source and on the plus structure it is auth_ticket while here it is sso_ticket
 

Cen0n

New Member
Nov 1, 2015
15
0
So what's the problem now, missing packets ? And as i might have mentioned before : it's closed source and on the plus structure it is auth_ticket while here it is sso_ticket
Yes, as I said it will not be worth anything to try to connect the emulator, I've already seen Spanish selling the fastfood code in operation, but in case that turn on this emulator will only stay on black screen I've made several attempts ..
 

Users who are viewing this thread

Top