setOutputEncoding('CP1251'); $data->read('Music.xls'); // Script created by Manic Man // Declare Variable global $Number; global $TextArray; global $FileName; global $Name; global $Size; global $Type; global $Description; global $Tag; global $Header; global $N; global $TotalNum; global $RowNum; $TotalNum = $data->sheets[0]['cells'][1][2]; $Number = 3; $N = 0; ?> "); echo (""); echo (''); echo (""); echo (""); echo ('
Music
'); ?>
Quick Jump List
- Masato Nakamura`s Band, that have been linked with the Sonic from the Start. We feature a couple of there tracks that are related to Sonic Directly
- Music from the Games themselves, from Full Audio rips, to OST Releases
- From the Cartoon Show `Sonic the Hedgehog`, we feature Musical background and featured songs
- From the Cartoon Show `Adventures of Sonic the Hedgehog`, here are some tunes and songs
- From the 2 Part OVA (also film version) `Sonic the Hedgehog`, We have tracks!
- From the Cartoon Show `Sonic Underground`, All their Featured Songs and more!
- Think that`s all? There have been a number of Other Sonic related Albums released which we put here!

'); $FileName = $data->sheets[0]['cells'][3][1]; while($FileName <> "") { $RowNum = $Number; $FileName = $data->sheets[0]['cells'][$RowNum][1]; //File Name $Name = $data->sheets[0]['cells'][$RowNum][2]; //Name $Size = $data->sheets[0]['cells'][$RowNum][3]; //Size $Type = $data->sheets[0]['cells'][$RowNum][4]; //Type $Description = $data->sheets[0]['cells'][$RowNum][5]; //Description $Tag = $data->sheets[0]['cells'][$RowNum][6]; //Tag $Header = $data->sheets[0]['cells'][$RowNum][7]; //Header $More = $data->sheets[0]['cells'][$RowNum][8]; //More $IMG = $data->sheets[0]['cells'][$RowNum][9]; //Image if ($IMG == ""){ $IMG = "NA"; } $Tracks = $data->sheets[0]['cells'][$RowNum][10]; //Tracks $Details = $data->sheets[0]['cells'][$RowNum][11]; //Details $DownType = $data->sheets[0]['cells'][$RowNum][12]; //Download Type $Number = $Number + 1; if ($Header == "YES"){ $Row = 0; echo('
'.$Name.'
- '.$Description.'
'); } else { echo(''); $Row += 1; } if ($Row == 2){ echo(''); $Row = 0; } if ($Header == "END"){ Echo ('
'.$Name.'
- '.$Description.'

'.$Details.'
'.$Tracks.'
'.$DownType.' - '.$Size.' '.$Type.'
'); } $FileName = $data->sheets[0]['cells'][$RowNum+1][1]; } ?> "); ?>