Topic: PunBB Login Cookie
Hey, i am currenly working on the system for my new website. However i do not feel the need to script my own Forum System and i will be needing a forum system either way.
I have used PunBB before and i like it very much.
I found the integration page which helped me very much, the login works perfectly fine.
I want my registered forum members to be able to view member only pages.
The website i am creating looks like this:
site.com/ - main website running custom script
site.com/forum/ - running punbb. Logging in also sets the cookie for the main domain so i should be able to use it.
I use firefox's web developer toolbar to check whether the cookies are saved and where.
I found that punbb makes 1 cookie but i cannot seem to find out how i can authenticate people with it.
I have a good set of knowledge of php so do not worry to speak what's on your mind.
The cookie contains some kind of hash which might include the username/password/email/id, but i don't really know how how to use it.
So can a developer or punbb user maybe point me in the right direction as to how i can authenticate a user with this cookie?