Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Shout/Chatbox 0.7.06] GCBOS - Generic Chat Box Operating System Details »»
[Shout/Chatbox 0.7.06] GCBOS - Generic Chat Box Operating System
Version: 0.8.02, by MyChemicalSelf MyChemicalSelf is offline
Developer Last Online: Dec 2022 Show Printable Version Email this Page

Category: Chat Modifications - Version: 4.0.x Rating:
Released: 11-14-2009 Last Update: 04-18-2010 Installs: 368
DB Changes Uses Plugins
Additional Files Translations  
No support by the author.

GCBOS - Generic Chat Box Operating System
by VertiCode UK

GCBOS is a command-based chat client written in PHP for vBulletin 3 & 4, the original modification was written by dinnerbone for vBulletin 3.7.

Versions:
-vBulletin 3.8

Features:
-Commands
-Topic and Reply notifications
-Simple to use commands
-Chat permissions
-Hide chatbox from usergroups
-Allow guests to view
-The ability to use similes and BB code
-Show who is using GCBOS on who's online
-Edit and delete messages
-Ability to prune the chat

Demo:
Otaku Studios

Commands:
- Impersonate: Makes <user> say <message ...>
- Usage: /say <user> <message ...>
- Example: /say "Basfreak" I like to touch myself at night.
- Mute User: Mutes <user>, preventing them from talking.
- Usage: /mute <user ..>
- Example: /mute Forum Troll
- Unmute User: Unmutes <user>, allowing them to talk.
- Usage: /unmute <user ..>
- Example: /unmute Forum Troll
- Edit Message: Edits message <messageid>, setting the new text to <message ..>
- Usage: /edit <messageid> <message ..>
- Example: /edit 1337 I'm in your message, stealing your texts.
- Delete message: Deletes message <messageid>.
- Usage: /delete <messageid>
- Example: /delete 1497
- Toggle Truesight: If enabled allows you to see who actually sent a message
- Usage: /truesight <0 or 1>
- Example: /truesight 1
- Clear Messages: Clears GCBOS, deleting all messages. Only you will see this.
- Usage: /clear
- Example: /clear
- List Muted Users: Lists all muted users
- Usage: /listmuted
- Example: /listmuted
- Private Message: Sends a private message to <user>
- Usage: /pm <user> <message ...>
- Example: /pm "Kanye West" Do you like fishsticks?
- List Ignored: Lists all users you are currently ignoring
- Usage: /listignores
- Example: /listignores
- Ignore User: Ignores all messages from <username ...>, preventing them from showing.
- Usage: /ignore <username ...>
- Example: /ignore Just Another Forum Troll
- Unignore User: Stops messages from <username ...> from being ignored.
- Usage: /unignore <username ...>
- Example: /unignore Dinnerbone
- Set Notice: Sets the notice to <notice>
- Usage: /notice <message ..>
- Example: /notice Welcome your new overlords!
- User Action: Perform an action, useful for role playing.
- Usage: /me <action ...>
- Example: /me dances
- Help: Displays this help menu
- Usage: /help
- Example: /help
- Prune Messages: Deletes all messages in GCBOS, this cannot be undone
- Usage: /prune
- Example: /prune

When using a command with 'parameters', you may either enter each parameter in the form of:
/command param1 param2 param3
However if the parameter contains spaces you must enclose it in quotes, such as:
/command "parameter 1" 'parameter2' param3.
You may edit messages by double clicking on them (If you have permission to do so), delete messages by clicking on the '#' in front of your messages, send a user a private message by single clicking their name, or speed up/slow down the speed messages are typed at by pressing the 'up' or 'down' arrow keys on your keyboard.

License:
GCBOS was released under the MPL on google code please see http://www.mozilla.org/MPL/MPL-1.1.html or view LICENSE.txt

Compatibility:
-vBulletin 4.x
-IIS7
-Apache2
-Litespeed webserver
-PHP 5.2.x
-PHP 5.3 (if references are enabled)

