SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

SQLshout is a shoutcast compatible streaming source application which uses a MySQL database for playlist management. The application is designed to be used in conjunction with a PHP Nuke module such that web site users can request songs, vote on songs, and the admin can manage the playlist queue.

If you want to help debug the code, set the environment variable CPPFLAGS before running configure and run configure as follows:

In BASH

export CPPFLAGS="-DDEBUG"
./configure --enable-debug <other options>

In CSH

set CPPFLAGS="-DDEBUG"
./configure --enable-debug <other options>

The -DDEBUG flag will turn on lots of extra debugging messages, so you may want to redirect STDERR to a text file.

To install the PHPNuke module and add the table defs to the database:

cd nuke/
./install_nuke_mods.sh

You will be prompted for various information about your setup, and a sqlshout config file will be generated.

Enjoy!!!


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.