$baseDir = '/home/alaskaji/public_html';
require_once($baseDir.'/includes/config.php');
$match = array();
$title = 'Illinois Radio Station Charts & Playlists';
$desc = 'Illinois Radio Station Charts & Playlists';
$keywords = 'Illinois, Radio, Pylist, Charts, Songs, Singles, Top, Hits, 40, 100';
$match['year'] = ''; // '1999', '2000', etc.
$match['type1'] = ''; // 'Downloads', 'Industry', 'Label', 'Personal', 'Voting'
$match['type2'] = ''; // 'Albums', 'Artists', 'Artist Singles', 'Concerts', 'DVDs', 'MP3s', 'Performances', 'Ringtones', 'Singles', 'Videos'
$match['type3'] = 'Current'; // 'Current', 'Week', 'Year', 'Decade', 'All Time'
$match['type4'] = 'Radio'; // 'Undefined', 'Club', 'DJ', 'Downloads', 'Internet Radio', 'Radio'
$match['pe5'] = ''; // 'Undefined', 'Drummer', 'Duo', 'Guitarist', 'Keyboardist', 'Lyricist', 'Vocalist'
$match['country'] = ''; // Use 2 letter abbreviation, or full name of continents: Africa, Europe, Scandinavia, World
$match['state'] = 'IL'; // Use 2 letter abbreviation
// genre
$match['genre.name'] = ''; // See values below
// use 'rating DESC' to sort with highest rated first, use 'RAND()' to sort in random order
$orderBy = 'RAND()'; // 'rating DESC', 'RAND()'
include($baseDir.'/header.php');
|
include($baseDir.'/sidebar.php'); ?>
| |
= $title ?>
| Chart |
Chart Name |
Genre |
if($match['type3'] != 'Current'){ ?>
#1 |
} ?>
foreach($match as $idx => $val){
if($val == ''){
unset($match[$idx]);
}
}
$charts = ChartEntry::get(0, $match, $orderBy);
if(is_array($charts) && count($charts)) {
foreach($charts as $chart){
$data = $chart->data;
$numberOne = ($data['top_artist'] != '' ? $data['top_artist.' - ' : '').$data['top_song'];
if($data['album_url']) $numberOne = "{$numberOne}";
echo('');
echo('| '.$data['name']." | \n");
echo(''.$data['title']." | \n");
echo(''.$data['genre']." | \n");
if($match['type3'] != 'Current'){
echo(''.$numberOne." | \n");
}
echo(' ');
}
}else{
echo('| Sorry, there were no charts in this category | ');
}
?>
include($baseDir.'/footer.php'); ?>
Current Illinois Singles Radio Charts
|
Ringtones
| |
Current Illinois Singles Radio Charts
| Chart |
Chart Name |
Country |
Genre |
| WGRB Gospel 1390 (Chicago, IL) |
Top 10 |
US |
Gospel |
| WNUA 95.5 (Chicago, IL) |
Top Ten |
US |
Jazz |
| WHMS 97.5 (Champaign, IL) |
Lite Rock 97.5 Playlist |
US |
AC |
| WLIT The Lite 93.9 (Chicago, IL) |
Top 10 Songs |
US |
AC |
| WCIL 101.5 (Carbondale/Marion, IL) |
Hot 529 |
US |
Pop |
| WQQB Q96 (Champaign, IL) |
Hitlist |
US |
Pop |
| WONU 89.7 Shine FM (Chicago, IL) |
Top 10 |
US |
Christian |
| WOOZ Z100 (Carbondale-Marion, IL) |
Z100 Top 10 |
US |
Country |
| WIXY 100.3 (Champaign, IL) |
Top 10 |
US |
Country |
| WVAZ V-103 (Chicago, IL) |
Top 10 |
US |
R&B |
| WMJM Majic 104.9 (Columbia, IL) |
Top 10 |
US |
R&B |
| WONC 89.1 (Naperville, IL) |
Currents |
US |
Alternative |
| WSWT 107 (Peoria, IL) |
Top Hit List |
US |
AC |
| WZOK 97-ZOK (Rockford, IL) |
97ZOK Music |
US |
Pop |
| WZPW Power 92 (Peoria, IL) |
Playlist |
US |
Pop |
| WDBR 103.7 (Springfield, IL) |
Top Requests |
US |
Pop |
* If there are charts that belong on
this page or there are links that no longer work, please contact Alaska
Jim.
|
|