I can't just get rid of my login system. I have implemented my whole website as a 'credit system'. Each contributors have rank and credits. PunBB will be used as a simple message board so that users can communicate with each other. I want in the background that PunBB and my website as a 2 separate entities so that later on, upgrade of either of them will not affect each other. Anyway, I was wondering if there is already a simple function in PunBB to add a new user or log user in. I skimed through Register.php and saw that adding a new user is hardcoded in SQL.
Oh well, I guess I have to go through PunBB's code to get what I want.