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
[AJAX] Extra Shoutbox Pro Details »»
[AJAX] Extra Shoutbox Pro
Version: 1.00, by ry215 ry215 is offline
Developer Last Online: May 2022 Show Printable Version Email this Page

Category: Chat Modifications - Version: 4.0.x Rating:
Released: 03-31-2010 Last Update: 03-31-2010 Installs: 27
Uses Plugins Template Edits
Additional Files Translations  
No support by the author.

Description:

When u user this mod
U can make a shoutbox in your site through an another sever
that means the shoutbox doesn't in the same sever with your forum
it locate in another sever so you can reduce bandwidth for your board
you just find a hosting free support PHP for using.


This mod can be installed in your hosting, just config url base on the tutoral


Requirement:


>>>> All files .txt and 'config.php' are writeable !!!
>>>> vB Options >> Site Name / URL / Contact Details >> Forum Url, remove / in last link
dont use: yourdomain/forum/
use: yourdomain/forum


How to install:

- Step 1: Upload 'shoutbox' folder to your free hosting support PHP
- Step 2: Run 'tools.php' in 'shoutbox' folder then edit settings

pls: see Shoutbox Tools >> Forum Link
dont use: http://yourdomain.com/forum.php
Use: yourdomain.com/forum.php


- Step 3: Rename 'tools.php' (for security)
- Step 4: Import 'product-dt_shoutbox.xml'
- Step 5: ACP >> vB Options >> Shoutbox Settings to edit shoutbox URL

Path to remote shoutbox. : http://otherhosting.com/shoutbox


- Step 6: Add
PHP Code:
{vb:raw sb_pro
to FORUMHOME template

Done ^^!

Features:
- Saving BW for your forum
- Using BBCode & Smilies
- Easy to install
- Store data via files
- Using commands:
+ User Commands:
[high]* ry215 <message>
[/high]
/ignore <UserID>
/unignore <UserID>

+ Admin Commands:
/prune
/prune <UserID>
/del <message>
/ban <UserID>
/unban <UserID>
/silence <UserID>
/unsilence <UserID>

+ Power User Command:
/reset


Demo: http://www.rahstyles.com/forum.php
it user other hosting

Download Now

File Type: zip shoutbox.zip (33.3 KB, 440 views)
File Type: xml product-dt_shoutbox.xml (15.2 KB, 329 views)

Screenshots

File Type: jpg demo3.jpg (115.2 KB, 0 views)
File Type: jpg test.jpg (53.0 KB, 0 views)
File Type: jpg demo1.jpg (87.9 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 04-03-2010, 12:19 PM
sKippah sKippah is offline
 
Join Date: Oct 2008
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi there. I want to try this shoutbox.
Loaded all up into my forum/main folder

Configured the config, buts not shown up
Need some help please. u can take a look here

Thanks

IN ACP i have entered under "Shoutbox Url" http://test.brainlag.eu/shoutbox in the config file $forum = 'test.brainlag.eu/forum.php';
Reply With Quote
  #23  
Old 04-03-2010, 12:29 PM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you have do

- Step 6: Add

Quote:
{vb:raw sb_pro}
to FORUMHOME template
Reply With Quote
  #24  
Old 04-03-2010, 12:32 PM
sKippah sKippah is offline
 
Join Date: Oct 2008
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sry man, was quit a bit blind thanks

Just one more question. Where to add the Phrase if i want to get the box displayed under
* New Posts
* Private Messages
* FAQ
* Calendar
* Community
* Forum Actions
* Quick Links

and above # Forum ??

See attachement (red mark)
Attached Images
File Type: jpg shoutbox_dis.jpg (29.4 KB, 0 views)
Reply With Quote
  #25  
Old 04-03-2010, 02:12 PM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you can edit it with template man ^^
i think it in template navbar man
Reply With Quote
  #26  
Old 04-03-2010, 03:19 PM
cory_booth cory_booth is offline
 
Join Date: Jul 2006
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All we need now is an alert sound! LOL
Reply With Quote
  #27  
Old 04-03-2010, 04:35 PM
Pangramma Pangramma is offline
 
Join Date: Mar 2009
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've try to include shoutbox on forumdisplay and showthread also, but raw variable doesn't show up. Looking up in the plugin, i've noticed there's only a FORUMHOME_complete plugin, and when I try to replicate it for FORUMDISPLAY_complete and changing last line
PHP Code:
vB_Template::preRegister('FORUMHOME'$sb_pro); 
, but when I post in shoutbox I recieve an "Access Denied"

The Hack it's well thinked, BW it's a critical issue for larger boards...

Thus, maybe more options could be integrated, just like other popular chats like MGC_Evo for vb3, or the VSa - ChatBox for vb4 (one I missed is the option for showing newer to oldest from bottom to up; text input below chat, etc)


Thanks!
Reply With Quote
  #28  
Old 04-03-2010, 06:36 PM
nocive's Avatar
nocive nocive is offline
 
Join Date: Sep 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pangramma View Post
I've try to include shoutbox on forumdisplay and showthread also, but raw variable doesn't show up. Looking up in the plugin, i've noticed there's only a FORUMHOME_complete plugin, and when I try to replicate it for FORUMDISPLAY_complete and changing last line
PHP Code:
vB_Template::preRegister('FORUMHOME'$sb_pro); 
, but when I post in shoutbox I recieve an "Access Denied"

The Hack it's well thinked, BW it's a critical issue for larger boards...

Thus, maybe more options could be integrated, just like other popular chats like MGC_Evo for vb3, or the VSa - ChatBox for vb4 (one I missed is the option for showing newer to oldest from bottom to up; text input below chat, etc)


Thanks!
Same problem here, but i just made a clean reinstall and all works great now.
Just try


Thanks !!!
Works great ! Installed
Excellent job


I have only one problem...

Look:
I have a Russian member on my forum, he?s name on CHAT looks like this:



And he?s name is:



other incompatible caracter is <>

<rTe> Bj ~ ! ?

and on chats looks

&lt;rTe&gt; Bj ~ ! ?:


and I have another problem with certain user names, for example: Tecla^ ' WM or tinchoo ' WM

all user names that contain this type of character not allowed to respond in the chat


Any help ?

Thanks in advance.
nocive
Reply With Quote
  #29  
Old 04-08-2010, 02:00 PM
werewolves69 werewolves69 is offline
 
Join Date: Feb 2010
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I keep getting an access denied as admin and all members also, I have all correct forum ID in the config but no luck any suggestions.

EDIT* Fixed problem very nice job on the shoutbox, can you tell me if there is a way to change the background color of the box from white since it is on a dark skin?
Reply With Quote
  #30  
Old 04-09-2010, 03:38 AM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@nocive my shoutbox only support UTF-8 and you can check again and fix it
@werewolves69: you can see template and edit bro
Reply With Quote
  #31  
Old 04-11-2010, 07:55 PM
SoltanWorld's Avatar
SoltanWorld SoltanWorld is offline
 
Join Date: Feb 2010
Location: Loas Angeles
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have done all these and i have move it on Vba, just access denied appears, wat should i do?
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 07:14 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.05678 seconds
  • Memory Usage 2,348KB
  • 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
  • (3)bbcode_php
  • (2)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
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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