CodeIgniter Forums
Using CodeIgniter to interface with vbulletin database? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Using CodeIgniter to interface with vbulletin database? (/showthread.php?tid=11652)



Using CodeIgniter to interface with vbulletin database? - El Forum - 09-18-2008

[eluser]TheActionCombo[/eluser]
I want to make a CodeIgniter app that requires people to login using their vbulletin login (and pull other data from the vbulletin db, such as the avatar). Is this possible?

I'm familiar with CodeIgniter -- just never dealt with VB.


Using CodeIgniter to interface with vbulletin database? - El Forum - 09-19-2008

[eluser]Phil Sturgeon[/eluser]
Of course it is. All the data is in MySQL, the sessions are in $_SESSION and the files are on your file system.

There might be a few general PHP classes you can make into a CI library either third-party or rip them right out of vB.

Remember to post anything you make back up here for all to enjoy!