UBB.Dev
Hey guys, i'm new at all this, i have my own framework with login/registration system. If the user register on my site i want to create a new user on the ubb database and if they login, i want to login the user in ubb as well, can you guys point me to some documentation for it? or anything like it? i think i can amange to write user in ubb forum, and all i would need is info on how to "force" a cookie to login, or something. I'm sure there's a lot of stuff here but i couldn't find any, thanks!
The login routine is covered by the "do_login" function in html.inc.php. The login page itself is covered by the template file "login.tpl".

Depending on your needs you can take the code from the login/registration routine and integrate it into you rother login/registration system (so long as it properly creates db entries for the ubb you should be fine).

Your best bet is to take the coding from the login function and make your other system create the ubb login cookie. You'll also probably want to modify your create user script to populate the ubb's db accordingly, along with removing links to the ubb's login/registration system and just using your own.
Thanks man, i actually take the ubb<>drupal integration plugin and stole some functions from there, and it's working like a charm. I had the www.domain.com vs doman.com cookie issue that it was addressed here, so i'll read a little bit to fix it.

Now i need to update the profile on my system when the user update his profile on ubb, looking into that. Thanks!
Not a problem; let us know how it goes!

BTW, the profile routines would be
scripts/editbasic.inc.php
templates/default/editbasic.tpl
© UBB.Developers