Ok ive purchased radiopanel ive configed mysql.php perfactly but with config.php im getting confused can anyone tell me what to do heres code
<?php
//config document for radio panel
//please edit Connections/MySQL.php for MySQL information
//Your licence key
$config_licence = "*****-*****-*****-*****";
//Name of your site
$config_general_sitename = "Habbozade";
//Banner image URL
$config_general_bannerimg = "images/radiopanelbanner.gif";
//Page Title
$config_general_pagetitle = "Habbozade DJ Panel";
//Header, leave blank if not required. Please use VALID HTML
$config_elements_header = "";
//Footer, leave blank if not required. Please use VALID HTML
$config_elements_footer = "";
//DJ Panel welcome message. Please Use VALID HTML
$config_elements_welcome = "Welcome To Habbozade DJ Panel ";
//DJ Says Public - Before output of Message - Allows for styling - Use VALID HTML
$config_elements_djsaysstart = "";
//DJ Says Public - After out put of message - Allows for styling - Use VALID HTML
$config_elements_djsaysend = "";
//Are you sure you want to delete message on timetable booking delete - Use VALID HTML
$config_elements_tmtbl_delmsg = "Are you sure you want to delete your booking?";
//Warning message when booking slot in timetable
$config_elements_tmtbl_warning = "WARNING: By booking this slot you agree that you will do your best to DJ at the time, if you are unable to DJ then you MUST delete your booking.";
//After user has inserted a request/shoutout where should the user be redirected to?
$config_request_redirect = "www.habbozade.co.u/";
//CSS Document URL
$config_style_url = "Style/default.css";
//message to display when radio panel is turn off (Valid HTML!)
$config_offline_msg = "<p>Radio Panel Offline!</p>";
//Radio Information
//IP/URL:
$config_radio_address = "english-shoutcast.com";
//Password:
$config_radio_password = "PUTHERE";
//Port:
$config_radio_port = "8008";
//Notes
$config_radio_notes = "Insert Here";
?>






Reply With Quote

