ShoutCode

A PHP shoutbox

ShoutCode is a flat-file PHP shoutbox script, i.e. you do not require MySQL.

Demo / Download

Demo
Download (44 KB)

ShoutCode development is currently abandoned due to other priorities. However, you can still download ShoutCode above and I will still gladly answer to support questions.

Updates & Fixes

  • Oct 16 2012: 3.1.2
  • Apr 04 2009: 3.1.1
  • Feb 28 2009: 3.1.0
  • Feb 01 2009: 3.0.5
  • Oct 14 2008: 3.0.4 (Bug fixes)
  • Oct 13 2008: 3.0.3
  • Sep 15 2008: 3.0.2
  • Sep 05 2008: 3.0.1
  • Aug 29 2008: 3.0.0
  • Jan 30 2008: 2.0 released

Changelog

- 3.1.2
  • Added time offset option (as per request).
  • Replaced some code that was deprecated in PHP 5.3.
  • Small text changes in About page and readme file.

See changelog for all versions

Upgrading

Upgrading from 3.1.1 to 3.1.2: Keeping the whole /data/ folder won't cause any problems.

To upgrade:
  • Download the file /data/posts.php
  • Upload the latest ShoutCode version onto your server.
  • Re-run the installation.
  • Overwrite the current /data/posts.php file with the one you have downloaded.
  • Adjust settings (Options > Settings) to your liking again.
Unfortunately, you cannot keep your settings.php file as setting names and features have been changed throughout the versions.
You may also keep your /inc/users.db.php post as this has never been changed from 3.0.0 to 3.1.2.