Log in

View Full Version : Making things intereact with vB backend


Kaitlyn2004
07-30-2006, 11:56 PM
Okay, so I have forums.mydomain.com and I have also set up blogs.mydomain.com, which contains a completely custom blog system.

For now, what I do is grab the sessionhash in the $_COOKIE, get the userid from vb_session matching that session hash...

Couple questions:

Is it possible for vB to automatically put the user id in the cookie as well?

Do I/should I be running anything to update the login information?

RS_Jelle
07-31-2006, 12:51 AM
Have a look at "[How-To] vBulletin API Basics: Creating Custom Pages & Misc. (https://vborg.vbsupport.ru/showthread.php?t=98009)" ;)
That's the basic guide for everyone who's new to vBulletin coding with all the basic integration info.

For more vBulletin coding information: the "vBulletin 3.5 Tutorial Index (https://vborg.vbsupport.ru/showthread.php?t=99570)" :)