Please submit bugs to Jean[dot]Gourd[at]usm[dot]edu * * * * Beta Testers: * * ------------ * * Matthew Gambrell * * Jeremy Kackley * * * * Helpful Sources: * * ------------ * * http://www.spartanicus.utvinternet.ie/streaming.htm (m3u on server side) * * Thanks: http://www.budget-ha.com/audio/simple-mp3-streaming (m3u on client side) * * Thanks: http://www.phpfreaks.com/quickcode/Better-Unique-User-ID/23.php (user id) * * * * Please feel free to use this code. I only ask that you leave my copyright notice * * within your source. Hey, it's not such a huge thing to ask, right? * ************************************************************************************* * This is free software; you can redistribute it and/or modify it under the terms * * of the GNU General Public License as published by the Free Software Foundation; * * either version 2 of the License, or (at your option) any later version. * * * * This is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * * PURPOSE. See the GNU General Public License for more details. * * * * To obtain a copy of the GNU General Public License, write to the Free Software * * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * *************************************************************************************/ /************************ * Configurable Options * ************************/ $MP3STREAM_PARENT_FILENAME = "index.php"; // the filename of the main MP3Stream file (or a stub) located in the parent directory /******************************* * DO NOT EDIT BELOW THIS LINE * *******************************/ require_once(dirname(__FILE__)."/../$MP3STREAM_PARENT_FILENAME"); ?>