Topic: pun_hash problem in install.php
when punbb is installed, pun_hash function uses one of md5, shal or mhash algorithms. but once installed, we just use only md5 in check_chookie and pun_cookie functions in functions.php.
This will cause a problem, I think, for when a system has shal or mhash installed, then when we install punbb, the install script uses that algorithm, encrypt password and saves into the database. but after installation we cannot access as a admin user for punbb uses only md5.
so, I think it is better use pun_hash also when we make cookie or change the punbb installation script not using any save md5.