Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Shoutbox Hack 1.04b Details »»
Shoutbox Hack 1.04b
Version: 1.04b, by GeekyDesigns GeekyDesigns is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 08-29-2004 Last Update: 11-09-2004 Installs: 288
DB Changes
 
No support by the author.

11/09/04 - Version 1.04b. Just an installer upgrade, nothing more. Nothing to see here, move along.

10/22/04 - Version 1.04a released. This is not an upgrade from 1.04. If you already have 1.04 installed, don't worry about this. This release just updates the installer and fixes any errors in it. If you had problems installing it last time, this should work better. If you need support, posting it here may get it answered, though posting at the board at GeekyDesigns.com is prefered.

This is the same hack formerly released by Link14716.

08/30/04 4:19 PM EDT: Fixed a settings bug (I hope): see this post.

08/29/04: Shoutbox 1.04 is released, featuring a new installer system (using the Hack Installer System) and redone templates, as well as a few bug fixes. Enjoy.

Presenting: The Shoutbox Hack


Support posts made at GeekyDesigns.com have a higher priority than posts made in this thread, and is the prefered way of getting support.



There are way too many features to list, so I'll just let the screenshots do the talking.

Shoutbox credits

PHP Code:
Matthew Gordon
Templates:
Zachery Woods
- misc: Matthew Gordon
- Originally by TWTCommish, redone by Zachery for 1.04


If you feel your not able to install this yourself please feel free to drop me a pm and we can make arrangments

If you would like to donate to us please pm us and again we can make arragnments

Dont forget to click install!

Install Instructions:
Code:
NEW INSTALL/UPGRADE FROM 1.03 to Current
 
 1. Upload the contents of the 'upload' folder to your forums directory.
 2. Run http://www.yoursite.com/forums/install/hack_install.php
 3. Select "Shoutbox Hack" and then follow the instructions to install.
 4. Follow the directions in the readme files when it gets to that step, then finalize the install (by clicking the last link in the install).
 5. Enjoy your shoutbox!
Matrixgl did a template modification to make the shoutbit more like its vB2 counterpart and released it (tested on 1.03) here.

FOR THOSE WHO WANT SUPPORT, SPECIFY THIS INFORMATION OR BE IGNORED:

What is the exact error you recieve?
Where does the supposed error happen?
What vB version are you running?


Here are the old screenshots, new ones will be posted soon:
settings.gif (186.0 KB)
forumhome.gif (37.1 KB)
forumhome_iframe.gif (30.0 KB)
shoutbox_home.gif (96.1 KB)
shoutbox_home_guest.gif (84.8 KB)
user_settings.gif (85.5 KB)
usergroup_permissions.gif (67.8 KB)
shoutbox_home_textarea.gif (78.9 KB)





Enjoy.

Supporters / CoAuthors

Show Your Support

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

Comments
  #292  
Old 10-27-2004, 10:15 AM
Cent Cent is offline
 
Join Date: Apr 2004
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi! Help me please! And forgive for my English!

If I press on the button "Send the message" in chatbox, the page of a forum entirely is updated. How to make, that the chatbox was updated only a chat?
Reply With Quote
  #293  
Old 10-28-2004, 09:53 AM
DjTaz DjTaz is offline
 
Join Date: Apr 2003
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just installed this on a win2003 server running apache and it installed no problems with no errors at all , bar 1 slight user error.

I noticed as i installed i was quite hasty when clicking NEXT maybe you should put tick boxes to make sure people have read what is being done before they can click ?

I also noticed that the README.html never displayed for me while installing and i thought that the hack didnt work - it was only after searching the folders that i found the README.HTML and discovered i had a few templates and files to edit ... after that everything worked perfectly.

Personally , I wanted a list of users online to be displayed in the shoutbox so that people didnt go posting when no-one was online (i know some people dont have this no-one else online issue, but my forum is newish) so i checked the script and added a tiny little code that i think helps a little.

on FORUMHOME template Find :
Code:
<if condition="$vboptions['shoutbox_shoutonforumhome'] == textarea && $permissions['shoutboxpermissions'] & SHOUTPOST && $bbuserinfo['usergroupid'] != 1"><center><form action="shoutbox.php" method="post"><input type="hidden" name="do" value="addshout"><textarea name="message" rows="5" cols="60" class="bginput" wrap></textarea><br><input type="submit" name="submit" value="$vbphrase[shoutbox_shout_now]" class="bginput" accesskey="s"></form></center></if>
</span></td>
and REPLACE with :
Code:
<if condition="$vboptions['shoutbox_shoutonforumhome'] == textarea && $permissions['shoutboxpermissions'] & SHOUTPOST && $bbuserinfo['usergroupid'] != 1"><center><form action="shoutbox.php" method="post"><input type="hidden" name="do" value="addshout"><textarea name="message" rows="5" cols="60" class="bginput" wrap></textarea><br><input type="submit" name="submit" value="$vbphrase[shoutbox_shout_now]" class="bginput" accesskey="s"></form></center></if>
<div class="smallfont"><b>Active Users: </b>$activeusers</div>	</span></td>
All thats being added in is :
Code:
 <div class="smallfont"><b>Active Users: </b>$activeusers</div>
but where its placed is important to how it displays.

Thanks a million for the Hack - i had a shoutbox on the site already, but no-one used it as it was popup only - this one is a much better system.
Reply With Quote
  #294  
