Log in

View Full Version : how do I "log" user into vb programmatically?


denniss
08-05-2006, 07:19 AM
When my user logs into my custom php application, I want to also log him into vBulletin. How do I do that?

Also, when I create a user in my app, I want to create the user in vBulletin. I found instructions on how to do that here:

https://vborg.vbsupport.ru/showthread.php?t=82836

but I don't know what files I need to require/include, etc...

Help?