The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
cChatBox - AJAX-based ChatBox for vBulletin 3.6.8 & 3.7.x
by ChriStrato - vbulletin-italia.it Features:
This product is compatible with vbulletin 3.6.8 and 3.7.x. I have tested only with this version of vbulletin. I've write also a little tool for convert the statistics of VBSHOUT for the cChatBox! You can find in the directory: "not upload/tool_cchatbox.php". Use of this tool: Upload file "tool_cchatbox.php" in the root directory of forum and start the script only if you have installed the product cChatBox. ATTENTION: If you update from the version 1.0 or 1.0.1 you must delete all messages with the command /deleteall, because in the new version the "userid" of BOT is different. History: v1.0 - (02/05/08) First Public Release v1.0.1 - (02/05/08) Fix: Underline / Italic button Fix: Add TABLE_PREFIX on a table of query for Users List v1.1 - (02/12/08) Fix: Output Date/Time for message visble only by who have write the message Fix: Action: mute / lunarize / kennylize / topic Fix: Message counter for statistics. Add: Select if unregistred user can use or only show the chat. Add: Usergroup/User that can use the "Action", although affected by them, they can use them. Add: Send Private Message from the menu of Users List Add: Show Button URL and IMG if select into admincp Add: Select various tag for the username Add: Can enable and insert a "Announce" and show it below chatbox. v1.2 - (02/13/08) Fix: Problems with a query of users list Fix: Value of "Messages Time Limit (in hour) for Users List" options. Now can select 1 and the users list work. Add: Can select if use the class "smallfont" for the chatbox. Add: Can set the number / row of smilies into popup from the admincp. Add: Preview of smilie when mouse is over the smilie. v1.3 - (02/18/08) Add: Expire time for this actions: mute, lunarize, kennylize. Add: Checkbox for select the usergroup into admincp. Add: Check if user is invisible and not show into users list. Are visible only by usergroup can see hidden users. Add: Can select the position (up or down) of editor toolbar. Add: Set the refresh time of ChatBox and Users List Add: ONLY FOR 3.7.x VERSION: Can add friend from Users List menu. Add: ONLY FOR 3.7.x VERSION: Show "+" after username into Users List if the user is a friend. v1.3.1 - (02/18/08) Add: 5 and 15 minutes for expire time of actions Fix: Now can see the Toolbar for FORUMDISPLAY and SHOWTHREAD templates v1.4 - (03/12/08) Fix: Problem with users list when use the action "/say". Fix: Query for show users list. Mod: Modified the principal template "cchatbox". Add: Hook system. Add: Javascript engine. v1.4.1 - (08/16/08) Fix: Query for show users list for the "All Online User" option. Fix: Select of colour. Fix: SQL Injection problem. v1.5 - (08/28/08) Fix: Friend Request via "User List". Add: Update Session when write a message. Add: Set min posts for use the cChatBox Thanks to: Enzo and all community of vbulletin-italia.it that they have supported to me for this project. Click INSTALL if you use this product TNX Show Your Support
|
Благодарность от: | ||
caoducanh9x |
Comments |
#52
|
|||
|
|||
![]() Quote:
I have same problem. I did all of the steps. I've never had a chatbox before on my forum though. And I still have the problem. It works fine on default skin, but not on my custom skin. |
#53
|
||||
|
||||
![]()
you can give me the link of your custom skin for download and try?
tnx |
#54
|
|||
|
|||
![]()
Any idea why this error would be showing up in internet explorer?
error on page Line: 668 Char: 1 Error: 'null" is null or not an object Code: 0 Works fine in FireFox |
#55
|
|||
|
|||
![]()
uninstalled the new version. just received emails about database errors:
Database error in vBulletin 3.6.8: Invalid SQL: (SELECT DISTINCT user.username AS username,user.userid AS userid,user.pmtotal,usergroup.pmquota,user.options AS options,cchatbox.username AS cchatusername FROM cchatbox_message AS cchatbox LEFT JOIN user AS user USING (userid) LEFT JOIN session AS session USING (userid) LEFT JOIN usergroup AS usergroup USING (usergroupid) WHERE session.lastactivity > 1203569331 AND cchatbox.userid = user.userid AND usergroup.usergroupid = user.usergroupid AND cchatbox.time > 1203569931 - (1*3600) ORDER BY cchatusername ASC) UNION DISTINCT (SELECT DISTINCT user.username AS username,user.userid AS userid,user.pmtotal,usergroup.pmquota,user.options AS options,cchatbox.username AS cchatusername FROM session AS session LEFT JOIN user AS user USING (userid) LEFT JOIN cchatbox_message AS cchatbox USING (userid) LEFT JOIN usergroup AS usergroup USING (usergroupid) WHERE session.lastactivity > 1203569331 AND user.userid = session.userid AND usergroup.usergroupid = user.usergroupid ORDER BY username ASC);; MySQL Error : Unknown column 'jamesp57_forum.session.usergroupid' in 'on clause' Error Number : 1054 I'm using a modded default skin, Vb version 3.68 http://4x4sonthe.net |
#56
|
||||
|
||||
![]()
I'm getting this, and the forum colors changing to red, any ideas?
Database error in vBulletin 3.7.0 Beta 5: Invalid SQL: (SELECT DISTINCT user.username AS username,user.userid AS userid,user.pmtotal,usergroup.pmquota,user.options AS options,cchatbox.username AS cchatusername FROM hackercchatbox_message AS cchatbox LEFT JOIN hackeruser AS user USING (userid) LEFT JOIN hackersession AS session USING (userid) LEFT JOIN hackerusergroup AS usergroup USING (usergroupid) WHERE session.lastactivity > 1203577110 AND cchatbox.userid = user.userid AND usergroup.usergroupid = user.usergroupid AND cchatbox.time > 1203578910 - (1*3600) ORDER BY cchatusername ASC) UNION DISTINCT (SELECT DISTINCT user.username AS username,user.userid AS userid,user.pmtotal,usergroup.pmquota,user.options AS options,cchatbox.username AS cchatusername FROM hackersession AS session LEFT JOIN hackeruser AS user USING (userid) LEFT JOIN hackercchatbox_message AS cchatbox USING (userid) LEFT JOIN hackerusergroup AS usergroup USING (usergroupid) WHERE session.lastactivity > 1203577110 AND user.userid = session.userid AND usergroup.usergroupid = user.usergroupid ORDER BY username ASC);; MySQL Error : Unknown column 'aioforum_hacker.session.usergroupid' in 'on clause' Error Number : 1054 Date : Thursday, February 21st 2008 @ 02:28:30 AM Script : http://aioforums.com/cchatbox.php?do=userlist Referrer : http://aioforums.com/aioforums.php?styleid=19 Classname : vB_Database MySQL Version : 4.1.22-standard |
#57
|
||||
|
||||
![]() Quote:
Quote:
i not receive this error and can't try if this solution work or not... i attach the file "functions_cchatbox.php" download it and upload into directory "includes". wait for your answer... |
#58
|
||||
|
||||
![]()
<a href="https://vborg.vbsupport.ru/member.php?u=205225" target="_blank">inteller2k7</a> try to download and overwrite the functions_cchatbox.php that i have attached into my previous post.
|
#59
|
||||
|
||||
![]() Quote:
|
#60
|
|||
|
|||
![]()
The error on page shows up in the lower left corner of the Internet Explorer window. It doesn't seem to effect anything, and it shows only when the chat is turned on. I never noticed it since I use Firefox, but one of the forum members pointed it out last night.
|
#61
|
||||
|
||||
![]()
Download the new functions file, in post 56 above, and replace it. I had the same problem and that fixed it.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|