$shoutdir = "modules/NS-iShoutbox/";
include $shoutdir."smilies.php";
$csvdatafile = $shoutdir."shout.csv";
$shoutfile = $shoutdir."shout.html";
$totalcol = 24;
$maxshouts = 20; // maximum shouts before trimming takes place
?>
$shoutdir = "modules/NS-iShoutbox/";
include $shoutdir."smilies.php";
$csvdatafile = $shoutdir."shout.csv";
$shoutfile = $shoutdir."shout.html";
$totalcol = 24;
$maxshouts = 20; // maximum shouts before trimming takes place
?>
|
 |
|
 |
/**************************************************************************/
/* PHP-NUKE: Internet Radio Block/Module */
/* ===================================== */
/* */
/* Copyright (c) 2003 by René Hart (webmaster@just4me.nl) */
/* http://www.just4me.nl */
/* */
/* This program 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. */
/* */
/* */
/**************************************************************************/
// Language
define('_INRADDIS','Internet Radio is loaded in a separate window, this part is now disabled.');
define('_INRADDIS2','Internet Radio is loaded in module, this part is now disabled.');
define('_INRADFLO','Load in separate window');
define('_INRADNOC','No choice made yet');
define('_INRADSEL','Selected station');
define('_INRADCHO','Select station');
define("_INRADPROG","Programmed radio-stations");
define("_INRADEDIT","Change settings");
define("_INRADNEW","Add new station");
define("_INRADNAME","Name of radio station");
define("_INRADSTREAM","Url for stream");
define("_INRADURL","Url for website");
define("_INRADPICT","Picture for radio station");
define("_INRADPICTDIR","Leave empty for default / no picture");
define("_INRADNOST","There are no programmed radio-stations at the moment");
define("_INRADERR1","Please enter a name for the radio station");
define("_INRADERR2","Please enter the stream url for the radio station");
define("_INRADBLSET","Settings Internet Radio block");
define("_INRADMODNAME","Module name");
define("_INRADPICCHO","Picture for radiostation");
define("_INRADPICDIR","Directory for pictures");
define("_INRADNOPICNAME","Default picture");
define("_INRADAUTOST","Auto start by one radio station");
define("_INRADPICDEF","Show default picture");
define("_ADMINISTRATION","Administration");
?>
|