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
  #372  
Old 12-25-2009, 03:00 AM
goorgoor goorgoor is offline
 
Join Date: Jul 2006
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by balkanboy View Post
i suggest you download the very first version of the GCBOS which is GCBOS_0.6.4.zip

Because the latest readme tells you f-all on how to install i had to use the README file of the v0.6.4 and works great:

-Step 1
--Upload the contents of the upload folder to the root directory of your forum.

-Step 2
--Import product-gcbos in your acp (admin control pannel).

-Step 3
--Populate the user group permissions in the acp under Usergroups->Usergroup Manager->{your_group}->GCBOS

-Step 4
--Open the acp once again for GCBOS to display you need to add two template hooks first open headinclude and scroll to the bottom.
--Add "{vb:raw template_hook.headinclude}" (without the quotes to the end of the template save the template. Next open FORUMHOME
--and search for "<!-- /main -->" (without the quotes and add "{vb:raw template_hook.gcbos_display}" above (without the quotes)
--gcbos can be displayed on any page with this hook in ("{vb:raw template_hook.gcbos_display}").

Step 5
--Enjoy
problem fixed!
Reply With Quote
  #373  
Old 12-25-2009, 03:08 AM
MyChemicalSelf's Avatar
MyChemicalSelf MyChemicalSelf is offline
 
Join Date: Oct 2008
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by balkanboy View Post
i suggest you download the very first version of the GCBOS which is GCBOS_0.6.4.zip

Because the latest readme tells you f-all on how to install i had to use the README file of the v0.6.4 and works great:

-Step 1
--Upload the contents of the upload folder to the root directory of your forum.

-Step 2
--Import product-gcbos in your acp (admin control pannel).

-Step 3
--Populate the user group permissions in the acp under Usergroups->Usergroup Manager->{your_group}->GCBOS

-Step 4
--Open the acp once again for GCBOS to display you need to add two template hooks first open headinclude and scroll to the bottom.
--Add "{vb:raw template_hook.headinclude}" (without the quotes to the end of the template save the template. Next open FORUMHOME
--and search for "<!-- /main -->" (without the quotes and add "{vb:raw template_hook.gcbos_display}" above (without the quotes)
--gcbos can be displayed on any page with this hook in ("{vb:raw template_hook.gcbos_display}").

Step 5
--Enjoy
The product no longer displays like that, that information is outdated, hence the new information and because i thought i would be nice and release a update for christmas i didnt have time to do a proper readme.
Reply With Quote
  #374  
Old 12-25-2009, 04:20 AM
Alecsmith Alecsmith is offline
 
Join Date: Sep 2009
Location: Still On Earth
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can't we add smilies box in Chat Box Extar Modification option like Bold, Italic, Color
Reply With Quote
  #375  
Old 12-25-2009, 04:49 AM
habanero68 habanero68 is offline
 
Join Date: Jan 2008
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hola : yo descargue la ultima versión de la GCBOS que es GCBOS_0.6.9.zip



-Paso 1
- Subir el contenido de la carpeta de carga en el directorio raíz de su foro.

-Paso 2
- Producto de importación-gcbos en la ACP (Panel de control de administración).

Paso 3
- Rellenar los permisos de usuario en el grupo ACP en el marco de Usuarios-> Administrador de Grupo de Usuarios-> (los grupos que usted quiera que usen el chat) -> GCBOS

-Paso 4
- Abrir la ACP, una vez usted necesita agregar y modificar dos plantilla .
A- La primera es headinclude y valla hasta el fondo.
- Añadir "{vb:raw template_hook.headinclude}" (sin las comillas al final de la plantilla. de guardar a la plantilla.
B- FORUMHOME Es la Siguiente plantilla a modificar.
– busque donde dice "<!-- / main ->
- Añadir "{vb:raw template_hook.gcbos_display}" (sin las comillas y añadir por encima ) de guardar a la plantilla.

- Opcional - gcbos se pueden mostrar en cualquier página con este
("{vb:raw template_hook.gcbos_display}").

hi . is works perfect . i translate to spanish . for all people.
thanks
Reply With Quote
  #376  
Old 12-25-2009, 05:23 AM
Quarantine Quarantine is offline
 
Join Date: Jan 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by goorgoor View Post
i just did that. but it doesn't appear at all!!
It's appearing for me after following goorgoor's instructions, but the same Loading... thing is occurring as before. -_-
Reply With Quote
  #377  
Old 12-25-2009, 06:40 AM
Freddy.k's Avatar
Freddy.k Freddy.k is offline
 
Join Date: Mar 2008
Location: Fran?e
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MyChemicalSelf View Post
Crap sorry guys i forgot to update the xml to remove references, Its a simple fix for the commands five me a few minutes.

Can some one having the issues with commands try this product file, if i get a reports of this working i will update the main product later, the reasons commands died was to do with the fix's i made for PHP 5.3
hello and thank you very much its working now
Reply With Quote
  #378  
Old 12-25-2009, 09:16 AM
Quarantine Quarantine is offline
 
Join Date: Jan 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To those who have the Loading... error, try uninstalling the vB4 Supercharged plugin. I think it's conflicting with this plugin.
Reply With Quote
  #379  
Old 12-25-2009, 10:45 AM
shadowgfx shadowgfx is offline
 
Join Date: Jul 2009
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

guys, i had the same loading error, it was because of the Members who have Visited mod. i disabled it, then shoutbox loaded.... just a heads up
Reply With Quote
  #380  
Old 12-25-2009, 11:19 AM
MyChemicalSelf's Avatar
MyChemicalSelf MyChemicalSelf is offline
 
Join Date: Oct 2008
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Install:
-Upload the contents of the upload folder to your webserver
-Import product-gcbos.xml in your admincp
-Set usergroup permissions under Usergroups->Usergroup Manager->{your_group}->GCBOS in the acp
-Insert <!-- {SHOUTBOX} --> into the template you want it to display GCBOS in (EG FORUMHOME, FORUMDISPLAY). In FORUMHOME i would suggest placing GCBOS above "<!-- / main ->" or at the bottom of the navbar template to display GCBOS globally.



Quote:
Originally Posted by Quarantine View Post
To those who have the Loading... error, try uninstalling the vB4 Supercharged plugin. I think it's conflicting with this plugin.
Im not sure how this could conflict with other products the way the template is rendered now it literally using a str_replace on the <!-- {SHOUTBOX} --> and </head> tags to prevent this happening

Quote:
Originally Posted by shadowgfx View Post
guys, i had the same loading error, it was because of the Members who have Visited mod. i disabled it, then shoutbox loaded.... just a heads up
Yeah to my knowledge these errors are fixed i shall test them some time tomorrow or later today
Reply With Quote
  #381  
Old 12-25-2009, 01:27 PM
Charlie98902 Charlie98902 is offline
 
Join Date: Dec 2006
Posts: 1,156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay it is showing on my end but no text enters the box when I type something and hit submit. I can type something and hit submit but it just doesn't show anything from there? Am I missing something here?
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 01:13 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.06765 seconds
  • Memory Usage 2,366KB
  • 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
  • (8)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
  • (5)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