Old 10-28-2004, 04:45 PM
DaMixer DaMixer is offline
 
Join Date: Nov 2002
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Database error in vBulletin 3.0.3:

Invalid SQL: INSERT INTO settinggroup (grouptitle, displayorder, volatile)
VALUES ('shoutbox', '560', '0')
mysql error: Duplicate entry 'shoutbox' for key 1

mysql error number: 1062


Script:
http://www.x.com/forum/install/hack_...=Shoutbox_Hack
Referer:
http://www.x.com/forum/install/hack_...=Shoutbox_Hack


===========================================
Warning: Invalid argument supplied for foreach() in /home2www/user/forum/install/hack_install_b2.php on line 1061



===========================================

Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home2/www/user/cludes/db_mysql.php on line 389

Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /home2/www/user/m/includes/db_mysql.php on line 389

================================================== ==

Invalid SQL: SELECT varname, text FROM phrase WHERE varname IN () ORDER BY languageid DESC
mysql error: You have an error in your SQL syntax near ') ORDER BY languageid DESC' at line 1
Reply With Quote
  #295  
Old 10-28-2004, 07:16 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DaMixer
Database error in vBulletin 3.0.3:

Invalid SQL: INSERT INTO settinggroup (grouptitle, displayorder, volatile)
VALUES ('shoutbox', '560', '0')
mysql error: Duplicate entry 'shoutbox' for key 1

mysql error number: 1062


Script:
http://www.x.com/forum/install/hack_...=Shoutbox_Hack
Referer:
http://www.x.com/forum/install/hack_...=Shoutbox_Hack


===========================================
Warning: Invalid argument supplied for foreach() in /home2www/user/forum/install/hack_install_b2.php on line 1061



===========================================

Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home2/www/user/cludes/db_mysql.php on line 389

Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /home2/www/user/m/includes/db_mysql.php on line 389

================================================== ==

Invalid SQL: SELECT varname, text FROM phrase WHERE varname IN () ORDER BY languageid DESC
mysql error: You have an error in your SQL syntax near ') ORDER BY languageid DESC' at line 1
Did you have another shoutbox hack installed?
Reply With Quote
  #296  
Old 10-29-2004, 01:06 PM
DaMixer DaMixer is offline
 
Join Date: Nov 2002
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i dont think so
Reply With Quote
  #297  
Old 10-30-2004, 12:51 AM
lange's Avatar
lange lange is offline
 
Join Date: Apr 2003
Location: Montreal (Canada)
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll try it. Thanks
Reply With Quote
  #298  
Old 10-30-2004, 02:11 AM
Rick Sample Rick Sample is offline
 
Join Date: Apr 2004
Location: Ohio
Posts: 407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm....getting this error:

Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home/detailci/public_html/includes/db_mysql.php on line 389

Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/detailci/public_html/includes/db_mysql.php on line 389

Database error in vBulletin 3.0.3:

Invalid SQL: INSERT INTO settinggroup (grouptitle, displayorder, volatile) VALUES ('shoutbox', '560', '0')
mysql error: Duplicate entry 'shoutbox' for key 1

mysql error number: 1062

Date: Friday 29th of October 2004 09:10:41 PM
Script: http://www.detailcity.com/install/ha...=Shoutbox_Hack
Referer: http://www.detailcity.com/install/ha...=Shoutbox_Hack
Username: Rick Sample

done and tried to reupload all files
Reply With Quote
  #299  
Old 10-30-2004, 11:32 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rick Sample
hmm....getting this error:

Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home/detailci/public_html/includes/db_mysql.php on line 389

Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/detailci/public_html/includes/db_mysql.php on line 389

Database error in vBulletin 3.0.3:

Invalid SQL: INSERT INTO settinggroup (grouptitle, displayorder, volatile) VALUES ('shoutbox', '560', '0')
mysql error: Duplicate entry 'shoutbox' for key 1

mysql error number: 1062

Date: Friday 29th of October 2004 09:10:41 PM
Script: http://www.detailcity.com/install/ha...=Shoutbox_Hack
Referer: http://www.detailcity.com/install/ha...=Shoutbox_Hack
Username: Rick Sample

done and tried to reupload all files
Are you 1000% sure you did not insatall another shotbox hack, or have used vBindex in the past?
Reply With Quote
  #300  
Old 10-30-2004, 07:01 PM
CuriousGeorge CuriousGeorge is offline
 
Join Date: Oct 2004
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just installed shoutbox on a clean install of vB 3.0.3, running at www.christianchapel.net

The install went fine, and when I go to ../shoutbox.php everything works fine as well. However, nothing is displaying on my mainpage. I looked throug the settings for shoutbox in the control panel, and can see nothing that would lead me to believe something was wrong. I also searched this thread, and could find no documentation that might be of assistance.

Any reason why, on my index.php page, the shoutbox does not show?

Thanks
Reply With Quote
  #301  
Old 10-30-2004, 08:52 PM
TwinsX2Dad TwinsX2Dad is offline
 
Join Date: Oct 2004
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perfect & flawless installation - but I can't stand the iframe option, so I disabled it in the admincp settings.

Me clix install. Thank you!

A suggestion: How about a shoutbox admin block in the left column of the acp?
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 12:03 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.05258 seconds
  • Memory Usage 2,329KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete