The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
i have successfully gotten phpmychat (v0.14.4) and vbulletin (v2.0.1) fully integrated.
first off, i have implemented the md5 hashed passwords in vb, per a hack which is available on this board. then, i made modifications to the phpmychat script to use the 'user' table of vbulletin, and added the required rows (such as rooms and reg_time) to that same table, while modifying similar rows such as 'ip' and 'website'. a little bit of code in the phpinclude template determines if a user is using 'encryptedpass' or not, and assigns the appropriate value to a variable that completes the url to automatically log a user into a chat room. i have made a very dynamic drop-down menu system, so bear that in mind as you look at the code. here are the relevant portions of my phpinclude template: PHP Code:
here is the relevant portion of my header template: Code:
<div id="chatMenu" class="menu"> <a class="menuItem" href="javascript:popUp('/chat/index.php3?Ver=H&L=english&U=$chatname&$chatpass&R0=General+Chat&T=1&D=10&N=200&EN=1')">General Chat</a> <a class="menuItem" href="javascript:popUp('/chat/index.php3?Ver=H&L=english&U=$chatname&$chatpass&R0=Poetry+Slam&T=1&D=10&N=200&EN=1')">Poetry Slam</a> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|