Quote:
Originally Posted by blind-eddie
|
Thanks..
the first product works as I need, but I need a way to do it from the shell..
so, I'm looking for implementing
http://xxxx/vb/login.php?do=loguserout&u=999 in the shell with MySQL
Regards.
--------------- Added [DATE]1485319148[/DATE] at [TIME]1485319148[/TIME] ---------------
Quote:
Originally Posted by TheLastSuperman
To easily log out everyone simply run the query:
Code:
Truncate TABLE session;
Everyone will be logged off and if they were editing or typing a post that will be lost as well (fyi).
|
I really don't want to do that, just want one/more members annoying others and thought the best way is to find a way to log them off whenever they login for sometime (not banning them)
Thanks