Hello,
I have to add programatically, some datas in database table created by freichat.
So I tried to understand some of the following database rows:
In the table named "frei_session":
- Sometime my row "username" is empty. Can someone explain me the reason please ?
- What is the row "permanent_id" ? I see it's a mktime, with 2 days after "time" row but I don't understand
- The row "status". I suppose that 1 = connected, 2 = sleeping / in background, 3 = not connected. Am I right ? But what is the 0 please ?
- The row "in_room": I don't have any room but sometime the value is 1, other time the value is -1 can you explain please ?
In the table named "frei_chat":
- What is the row "time" ? I think it was mktime format but he doesn't fit (for example the mktime for 13699929150.8136 is 19/02/2404 00:52:30 so it can't be possible)
- What is the row "GMT Time", same as previously, it seems to be mktime date format, but it isn't (1369985717367 corresponds to 13/02/45383 05:09:27)
- What is the row "message_type" ?
- What is the row "room_id" ?
Thank you to all people who take the time to read and answer my questions
Hello,
I have to add programatically, some datas in database table created by freichat.
So I tried to understand some of the following database rows:
In the table named "frei_session":
- Sometime my row "username" is empty. Can someone explain me the reason please ?
- What is the row "permanent_id" ? I see it's a mktime, with 2 days after "time" row but I don't understand
- The row "status". I suppose that 1 = connected, 2 = sleeping / in background, 3 = not connected. Am I right ? But what is the 0 please ?
- The row "in_room": I don't have any room but sometime the value is 1, other time the value is -1 can you explain please ?
In the table named "frei_chat":
- What is the row "time" ? I think it was mktime format but he doesn't fit (for example the mktime for 13699929150.8136 is 19/02/2404 00:52:30 so it can't be possible)
- What is the row "GMT Time", same as previously, it seems to be mktime date format, but it isn't (1369985717367 corresponds to 13/02/45383 05:09:27)
- What is the row "message_type" ?
- What is the row "room_id" ?
Thank you to all people who take the time to read and answer my questions