The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Is there a hack to integrate RealChat. www.realchat.com -- I am new and don't understand how to integrate the <para> tags with the V-bulletin DB or combine it with the VB login file to allow users to use their VB username. I have looked at some of the other chat hacks on the board but I am not sure if they will work. I didn't want to try these unless I know they will work correctly. Any help would be appreciated
|
#2
|
||||
|
||||
![]()
I tried using one of the chat hacks but it didn't work. I used the HTML hack. I only get a grey box, what am I doing wrong? Does anyone know how to integrate RealChat?
|
#3
|
||||
|
||||
![]()
I managed to get the realchat room into my forum but now how do I make it so that the VB DB integrates into the room. Users identity and the profile inside the room? Here is what I have so far. Any help is appreciated.
http://www.allstarchat.com/forums/ht...ile=index.html |
#4
|
||||
|
||||
![]()
The only instructions are:
RealChat can be easily integrated with any user profile ( membership ) system. There is a set of parameters which allow you to pass additional information from an user profile database to client applet. You pass these parameters by using dynamically generated HTML code. You can use any server-parsed HTML tools such as ASP, PHP, Perl, or whatever you like. Tip: The easiest way is to do this is to use any of your existing site login scripts as a template, and modify it so after a successful login the script dynamically generates the applet page. In the example below parameters have been added to pass the user's nickname, real name, age, and favorite drink. The user is also prohibited from changing his/her profile once logged in. There is detaied explanation for what each parameter does in the Configuration directives reference section. -------------------------------------------------------------------------------- <applet codebase = "." archive = "RealChat.jar" code = "rcs.client.RealChatClient.class" name = "ChatClient" width = "300" height = "100" MAYSCRIPT> <param name="nick" value="BadJohn"> <param name="pValue1" value="John Doe"> <param name="pValue2" value="35"> <param name="pLabel3" value="Favorite drink:"> <param name="pValue3" value="beer"> <param name="canChangeProfile" value="no"> </applet> I don't know how to get these tags to use the information from VB. I tried putting "$bbuserinfo[joindate], [joindate],and "post$[joindate] in the value field as an example and it was blank when I opened the page. What should I put in the value field, I don't have a clue. |
#5
|
||||
|
||||
![]()
make sure it is first of all including vbs global file
try adding require("./global.php"); near the top of the file |
#6
|
|||
|
|||
![]()
Did you ever get a solution for RealChat integration?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|