This is quite usefull when only registered users are allowed to leave a comment because they don't have to type in their password everytime they comment.
When logging in using this login box you have to login once again if you want to use the admin panel.
Installation:
- Copy loginbox.php to your main CuteNews.RU folder
- Put this at the beginning of your news page: include('path_to_cute/loginbox.php');
- Put this where you want to show the login box in your news page: include('path_to_cute/loginbox.php');

