Version: 1.0.0 Beta, by Sebijk
Developer Last Online: Oct 2021
Category: Integration with vBulletin -
Version: 3.7.3
Rating:
Released: 09-20-2008
Last Update: 09-22-2008
Installs: 21
Uses Plugins
Is in Beta Stage
No support by the author.
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
1.0.0 Beta 3
* fopen is no longer required
* Import script included
* A install instruction included
1.0.0 Beta 2
* Fix a important Bug with Password registration
1.0.0 Beta 1
* First Version
IMPORTANT FOR IMPORT EXISTING USERS TO OPENFIRE, IF YOUR USING THE IMPORT SCRIPT: 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 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
This modification may not be copied, reproduced or published elsewhere without author's permission.
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.
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.
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.
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?
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.
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?