Hi there, I just began using Coppermine Photo Gallery few days ago, in order to up a huge collection of pics.
The only thing I needed, and didn't found here, or in a style I don't like, is a shoutbox, so I tried to make one easy to use

So I used the "anycontent.php" file, to include it in my CPG, with a little bit more files, that can be found as attachment file here,
if you want to use it, just unzip the file to your CPG install folder, overriding the file "anycontent.php" too.
If you want to modify config of the shoutbox, you can edit the file "shout_cfg.php" :
<?php
/**
* Shoutbox Config.
*
* Shoutbox by Corbamis (corbamis@gmail.com) for Coppermine Photo Gallery.
**/
//Labels Config
$shout_title = "Shoutbox"; //Any Content Tab Label
$shout_post = "Post"; //Button Label
$shout_msg = "Message :"; //Message Label
$shout_nopost = "Please post something!"; //No post Label
$shout_plz_login = "Please login to post in the Shoutbox."; //Login to post Label
//Size Config
$shout_height = "200"; //Height of the shoutbox
$shout_width = "500"; //Width of the shoutbox
$shout_input_size = "110"; //Size in chars for the input
//Images Config
$shout_up_img = "images/arrow_up.gif";
$shout_down_img = "images/arrow_down.gif";
//Colors Config
$shout_bg = "#FFFFFF";
$shout_font = "<font size=\"1\" face=\"Verdana, Arial\">";
$shout_font_error = "<font size=\"1\" color=\"red\">";
//File Config
$shout_file = "shoutbox.dat"; //File which contain all posts
?>
This shoutbox is only available to registered members for writing, but anonymous can read it too, without posting

So, hope it could be useful for someone, and finally, sorry for my poor english, I'm french

Content of zip file :
- images/arrow_down.gif (Image fo scrolling down the shout)
- images/arrow_up.gif (Image for scrolling up the shout)
- anycontent.php (File which permits access to the shout)
- shout.php (File which permits access to the shout too)
- shout_cfg.php (Config file)
- shoutbox.dat (Data file which contains all posts)
Whoops, sorry, forget to post an example, so you can just try it at :
http://afkcafe.free.fr 