Thats odd. Do you use MySQLi or MySQL ?I am sure i am not getting ddosed tho
## 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
## 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/
## MySql Extra Info
db.pool.size=100
db.client.amount=200
## MySql Extra Info
db.pool.size=5
db.client.amount=50
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
CALL dofastfoodlogin(@sso)
MySql.Data.MySqlClient.MySqlException (0x80004005): Data too long for column 'sso_ticket' at row 1
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
CALL dofastfoodlogin(@sso)
MySql.Data.MySqlClient.MySqlException (0x80004005): Data too long for column 'sso_ticket' at row 235
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
Nothing, nvm.What do you exactly need from my sql?
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 :
After :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()
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?
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 ..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