The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Openfire Integration - Instant Messaging Server for your vBulletin Users Details »» | ||||||||||||||||||||||||||||
Openfire Integration - Instant Messaging Server for your vBulletin Users
Developer Last Online: Oct 2021
A very easy and simple add-on.
This add-on registrate vBulletin registrations automatically to the Openfire Server. So you can own a Instant Messaging Server (based on Jabber) for your vBulletin Users. The solution here is realized with the User Service Plugin for Openfire . But there are many other Integrate solutions with Openfire. Openfire supports the LDAP authentication, too. The only problem of this integration solution: Existing vBulletin users must manually registering to the Openfire server, but a import script is included Requirements: vBulletin 3.7 (3.6 and 3.5 are not tested) Openfire User Service plugin for Openfire Recommend Products: Enhanced Jabber-Integration Examples and Screenshots: https://vborg.vbsupport.ru/showpost....36&postcount=4 Version History: Quote:
Use the import script with your own risk If you get timouts of the import process, make sure safe_mode is temporary disabled and set max_execution_time temporary to 50000. After import, reset the php settings. If you need my help for the import process, donate 30 EUR / $45 and send me a email with your FTP and MySQL Account-Details. Create a vBulletin Adminaccount for me. I will make then the import process. Show Your Support
|
Comments |
#12
|
|||
|
|||
Yes, the LDAP Authentication is better. Here a LDAP Modification for vBulletin: https://vborg.vbsupport.ru/showthread.php?t=145188
But I don't know much about LDAP, so I can't help you with this. |
#13
|
||||
|
||||
Yes, I know the LDAP mod, but I would only be able to implement it for Jabber integration, if I would have a step by step manual that I could follow. I am not knowledgeable about LDAP at all.
|
#14
|
|||
|
|||
IMPORTANT: It is recommended to make a backup of Openfire database and vBulletin database. This Import script has tested only with a low number of users. If anybody will improve the import script, you can make this . If you want to test in "local" area, please comment out the line with "vbmail".
Use the script with your own risk After import, the users get a email with the Jabber Account Details. Place the file in your vBulletin Root Directory. |
#15
|
|||
|
|||
Interesting mod, I wish someone would come up with a "total solution" for VB Instant messaging between members already.
|
#16
|
|||
|
|||
New Version 1.0.3 is out. fopen is no longer required .
|
#17
|
|||
|
|||
has anyone tested the converter script on a larger group of members already and how did it work out?
|
#18
|
|||
|
|||
The import scripts read all vb users, send the username and email to the Openfire Server, generate a new password for Openfire users and the user get a email with the Openfire Account Details.
Before you run the import script, make sure you have first the openfire integration product installed and configured the openfire integration settings. |
#19
|
|||
|
|||
Question... How can I fix it so that
[s]A) it only sends emails out to those who said yes to admin emails.[/s] I believe I fixed this by adding where query to the options field [s]B) Stores their temp password in plaintext in the database and [/s] I have successfully figured this out. C) fixes the spaces, characters issue by adding periods instead? It turns out it needs to replace all the "%" in the htmlspecialcharacters into "/" Or can you figure out a way that spaces are changed into periods? |
#20
|
||||
|
||||
BTW one thing to note, this will expose your members email addresses to all who connect to your jabber server by default in its current form. Certain clients can pull this information.
|
#21
|
|||
|
|||
Quote:
Code:
$variable = ereg_replace("%", "/", $variable); |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|