"DVZ Shoutbox" v1.0 MyBB plugin; compatibility: MyBB 1.6.*
by Tomasz 'Devilshakerz' Mlynski [devilshakerz.com]; Copyright (C) 2012
contact: devilshakerz@gmail.com.
released under Creative Commons BY-NC-SA 3.0 license:
http://creativecommons.org/licenses/by-nc-sa/3.0/

----------------------ABOUT-----------------------
Lightweight MyBB AJAX-based shoutbox for forum's users' real-time chatting.
Highly customizable via ACP Panel.

Major features:
  - smileys and MyCode parsing
  - away mode (turn off autorefreshing when user is inactive for a specified time)
  - antiflood time control
  - minimum forum posts to shout
  - blocking specified users from shouting
  - specifying user groups access to read, shout and moderate (edit/delete)
  - archive mode with users' IP addresses seen to moderators

DVZ Shoutbox is using jQuery, which is officially confirmed as the only
MyBB 1.8 JavaScript library.

-------------------INSTALLATION-------------------

Step 1. UPLOAD
  Upload files from "upload/" folder to your MyBB root directory.

Step 2. {$dvz_shoutbox}
  Open your Admin CP and go to Templates management. Open "index" template
  and insert "{$dvz_shoutbox}" variable wherever you want shoutbox to display,
  e.g. after "{$header}".

  Note that {$dvz_shoutbox} can be placed anywehere in your templates -
  for example if you want shoutbox to display on all of your forum pages
  above the content, you can insert {$dvz_shoutbox} at the end of
  "header" template.

Step 3. jQuery
  DVZ Shoutbox requires jQuery JavaScript library to work properly.

  Open "headerinclude" template ("Ungrouped Templates") and paste there this code:
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

Step 4. CSS Styles
  Add to your "global.css" stylesheet (or wherever you want) the CSS code
  for DVZ Shoutbox - the default CSS are in the "STYLES.txt" file in this package.

  You can ajdust these styles to fit your forum's Theme.

Step 5. Install
  Open your Admin CP and install the "DVZ Shoutbox" plugin.