Mobile_Chat_v3.0_Xhtml1.0 comments and questions...
Hi,
I have tried the new script, it is very good but I have some comments and questions.
My notes is that when the renitent user has been kicked, it is true the system kicks the user out, however, he can step back into the room if he uses the BACK button (it is my own experience). It would be advisable to built
session_destroy()
in yourbooted.php. So that the user is unable to step back from the previouses but he enters again on the front page.
I have tried blah/username and trash/username commands besides others, and I would like to discuss with you that it has to be working in this way or it is not working only for me.
If the renitent user uses blah/username command, he can flood with pre-written "blah blah bollox" sentence, he could do it more and more times and the system doesn’t protect against flood.
If the renitent user uses trash/username command, he is unable to write but the content of the room is decreasing backwards, it means it clears the content of the room. As the user is writing continuously, the system doesn’t show/write anything but the room is lost.
My question is that how I could form autologin in this case since it doesn’t work for me in the usual way.
Thank you so much for your replies and any help.
Hi,
I have tried the new script, it is very good but I have some comments and questions.
My notes is that when the renitent user has been kicked, it is true the system kicks the user out, however, he can step back into the room if he uses the BACK button (it is my own experience). It would be advisable to built
session_destroy()
in yourbooted.php. So that the user is unable to step back from the previouses but he enters again on the front page.
I have tried blah/username and trash/username commands besides others, and I would like to discuss with you that it has to be working in this way or it is not working only for me.
If the renitent user uses blah/username command, he can flood with pre-written "blah blah bollox" sentence, he could do it more and more times and the system doesn’t protect against flood.
If the renitent user uses trash/username command, he is unable to write but the content of the room is decreasing backwards, it means it clears the content of the room. As the user is writing continuously, the system doesn’t show/write anything but the room is lost.
My question is that how I could form autologin in this case since it doesn’t work for me in the usual way.
Thank you so much for your replies and any help.
Comment