How to "Connect" a CMS with an EMU (in general)

NERO47

New Member
Jun 9, 2019
1
0
Hello Devbest,

How does a Habbo CMS "pass" the logged "session" users information (username, coins....) to the emulator, so the user can access/log in the client and play?
Could somebody explain that with an example (if possible)?

Regards,
Nero47
 

Berk

berkibap#4233
Developer
Oct 17, 2015
863
190
It's done through swf and sso ticket,
php generates sso ticket and updates in database.
javascript passes sso ticket parameter to swf .
swf passes sso ticket to emulator along with packets.
emulator checks that sso ticket in database, gets every data from database related to that user and uses them accordingly.
 

Moonstar

Member
Oct 29, 2013
88
20
Personally, if you already have a working cms, just copy the client.php into the skin you wanna use, and change the link in client.php app/tpl/skins/to the skin of the old cms if it says {skin} then that should do it, obviously this isnt something you probably wanna do but its a suggestion only really done that in rev dont know about other content managment systems,
 

Users who are viewing this thread

Top