Fatal Error: Cant Load ". PHPFOX_DIR ."phpfox_loader.php");
}
if (@$GLOBALS['phpfox_config']['error_reporting'])
{
error_reporting(0);
}
}
// Set the default title
$phpfox_page_title = "Music ";
function music_songs($name)
{
global $VAR;
$a = phpfox_mysql_query("SELECT * FROM `music` WHERE `artist` = '$name' LIMIT 0,10");
$total = mysql_num_rows($a);
if ($total != '0')
{
$music = '
';
$a = phpfox_mysql_query("SELECT * FROM `music` $addDB ORDER BY `artist` LIMIT $num,$TOTALG");
$mcount = 0;
while ($b = mysql_fetch_array($a))
{
$mcount++; $css = "";
if (!is_int($mcount / 2)) { $css = 'border13'; }
$music .= '
';
}
$music .= '
No Featured Songs Added Yet.
';
}
return $music;
}
function music_section()
{
global $VAR;
main_session("music");
$PAGE = "";
$icount = 0;
$a2 = phpfox_mysql_query("SELECT * FROM `page` WHERE `page` = 'music' ORDER BY `time` DESC LIMIT 0,6");
while($b2 = mysql_fetch_array($a2))
{
$icount++;
$br = ""; if ($icount == '3') $br = "
Welcome to our music section. You can browse for videos simply by clicking on the letters above or by searching for them either by "Artist Name" or "Title" of the
song. To play a video click on the title or the

play button.
With every video you can also add to your profile for other members to view on your page. To add a video click on the

add button.