PHP 5.3
For GCBOS to work with PHP 5.3 you must have
Quote:
allow_call_time_pass_reference
set to
Quote:
On
Install:
-Upload the contents of the upload folder
-Import product-gcbos.xml
-Set usergroup permissions
-Insert <!-- {SHOUTBOX} --> into the template you want it to display in (EG FORUMHOME, FORUMDISPLAY) or at the bottom of navbar
-Navigate to vBulletin Settings->GCBOS set the forum restrictions to disable topic notifications or disable them by selecting no
-For 0.7.07 and above i reccomend installing the following modification (https://vborg.vbsupport.ru/showthread.php?t=228507) to add GCBOS to your navbar (http://yoursite.com/forums/gcbos.php?action=page).

Upgrade:
-Overwrite all files then import the product
-Edit permissions as required

Download Now

File Type: zip GCBOS_0.8_VB4.zip (171.5 KB, 1593 views)

Screenshots

File Type: jpg GCBOS_0.6.3_ADMINSETTINGS.jpg (131.6 KB, 0 views)
File Type: jpg GCBOS_0.6.3_FORUMDISPLAY.jpg (59.1 KB, 0 views)
File Type: jpg GCBOS_0.6.4_WHOSONLINE.jpg (11.0 KB, 0 views)
File Type: jpg GCBOS_0.6.4_UTF-8.jpg (16.0 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Guthatron

Comments
  #272  
Old 12-18-2009, 01:05 AM
nightbloom's Avatar
nightbloom nightbloom is offline
 
Join Date: Mar 2008
Location: Whidbey Island, WA
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*edited*

I made a crucial mistake. I didnt read ALL the instructions.

I feel so newb....
Reply With Quote
  #273  
Old 12-18-2009, 01:42 AM
crazyace crazyace is offline
 
Join Date: Oct 2009
Location: Nashville TN
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MyChemicalSelf View Post
As a quickfix to the 'loading bug' simply add
Code:
<script src="clientscript/gcbos.js" type="text/javascript"></script>
To headinclude and remove the old hook
Did you see this post?
Reply With Quote
  #274  
Old 12-18-2009, 04:59 AM
PatrickBo PatrickBo is offline
 
Join Date: Oct 2006
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love this addon, it is realy shaping up to be a MOD of the year.. question, like another user asked, is there any future option to have it timeout/idle. Because there is no idle feature, currently, it continues to display shouts to those who just keep my url loaded.. so it does cause a server problem.

thanks and keep up the hard work
Reply With Quote
  #275  
Old 12-18-2009, 09:20 AM
ninjashoes's Avatar
ninjashoes ninjashoes is offline
 
Join Date: Jul 2006
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PatrickBo View Post
Love this addon, it is realy shaping up to be a MOD of the year.. question, like another user asked, is there any future option to have it timeout/idle. Because there is no idle feature, currently, it continues to display shouts to those who just keep my url loaded.. so it does cause a server problem.

thanks and keep up the hard work
I agree if this thing gets an idle feature it will be perfect.

It also really could use an option to disable smilies and a quicker way to setup permissions.
Reply With Quote
  #276  
Old 12-18-2009, 09:29 PM
PirateTinman PirateTinman is offline
 
Join Date: May 2009
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have recently installed this on my forums, but it seems like it is loading one line of text at a time and scrolling with it, this is kinda boring to wait for if the display limit is high like 50-100 or so.

And as I read it should have been dealt with in version 0.6.9 but its not loading the chat instantly.
Is there an option for it that I have not seen or is there some thing else I can do about the issue?

Other than that I really like it, figured out how to change the colors on it was a bit of a pain, but I blame that on the new StyleVars as I looked for ever for that.
Reply With Quote
  #277  
Old 12-19-2009, 07:21 PM
PeZzy PeZzy is offline
 
Join Date: May 2006
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A couple of suggestions...the submit button should either be invisible or grey-ed out when a user doesn't have permission to chat...it prevents people from typing in a long sentence then realising they aren't logged in. Also, I don't like the way it retypes the history with Internet Explorer - it types lines twice or more times if they have been edited - looks kind of silly if you ask me.
Reply With Quote
  #278  
Old 12-20-2009, 07:54 AM
sani79 sani79 is offline
 
Join Date: Mar 2009
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello


I installed this Mod. but i have a Problem!!

Quote:
#10:51 []MG[]KILL</font></a>> sdfs
#10:51 []MG[]KILL</font></a>> dfgeaysfd
#10:51 []MG[]KILL</font></a>> dfgdgsdfgsdfg
#10:51 []MG[]KILL</font></a>> sdgfdsgdfgsdfgsdg
#10:51 []MG[]KILL</font></a>> dfgsdgfbsdtztreujtrujzuj
i have the HTML Mod. too running under VB 4.0 RC2!! Can anyone help me to Remove this??

THX A LOT!!

THX I HAVE FIXED IT!!

sani79
Reply With Quote
  #279  
Old 12-20-2009, 09:53 AM
sebaldus sebaldus is offline
 
Join Date: May 2008
Location: Halden - Norway
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Worked fine with Beta 2 - 3 - 4 but when I installed Version 4.0.0 Release Candidate 4
All the first versionene gives error in CMS as shown here:
http://easycaptures.com/fs/uploaded/453/7844077684.jpg
If I download the latest version after installed candidate 4 - it stands only to load and unload ... Nothing happens ..: ( JUST LOADING and LOADING and no more..

Regards from Sebaldus.
Reply With Quote
  #280  
Old 12-20-2009, 01:50 PM
fahl fahl is offline
 
Join Date: Feb 2008
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MyChemicalSelf View Post

As a quickfix to the 'loading bug' simply add
Code:

<script src="clientscript/gcbos.js" type="text/javascript"></script>

To headinclude and remove the old hook

Did you see this post?
About 4 posts back..........................
Reply With Quote
  #281  
Old 12-20-2009, 06:56 PM
LPH2004 LPH2004 is offline
 
Join Date: Feb 2004
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know you are working hard on this mod - and I really enjoy using it. You've been helpful in answering questions and so - I thought - what could I do in return?

Well - while lurking around - I grabbed a screenshot of IP Shoutbox and thought you'd enjoy seeing the controls, etc and how they are arranged. The controls would really help my new users (some are really young) who do not know BBCode.

I totally understand if you are not interested in adding these types of features.

Keep up the great work.
Attached Images
File Type: png ipshoutbox.png (20.2 KB, 0 views)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09224 seconds
  • Memory Usage 2,360KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete