vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Chat Modifications - [AJAX] cChatBox (https://vborg.vbsupport.ru/showthread.php?t=169725)

cajunboy2208 02-15-2008 12:27 AM

Mine just stays on loading...

Nothing ever loads

Well, it works on my default style, but not on my custom style...

hilfe-forum 02-15-2008 01:00 AM

Quote:

Originally Posted by cajunboy2208 (Post 1443362)
Mine just stays on loading...

Nothing ever loads

Same Problem...

Animecraving 02-15-2008 01:37 AM

i would definitely use this.. if it have achieve.. xD

Jenkins 02-15-2008 02:49 AM

Quote:

Originally Posted by cajunboy2208 (Post 1443362)
Mine just stays on loading...

Nothing ever loads

Well, it works on my default style, but not on my custom style...

mine too. except it doens't work on my default style either.

Namaless 02-15-2008 06:04 AM

Quote:

Originally Posted by christrato (Post 1441568)
are you sure that this function require all informations???

works with only usegroupid and username.

if you see the functions inside the file functions.php you can see that this functions require only "username" and "usergroupid".

bye

It's true, not necessary all, but add "displaygroupid" the need this when you select secondary group and you view the usergroup secondary and not primary.

If you not undestand contact me with msn (namaless@hotmail.it) :D

I have added only this and works correctly :)

christrato 02-15-2008 06:28 AM

Quote:

Originally Posted by cajunboy2208 (Post 1443362)
Mine just stays on loading...

Nothing ever loads

Well, it works on my default style, but not on my custom style...

uhm... for me and for more users work into custom style...

what custom style you have?
if you can give me the link of style, i download it and test.
this is valid also for user: hilfe-forum & Jenkins

tnx

hilfe-forum 02-15-2008 09:09 AM

Endles loading in default and custom Style.
custom Style is self made i can give you a download link sorry but same Prob in default Style (Downlad via vB.com :D )
I enable chat and defauld Style so you can take a look
http://musik.hilfe-forum.eu/?styleid=1

Maby conflict with other hack?
My Hacks are:
Cyb - Sub-Forum Manager 2.4 Cyb - Sub-Forum Manager
Goldbrick 1.5 Goldbrick Media System
Guest Tracking 3.7.002 Track Guest Visits
Latest X Threads on Forum Home 1.0 This hack will show the latest threads on your forum home page
Links vor G?ste verstecken 1.32 Dieser Hack erlaubt das Verstecken von Links vor G?ste
MGC base commune bitfield personnalisees 1.0 Modification utiles aux differents hacks MGC
passiveVid 1.1.2 Automaticlly turns video links like youtube, myspace videos, google vidoes into the video players.
Plugins als Dateien speichern 1.0.0 Beta 1 Dieses Add-on erlaubt es Plugins als Dateien zu speichern
Post Thank You Hack 7.2 Post Thank You Hack
Radio and TV 1.9 A radio and TV stations library.
RSS items as posts 0.2.3 Items of RSS feeds can be posted as posts in some thread (by zCarot).
vB3.7 Last 15 Searches 1.0.1 This will display the last 15 searches made by your members at the top of the Advanced Search page.
vBSEO :: Sitemap Generator 2.1 Generate a Google & Yahoo Sitemap for your Forums
vBulletin 3.7 RC1 cChatBox 1.2 ChatBox for vBulletin 3.7.x and 3.6.8 by ChriStrato
Youtube Integration 1.0
Zoints SEO 2.2.2 The Zoints Search Engine Optimization Package

christrato 02-15-2008 09:34 AM

damn... probably is one product that makes conflict with chat.

you can try to disable One by one your product and show if chat work? :)

hilfe-forum 02-15-2008 10:13 AM

Quote:

Originally Posted by christrato (Post 1443551)
damn... probably is one product that makes conflict with chat.

you can try to disable One by one your product and show if chat work? :)

Ok now it works ;)


I disable all product
Dont work (endless loading)

I delete old files from another Chatbox...
Dont work...

Reinstall your Chatbox...
Now it works...

Aktivate other product
Stil works ;)

so i think old files of other Chatbox was the problem ;)

christrato 02-15-2008 06:56 PM

ah ok :D tnx man

cajunboy2208 02-15-2008 07:45 PM

Quote:

Originally Posted by hilfe-forum (Post 1443570)
Ok now it works ;)


I disable all product
Dont work (endless loading)

I delete old files from another Chatbox...
Dont work...

Reinstall your Chatbox...
Now it works...

Aktivate other product
Stil works ;)

so i think old files of other Chatbox was the problem ;)



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.

christrato 02-16-2008 05:49 AM

you can give me the link of your custom skin for download and try?

tnx

Geeps 02-21-2008 03:02 AM

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

Geeps 02-21-2008 03:15 AM

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

inteller2k7 02-21-2008 05:31 AM

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

christrato 02-21-2008 05:49 AM

Quote:

Originally Posted by Geeps (Post 1447836)
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

when this error appear?

Quote:

Originally Posted by Geeps (Post 1447845)
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

damn... probably is the position of LEFT JOIN... because " LEFT JOIN usergroup AS usergroup USING (usergroupid)" don't found the usergroupid column on the table "session or cchatbox".

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...

christrato 02-21-2008 05:52 AM

<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.

inteller2k7 02-21-2008 02:11 PM

