vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - [Shout/Chatbox 0.7.06] GCBOS - Generic Chat Box Operating System (https://vborg.vbsupport.ru/showthread.php?t=228046)

meissenation 01-06-2010 01:38 AM

OK I agree - I can't get any of the shoutbox commands to work and I got marked as a spammer in my own shoutbox and now I can't unmute myself. Talk about owned. I turned off the spam controls but I'm still muted. How long do I stay muted for?

ti07shadow 01-06-2010 02:09 AM

it probably mutes users through the database, and thus probably kept you muted.

try typing

/unmute <username>

if not well dont know what to say

also how do i remove the typing function? i just want it to display

meissenation 01-06-2010 09:14 AM

Yeah this ++++ing sucks. It's now hours later and my username is still muted. The /unmute command doesn't work at all for me - at that, NONE of the commands work for me. I can't even use the /me command. I've been having to use another username that I have which is in the Administrator usergroup and has permissions set to "Yes" for every GCBOS usergroup permission and yet I can't use anything.

meissenation 01-06-2010 09:21 AM

FINALLY - Found the database entry in the User table - column ID is gcbos_effects. If muted then it will be 1, if not muted it will be 0.

cbiweb 01-06-2010 10:48 AM

Thanks for that, meissenation! I've looked around for that myself and couldn't figure it out.

I also discovered that the spam filter in this mod is at fault for muting people. The default settings are very sensitive, and if you type too many messages in a short period of time, you're screwed. Also, if you repeat a word (like someone did on a sports forum) like JETS JETS JETS!! you'll get booted.

I disabled the spam filter until I get a chance to play with the settings. But great find in the db! Good job!

matryoshka 01-06-2010 11:32 AM

Thank alot !!! But , i like smiles . Can you help me?

ti07shadow 01-06-2010 03:58 PM

I like how the commands are done, however I do feel that you should make it when you click the users name it should give you a list menu of like ignore user, mute user, etc. and then in the bar above where GCBOS is you should put like options and in the options drop down it should use list muted users, list ignored, and when you load it mae a popup window which lists the users. keep the commands for good measure :p

marcopolo 01-06-2010 05:15 PM

Is there a way to define how many lines are displayed, it uses about 10 at the moment, I'd prefer approx 5

Thanks

meissenation 01-07-2010 01:08 AM

Any info on the commands not working? This shoutbox has a LOT of potential but there's a few things that I'd love to see changed that would make this the shoutbox to have.

- I'd like the ability to switch to 12 hour format for the timestamp
- I'd like to be able to allow the users to choose their own font color to use and have it be remembered (so they aren't choosing it every single time they send something to the shoutbox)
- I'd like to see a smilies box or popup menu or something.

If you could get the commands fixed so they work and those 3 things this would definitely be a Mod of the Month. I mean the PM system notifying you in the shoutbox is just awesome.

JointRolla420 01-07-2010 04:16 AM

i dont understand what the TrueSight is used for? any1 have any idea what the difference is if its enabled or disabled... i didnt see any??

stevectaylor 01-07-2010 05:57 AM

It throws now end of problems here, now uninstalled.

Sador 01-07-2010 10:44 AM

Installed, works fine for me. Nice addon.

Small thing, you can't edit texts that have been posted with the /me command. Don't know if this has been said before, but wanted to tell you anyway.

siriuxs 01-07-2010 02:03 PM

Hi, I have install it, but when I go to under Usergroups->Usergroup Manager->Administrator or other group there isn't a GCBOS option... Why?

Sador 01-07-2010 02:12 PM

Quote:

Originally Posted by ti07shadow (Post 1948886)
I like how the commands are done, however I do feel that you should make it when you click the users name it should give you a list menu of like ignore user, mute user, etc. and then in the bar above where GCBOS is you should put like options and in the options drop down it should use list muted users, list ignored, and when you load it mae a popup window which lists the users. keep the commands for good measure :p

Quote:

Originally Posted by meissenation (Post 1949225)
Any info on the commands not working? This shoutbox has a LOT of potential but there's a few things that I'd love to see changed that would make this the shoutbox to have.

- I'd like the ability to switch to 12 hour format for the timestamp
- I'd like to be able to allow the users to choose their own font color to use and have it be remembered (so they aren't choosing it every single time they send something to the shoutbox)
- I'd like to see a smilies box or popup menu or something.

If you could get the commands fixed so they work and those 3 things this would definitely be a Mod of the Month. I mean the PM system notifying you in the shoutbox is just awesome.

