code an password-reset :D
code an password-reset :D
I think I'm not going to release the CMS I use on the test server, as it does not have anything but the frontend and a catalogue editor. Maybe I'll code one in PHP (no real-time refresh) or Java (not commonly used)
Posted via Mobile Device
My development computer is dead, so until I fix it, I can't update the server for a while.
There's a little chance of my HD being dead too, so I can lose all my code, luckily, there's a semi old backup somewhere.
@Kaan2106
There's a problem if we make a PHP CMS: The server uses Java RMI for dynamic updating (e.g. clothes updating, credits, get online user number etc), and there's no RMI implementation in PHP.
Sent from my iPhone using Tapatalk
Could you not create a CMS in JSP? :P
I know that is already familiar with such phrases throughout the topic, but honestly have to say that the development is fantastic.
Good luck !
This is so fxcking nice! I have never seen so much changes on the old dcrs. And greater... it works also! :D
I hope your developing pc will come alive soon :D
Keep it up ;)
Posted via Mobile Device
Got my computer back.
Updates
Atom
Started Room Queue development.
Started the remote control protocol development, so PHP CMSes can communicate with the server. The protocol will need a private key to perform actions, to avoid the Holograph 'MUS' exploits. Also, the messages will send through binary data encrypted with a server-specific private key.
PHP wrapper will be available.
List of available messages: (if I forgot something, tell me)
LOGON MESSAGE (id: 1) - int appID, short pKeyLength, char* pKey
* ERROR MESSAGE (id: 2) - short errorID, short descLength, char* description
UPDATE LOOK MESSAGE (id: 3) - int userID
UPDATE CREDITS MESSAGE (id: 4) - int userID
DISCONNECT USER MESSAGE (id: 5) - int userID, short reason
SEND ALERT MESSAGE (id: 6) - byte type, int value, short msgLength, char* message
CLOSE HOTEL MESSAGE (id: 7) - byte type, byte backHour, byte backMinute
INFOBUS POLL MESSAGE (id: 8) - short questionLength, char* question, short aswer1Length, char* answer1, [...]
REQUEST INFOBUS POLL RESULTS MESSAGE (id: 9) - (no params required)
* INFOBUS POLL RESULTS MESSAGE (id: 10) - byte answer1, byte answer2, byte answer3, byte answer4
"*" means server-client
Last edited by lab-hotel; 11-02-12 at 05:54 PM.
Nice update ;)
Does atom suport existing cmses? (Like phpretro etc...)
Or does it need a custom cms specially coded for atom?
ps: How about atoms test hotel? Will it be online soon for beta testing?
Last edited by kbj; 12-02-12 at 06:47 PM. Reason: 2nd question