|
Vbulletin Application Connector
that this hack do?
with this hack you can connect other applications with vbulletin
this hack provide a simple api to create own module, to connect different application with vbulletin, and create common login with it
this addon is the same like com_connector for joomla
example:
you have an CMS or own created application and you want to have common login with vbulletin
so you must creat a class ( = module ) which knows some methods like login/logout
this methods will be called by the connector if the user login into VB
if you want the connector will try to add the user to your application or vbulletin, if the user dont exists
the connect to your application can be created by soap/xmlrpc calls, database connnects, ldap or something else, its your choose
for a little demo i have included a joomla module, which connects to joomla using SOAP calls to get common login with vbulletin ( needs JMSOAP addon for joomla )
demo is on my side: www.c4u.to
if you log in into joomla, you will be automaticaly logged in vbulletin, by com_connector hack for joomla ( which is using VB_SOAP on vbulletin side )
if you login into vbulletin, you will be automaticaly logged in into joomla, by this hack ( using JMSOAP addon on joomla side )
in the next version i will include functions to update/delete users
installation
1. unzip the package, move all files von vb_connector folder to your forumroot
2. install product xml file
the you have new menu in admincp to create connectors
it is posible to use one module more then once
howto create own modules: http://forum.joomla.org/index.php/t....html#msg131894
you can use this tutorial for joomla, difference with joomla is, that you will get all parameters as array, not as object, look at the joomla.class.php file in the package
|