Agreed on all this stuff btw. Hope this will be added.

meissenation 01-08-2010 03:02 AM

Uninstalled. Found Inferno Shoutbox works for 4.0 so I switched to that. This mod has a lot of potential but needs more work and/or support. Coupled with the fact that this add-on is not compatible with the only add-on available for resizing images AND iTrader ... had to uninstall.

stevectaylor 01-08-2010 06:32 AM

Uninstalled then reinstalled when I upgraded my SQL now wont display at all.

1Matthew1 01-08-2010 12:08 PM

It doesen't show the shoutbox for me, instead I can see the <!-- {SHOUTBOX} --> code in source code. Any solution?

Namaless 01-08-2010 12:51 PM

Quote:

Originally Posted by scorpi (Post 1947065)
for change charset :

find line 41 :
PHP Code:

$message trim($_POST['message']); 

and change :
PHP Code:

$message iconv('utf-8','iso-8859-2',trim($_POST['message'])); 


I solved with this:
PHP Code:

// $message = trim($_POST['message']);
$message utf8_decode(trim($_POST['message'])); 

Comment line 41 e add my line.

Good Product ^^

viader 01-09-2010 05:57 PM

When I try to accept all users in new user moderation i have such error:

Fatal error: Cannot redeclare gcbos_command_help() (previously declared in /var/www/vhosts/wayofwar.org/httpdocs/includes/class_gcbos.php(47) : eval()'d code:33) in /var/www/vhosts/wayofwar.org/httpdocs/includes/class_gcbos.php(47) : eval()'d code on line 50

OR (it was second time i tried to accept all user registrations):

Fatal error: Cannot redeclare gcbos_command_impersonate() (previously declared in /var/www/vhosts/wayofwar.org/httpdocs/includes/class_gcbos.php(47) : eval()'d code:22) in /var/www/vhosts/wayofwar.org/httpdocs/includes/class_gcbos.php(47) : eval()'d code on line 35

GCBOS 0.6.10

YvaN 01-09-2010 09:24 PM

Quote:

Originally Posted by Namaless (Post 1950346)
I solved with this:
PHP Code:

// $message = trim($_POST['message']);
$message utf8_decode(trim($_POST['message'])); 

Comment line 41 e add my line.

Good Product ^^

Great thx Namaless, it works perfectly ! :up:

JasonReynolds 01-10-2010 12:03 AM

Would not work for me. Are you sure this is 4.0?

ArtAttack 01-10-2010 04:03 AM

In the GCBOS template:
PHP Code:

<class="collapse" id="collapse_c_gcbos" href="forum.php#top"><img src="images/buttons/collapse_40b.png" alt="" title="Collapse this Category"></a


should be:
PHP Code:

<class="collapse" id="collapse_c_gcbos" href="forum.php#top"><img src="images/buttons/collapse_40b.png" alt="" title="Collapse this Category" /></a


Skyrider 01-10-2010 12:27 PM

*shrugs*, still awaiting a reply to fix my issue. I can't change the forum URL within the adminCP settings from http://forum.xxx.com to forum.xxxx.com so http & https can be used. It makes the chatbox to keep loading all the time.

ProFifaLeagues 01-10-2010 12:47 PM

Working a1 for me on 4.0

InsomniacP 01-10-2010 01:35 PM

Hey we have just installed this on to our site, though i can see it we have members that can't..

I also get this https://vborg.vbsupport.ru/external/2010/01/96.jpg

Also is there no tool box for changing font's and colours? or any ACP control...
Can we change the name to shoutbox or something rather than GCBOS?

InsomniacP 01-10-2010 02:10 PM

This isn't working......? I get all the reports of peoples private messages and extra code here, something isn't right?

elwachiman 01-10-2010 02:28 PM

Quote:

Originally Posted by Namaless (Post 1950346)
I solved with this:
PHP Code:

// $message = trim($_POST['message']);
$message utf8_decode(trim($_POST['message'])); 

Comment line 41 e add my line.

Good Product ^^

not working for me completely cut the sentence in the chat ..

M3xital 01-10-2010 03:18 PM

The script was working fine, but today i found my email box with + 1450 database error messages, all the same, and i don't know if this script has nothing to do with it.

Code:

Database error in vBulletin :

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111
/home/mxitalc1/public_html/forum/includes/class_core.php on line 312

MySQL Error  :
Error Number  :
Request Date  : Sunday, January 10th 2010 @ 09:10:38 AM
Error Date    : Sunday, January 10th 2010 @ 09:10:38 AM
Script        : http://www.m3xital.com/forum/gcbos.php
Referrer      : http://www.m3xital.com/forum/content.php
IP Address    : xx.xxx.xxx.xx
Username      :
Classname    : vB_Database
MySQL Version :

The line 312 in class_core.php is:

PHP Code:

$link $this->functions[$usepconnect 'pconnect' 'connect']("$servername:$port"$username$password); 


InsomniacP 01-10-2010 04:49 PM

Anyone replying to these? know you do these for free... And I appreciate your efforts, just wanted to see if we could sort these out before i decide to remove it...

Best regards,
Paul

mikem164 01-11-2010 02:24 AM

Quote:

Originally Posted by InsomniacP (Post 1952085)
Anyone replying to these? know you do these for free... And I appreciate your efforts, just wanted to see if we could sort these out before i decide to remove it...

Best regards,
Paul

Your right. not a lot of support in this thread, eh? Well, if anyone knows I'd like to Change the GBCOS in the top of the shout. Any input would be great!

Trek 01-11-2010 02:36 AM

I've been a supporter of this mod since I first saw it posted for 4.0, but I'd have to agree with the lack of updates I'm not sure I'll be using it when I go live with my site (Hopefully soon if tomorrow's release is good of vB).

Anyway, I hope I don't have to use an alternative. I understand if things are busy for the author right now, etc. However, please let us know the future plans for this mod so those of us who are on the fence can make a decision one way or the other. Thanks!

revmitchell 01-11-2010 02:42 AM

It never stops loading

http://www.pastors-source.com/vb/forum.php

stevectaylor 01-11-2010 06:47 AM

Quote:

Originally Posted by revmitchell (Post 1952443)

You will see a fix to this in the 'read me' text with the package.

stevectaylor 01-11-2010 06:49 AM

Quote:

Originally Posted by InsomniacP (Post 1951936)
Hey we have just installed this on to our site, though i can see it we have members that can't..

I also get this https://vborg.vbsupport.ru/external/2010/01/96.jpg

Also is there no tool box for changing font's and colours? or any ACP control...
Can we change the name to shoutbox or something rather than GCBOS?

I had this, deleted the GCBOS sql folder and reinstalled it now works fine, what I concluded was it was not compatable with another hack wich may have altered something.

InsomniacP 01-11-2010 06:58 AM

I will give it a try thanks Steve....

revmitchell 01-11-2010 12:40 PM

Quote:

Originally Posted by stevectaylor (Post 1952530)
You will see a fix to this in the 'read me' text with the package.


I have gone over that and reloaded everything reloaded the xml file I do not know what else to do

silverfox_uw 01-11-2010 03:16 PM

ok, i have gone through all 38 pages to see if there was an update or a line of coding that could be included to add a smilies box and an editor box. I have noted that many people have asked for this yet the majority of their requests have just been ignored and not even replied to. I think the last one that got replied to was on the 17 Dec where it was said that you are looking to include them in the next relase, but that did not happen.

Can you confirm if at all, a smilies and editor box is going to be added, or tell us how to add one to our current versions. This is a top mod, and i feel it is just missing a few minor things to make it an amazing mod.

Also, is there a way to have the posts going upwards, instead of downwards, ie the last post is at the top not bottom?

I look forward to your reply, as this is the best shoutbox out there, it just needs a few tweeks.

meissenation 01-11-2010 04:13 PM

Quote:

Originally Posted by InsomniacP (Post 1951936)
Hey we have just installed this on to our site, though i can see it we have members that can't..

I also get this https://vborg.vbsupport.ru/external/2010/01/96.jpg

Also is there no tool box for changing font's and colours? or any ACP control...
Can we change the name to shoutbox or something rather than GCBOS?

That happened to me when I had the BBR Image Resizer with lytebox installed. I grew so frustrated with the lack of updates in this thread that I went to a different shoutbox.

ProFifaLeagues 01-11-2010 04:35 PM

To the above posts did you make sure to change the user permissions so as your members could view it??
We have it installed to our board 4.0 and it is working a treat.

kylek 01-11-2010 07:23 PM

Quote:

Originally Posted by stevectaylor (Post 1952533)
I had this, deleted the GCBOS sql folder and reinstalled it now works fine, what I concluded was it was not compatable with another hack wich may have altered something.

Where is the GCBOS sql folder found?

Thanks


All times are GMT. The time now is 09:15 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.01808 seconds
  • Memory Usage 1,850KB
  • 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
  • (1)bbcode_code_printable
  • (8)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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