If user tries to login in the forum, this script will do his logout.

Свернутый текст

<script type="text/javascript">
if(UserLogin=="HIS_LOGIN_NAME")
{
location.href="/login.php?action=out&id=" +UserID;
}
<script>

Instead of green we put user's login, which will be autokicked.