1 (edited by InuKalriko 2005-07-23 22:27)

Topic: Need Help Integrating RPG system with Forums

Alright, well for the most part I've integrated everything but the login and registration. If I post the Login and Registration code could someone help me with integrating them together?

http://www.bookcase.com/~youkai/testrpg/ - Site
http://www.bookcase.com/~youkai/testrpg/forum/ - Forum

Where in the Register.php and login.php files would I add my code for registration and login respectively?

Re: Need Help Integrating RPG system with Forums

Also, wanna make note that my rpg system uses sessions.

Re: Need Help Integrating RPG system with Forums

well it depends what you want to do, you have 3 options really, make your site use punbbs login/registration, make punbb use your sites, or kind of merge them so both work at once,

if you want to merge them then you will need to add the login stuff from your script to punbbs and vice versa (or just use punbbs login page) and the same with the registration, the code is pretty simple, have you had a look at the files?

Re: Need Help Integrating RPG system with Forums

Yeah, I finished that much, I just need help making it so going to things in the rpg section keeps you actively logged in. Also, when they change the password and/or username I wanna make it so it changes in both sections. Another thing, how could I merge my rpg's admin and user cps to the forum's respectively?