Author |
Topic |
Maxime
Average Member
France
521 Posts |
Posted - 16 June 2014 : 13:29:11
|
Thank you very much Carefree,
I just installed the flash chat chat works great. Congratulations to you for the good work done. |
Cordially, Maxime
Taxation consists in so plucking the goose to get the most out of feathers with the least possible cries.(Jean-Baptiste Colbert)
|
|
Maxime
Average Member
France
521 Posts |
Posted - 16 June 2014 : 15:25:34
|
How to submit a member who has been banned from the chat. It was not until the timeout of 120% or execute something else, I have not found. |
Cordially, Maxime
Taxation consists in so plucking the goose to get the most out of feathers with the least possible cries.(Jean-Baptiste Colbert)
|
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 16 June 2014 : 17:16:38
|
Yes, line 4 of "chat.ini" sets it to 120 seconds (2 minutes). Look for <%Response.Expires = 120%> and change the 120 to the number of seconds you wish. |
|
|
Maxime
Average Member
France
521 Posts |
Posted - 16 June 2014 : 22:56:33
|
Hello,
It is possible to fill in the name field with the unique id of the member please. By putting the code in the right place thank you
chat_ini.asp
|
Cordially, Maxime
Taxation consists in so plucking the goose to get the most out of feathers with the least possible cries.(Jean-Baptiste Colbert)
|
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 17 June 2014 : 09:32:21
|
You cannot do it from the .ini file, you would have to first set a session variable in "inc_header.asp". I have not tested this, but something like this should work.
|
Edited by - Carefree on 17 June 2014 09:34:08 |
|
|
Maxime
Average Member
France
521 Posts |
Posted - 17 June 2014 : 09:58:50
|
Sorry it does not work, the cat is on the FlashChat folder not in the same forum that it can be harmful? |
Cordially, Maxime
Taxation consists in so plucking the goose to get the most out of feathers with the least possible cries.(Jean-Baptiste Colbert)
|
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 17 June 2014 : 11:07:58
|
Sorry, but the prompt is in the swf file. I'll decompile it and see if I cannot edit it to accept the variable. |
|
|
Maxime
Average Member
France
521 Posts |
Posted - 17 June 2014 : 12:02:44
|
Thank you very much Carefree,
Do not make extra work for if possible. I would do with what there is. |
Cordially, Maxime
Taxation consists in so plucking the goose to get the most out of feathers with the least possible cries.(Jean-Baptiste Colbert)
|
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 18 June 2014 : 02:55:19
|
OK - I redid some of it. It now forces users to sign in to the forum and uses their forum accounts. |
|
|
Zenfor
Junior Member
372 Posts |
Posted - 18 June 2014 : 07:38:26
|
I kicked someone out by accident now they can't get in, how do I fix that, thanks. Also, seems if you log in and leave the page then try to login again, it says you are already logged in. Thanks. |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 18 June 2014 : 08:24:29
|
If you don't log out, the session variable keeps you online for the specified number of minutes. Look at the readme file, it will show you where to change the default. |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 18 June 2014 : 08:25:31
|
quote: Originally posted by Zenfor
I kicked someone out by accident now they can't get in, how do I fix that, thanks. Also, seems if you log in and leave the page then try to login again, it says you are already logged in. Thanks.
Kicking a user won't prevent their returning, banning will. It's done with cookies, so the user will have to delete the forum cookies to return. |
|
|
Zenfor
Junior Member
372 Posts |
Posted - 18 June 2014 : 08:51:21
|
quote: Originally posted by Carefree
If you don't log out, the session variable keeps you online for the specified number of minutes. Look at the readme file, it will show you where to change the default.
So if you log out of the forum then log back in, you should be able to get back in chat? |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 18 June 2014 : 09:52:03
|
You have to log out of chat when leaving chat (or wait for the session time-out); otherwise, the admin/moderators can "kick" the user who exits by closing the window.
Look in "chat.ini", the 4th line. The inactivity session defaults to 2 HOURS (120 minutes). I usually set it to 5 MINUTES.
<%Response.Expires = 5%> |
|
|
Maxime
Average Member
France
521 Posts |
Posted - 18 June 2014 : 11:08:51
|
Hello Carefree,
Here is the answer I when I installed your new version of FlashChat. You must be logged in to the forum to use the chat
What should I do exactly that, I'm no in asp. I gave the old version so that my members can chat
|
Cordially, Maxime
Taxation consists in so plucking the goose to get the most out of feathers with the least possible cries.(Jean-Baptiste Colbert)
|
|
|
Zenfor
Junior Member
372 Posts |
Posted - 18 June 2014 : 13:17:46
|
quote: Originally posted by Carefree
You have to log out of chat when leaving chat (or wait for the session time-out); otherwise, the admin/moderators can "kick" the user who exits by closing the window.
Look in "chat.ini", the 4th line. The inactivity session defaults to 2 HOURS (120 minutes). I usually set it to 5 MINUTES.
<%Response.Expires = 5%>
I'm locked out of the chat room!!
I keep getting: That username is already in use.
I exited an hour ago, deleted my cookies, changed chat.ini to 1 minute, waited 20 minutes, logged out of the forum, logged back in and I still can't get into my own chat room.
I put the global asa in my forum folder.
Appreciate any help thanks!
|
Edited by - Zenfor on 18 June 2014 13:21:08 |
|
|
Topic |
|