$baseDir = '/home/alaskaji/public_html';
require_once($baseDir.'/includes/config.php');
$match = array();
$title = 'Bluegrass Singles Charts';
$desc = 'Bluegrass Singles Charts';
$keywords = 'Bluegrass, Songs, Singles, Charts, Top, Hits';
match['year'] = ''; // '1999', '2000', etc.
$match['type1'] = 'Industry'; // 'Downloads', 'Industry', 'Label', 'Personal', 'Voting'
$match['type2'] = 'Singles'; // 'Albums', 'Artists', 'Artist Singles', 'Concerts', 'DVDs', 'MP3s', 'Performances', 'Ringtones', 'Singles', 'Videos'
$match['type3'] = 'Current'; // 'Current', 'Week', 'Year', 'Decade', 'All Time'
$match['type4'] = ''; // 'Undefined', 'Club', 'DJ', 'Downloads', 'Internet Radio', 'Radio'
$match['type5'] = ''; // 'Undefined', 'Drummer', 'Duo 'Guitarist', 'Keyboardist', 'Lyricist', 'Vocalist'
$match['country'] = ''; // Use 2 letter abbreviation, or full name of continents: Africa, Europe, Scandinavia, World
$match['state'] = ''; // Use 2 letter abbreviation
// genre
$match['genre.name'] = 'Bluegrass'; // See values below
// use 'rating DESC' to sort with highest rated first, use 'RAND()' to sort in random order
$orderBy = 'rating DESC'; // 'rating DESC', 'RAND()'
/*
AAA
AC
Adult
African
AltCountry
Alternative
Americana
BluegrassBlues
Celtic
Christian
Classical
ClassicRock
Compilations
Country
Dance
Disco
Euro
Flamenco
Folk
Funk
Funny Songs
Gospel
Goth
Hard Rock
HipHop
Holiday
Indie
Indies
Jazz
Kids
Latin
Metal
Musicals
Oldies
Opera
Pop
R&B
Rap
Reggae
Rock
Romance
Ska
Soundtrack
Spanish
Surf
Weddings
World
*/
include($baseDir.'/header.php');
?>
|
include($baseDir.'/sidebar.php'); ?>
> | |
= $title ?>
| Chart |
Chart Name |
Countr/font> |
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['country']." | \n");
if($match['type3'] != 'Current'){
echo(''.$numberOne." | \n");
}
echo(' ');
}
}else{
echo('| Sorry, there were no charts in this category | ');
}
?>
include($baseDir.'/footer.php'); ?>
Current Bluegrass Charts
|
Ringtones
| |
U.S. Industry Charts
International Charts
| Chart |
Chart Name |
Country |
Genre |
| Sorry, there were no charts in this category |
* If there are charts that belong on
this page or there are links that no longer work, please contact Alaska
Jim.
|
|