Quote:

Originally Posted by christrato (Post 1447914)
inteller2k7 try to download and overwrite the functions_cchatbox.php that i have attached into my previous post.

Thank you, works great....

Geeps 02-21-2008 02:20 PM

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.

inteller2k7 02-21-2008 02:28 PM

Quote:

Originally Posted by Geeps (Post 1448139)
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.

Download the new functions file, in post 56 above, and replace it. I had the same problem and that fixed it.

Geeps 02-21-2008 02:50 PM

I'll give it a shot later today.

Thanks

Geeps 02-21-2008 07:01 PM

Uploaded the new file. It seems to have fixed the problem. I'm not getting any error messages from the server.

Still have that "error on page" message from Internet Explorer. It doesn't seem to affect anything.

inteller2k7 02-21-2008 10:43 PM

christrato, how do i add it to the who's online template?

christrato 02-22-2008 06:53 AM

Quote:

Originally Posted by Geeps
Still have that "error on page" message from Internet Explorer. It doesn't seem to affect anything.

you can create for me a account for show the chat and test it?
yesterday i have registered the account "test" but not have see the chatbox.

Quote:

Originally Posted by inteller2k7
christrato, how do i add it to the who's online template?

why you need to add the chatbox on the who's online template?

Geeps 02-22-2008 02:34 PM

I'll PM you the username and password.

christrato 02-22-2008 07:43 PM

have found the problem... the error appear because if not enable the users list the javascript run the function for show the users list and this cause the error.

i fix it.

jambo310 02-23-2008 11:54 PM

Can anyone help, there are a few problems I am facing
it edits the font on my page making everything red (or whatever your usergroup color is)
also when I post a message it transports me to /cchatbox.php which is a blank white page

christrato 02-24-2008 10:48 AM

you have upgrade or only install the new version of the cchatbox?

try to disinstall, show if a template of cchatbox is present and if is presente delete it with pulsant "revert".
then install the new version.

jambo310 02-24-2008 10:56 AM

I instaled it freshly, no previous versions. Can you please tell me what to do very simply because I am a noob :p

Tuga?? 02-24-2008 11:31 AM

works fine in 3.6.8 .

Any chance to have in vBadvanced Please.

Thank you

PondPikey 02-25-2008 12:55 PM

Great, all working on 3.6.8

Still getting Error on page at the bottom left hand corner in IE7 - but I think I can live with it.

I need to know how to change the USER ids colours when posting? any ideas?

1) Would love to see an archive.

2) More commands!

great work! :)

sturdy 02-26-2008 02:19 PM

How to prevent best from "too_many_connections" errors ???

eSkiSo 02-26-2008 11:07 PM

This would be awesome if it had an option to make it a pop up..

kiwivc 02-27-2008 04:06 AM

Installed on 3.6.8 as a second chatbox. I'm looking forward to two channels so I can get rid of our other box. Easy to install and works perfectly thanks :).

PS: All of my members also love the features.

Tuga?? 02-27-2008 03:33 PM

i got error wen i press in the smile Box or in the Font Box nothing show any sugestion.

Netaudio 02-29-2008 02:14 PM

nice mod... but where can i change this (see on Attachments)

mikeB 02-29-2008 04:02 PM

<a href="http://www.bakerradio.com/learn" target="_blank">http://www.bakerradio.com/learn</a> < forum

I get the loading..... thing too in IE, in FF it actually pulls my vbadnanced homepage into it!

in the admin cp I noticed these to errors:

Allow Actions
Select the allowed action for users that can use actions.
By default the Administrator(Usergroup ID = 6) can use All Actions.
An error occurred while processing the bitfield files, the following information was returned:

(but no error is displayed)

Allowed BBCode
Select the allowed bbcode for the ChatBox.
An error occurred while processing the bitfield files, the following information was returned:

I tried to disable vbadvanced, reinstall and same thing

christrato 03-03-2008 09:44 AM

Quote:

Originally Posted by Netaudio (Post 1453686)
nice mod... but where can i change this (see on Attachments)

this button are image of default vbulletin editor (example in the New Post).
You can change into template "cchatbox_editor_toolbar".


Quote:

Originally Posted by mikeB (Post 1453754)
http://www.bakerradio.com/learn < forum

I get the loading..... thing too in IE, in FF it actually pulls my vbadnanced homepage into it!

in the admin cp I noticed these to errors:

Allow Actions
Select the allowed action for users that can use actions.
By default the Administrator(Usergroup ID = 6) can use All Actions.
An error occurred while processing the bitfield files, the following information was returned:


(but no error is displayed)


Allowed BBCode
Select the allowed bbcode for the ChatBox.
An error occurred while processing the bitfield files, the following information was returned:


I tried to disable vbadvanced, reinstall and same thing

you have copy also the file xml into directory "includes/xml"

shlomot 03-03-2008 12:17 PM

Thanks for cChatBox. Installed!

So far I can identify two errors:

1. Changing "Bot Name" is not reflected on the Chat Box titlebar.

2. Enable Users List shows database error.

Can be viewed here.

vmacedonia 03-03-2008 08:01 PM

Archive option or the ability to post all of the messages in a specific thread daily would be good addition.

Great mod.


All times are GMT. The time now is 09:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01440 seconds
  • Memory Usage 1,842KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete