PDA

View Full Version : Q - authentication and chat



ToastControl
Wed 2nd Feb '05, 1:48am
1) Does the vB product have a chat system?

2) What is the vB authentication system, and can it be integrated with other products? (Let's say I want to install a chat package on my server, but I want to give access only to my vB users - is something like that possible).

Thanks.

ManagerJosh
Wed 2nd Feb '05, 1:53am
vBulletin unfortunately does not have a chat product. You could use third party applications and integrate it directly into vBulletin.

I bought a license for Realchat and integrated it with my copy of vBulletin

ToastControl
Wed 2nd Feb '05, 1:55am
vBulletin unfortunately does not have a chat product. You could use third party applications and integrate it directly into vBulletin.

I bought a license for Realchat and integrated it with my copy of vBulletin

So that's "yes" to the integration question? Only your vBulletin users can use your Realchat, and they log in with their vBulletin userid and password?

ManagerJosh
Wed 2nd Feb '05, 1:56am
So that's "yes" to the integration question? Only your vBulletin users can use your Realchat, and they log in with their vBulletin userid and password?
Yes :) It's a matter of including the right scripts :) You can just pop on over to vBulletin.org and ask about any of your integration needs as it requires custom codehacking

ToastControl
Wed 2nd Feb '05, 1:58am
Thank you for your answers on this thread and my other thread.

ManagerJosh
Wed 2nd Feb '05, 2:00am
No problem. Best of luck on your purchase :)

ToastControl
Wed 2nd Feb '05, 3:57am
Sorry, I have one part of this that didn't get address.

What's the authentication mechanism for vBulletin? Is it some open source standard, or proprietary?

Thanks

Brad.loo
Wed 2nd Feb '05, 4:11am
It is custom coded for vBulletin in php. Its is visible source, meaning that once you purchase a license you are free to view/modify your own copy of the source code. Unlike open source you can not re-release the modified code in your own scripts.

This is why you don't see pre-hacked versions of vBulletin on vBulletin.org (the official hacking site).