include("/home2/thegaunt/www/adm/connectdb.php");
$randad = rand(2,3000);
import_request_variables("gP", "");
$IDD = $_COOKIE["thegauntletlog"];
$IP = $_SERVER['REMOTE_ADDR'];
if (isset($IDD)) {
$sql = "UPDATE mm_cthegauntlet SET last_login = now(), IP='$IP' WHERE ID='$IDD'";
$result = mysql_query ($sql, $link ) or die ('request "Could not execute SQL query"');
}
$result = mysql_query( "SELECT * FROM bands WHERE bid = $bid" );
while ( $row = mysql_fetch_object( $result ) )
{
echo "\n";
echo "
\n";
echo "The Gauntlet :: $row->band - Heavy Metal - $row->bandname News - $row->band Videos - $row->band Ringtones - mp3s - Tabs - Wallpaper - lyrics\n";
echo "band Hard Rock and Heavy Metal Radio, ringtones, wallpaper, video, news, reviews, interviews, cd releases, chat, and concerts\">\n";
echo "\n";
echo "band music videos, $row->band buddy icons, $row->band wallpaper, desktops, aim, death metal, contests, forums, necrometal, kvlt, black metal, death metal\">\n";
};
?>