include "../rcontrol/config.php";
include "$SERVERPATH/rcommon/functions.php";
include "$SERVERPATH/rcommon/stripallslashes.php";
include "$SERVERPATH/rcommon/database.php";
include "$SERVERPATH/registration/includes/includefornonregfiles.php";
$colorofpopupbg="#D7F4FF";
if($upgrade=="yes")
{
//echo "LOGIN1: ".$login;
//echo "SELECT id,country,contactperson FROM member WHERE login='$login'";
$result=mysql_db_query($DATABASE,"SELECT id,country,contactperson FROM member WHERE login='$login'");
if(mysql_num_rows($result))
{
$ctry =stripslashes(mysql_result($result,0,"country"));
$id_login=stripslashes(mysql_result($result,0,"id"));
$contperson=stripslashes(mysql_result($result,0,"contactperson"));
}
}
?>
echo $SITENAMEDISPLAYBIG ?>.com - echo "$SITE_BY_LINE";?>
include "$SERVERPATH/metatags.php" ?>
include "$SERVERPATH/rssi/head.php" ;
//echo " LOGIN2: ".$login;
?>
// Top Banner begins here
include "$SERVERPATH/rssi/topbanner.php"
// Top Banner ends here
?>
// the first td begins here
?>
// the first td end here and the second td which is the left banner begins here
// NESTED LEFT CONTENT BEGINS HERE
// the left banner contents begins here
include "leftbanner.php" ;
// the left banner contents ends here
// NESTED LEFT CONTENT ENDS HERE-->
?>
// CONTENT TO DISPLAY
if($sample=='tz')
{
include "tradingzone.html";
}
elseif($sample=='tzdetails')
{
include "tradingzonedetails.html";
}
elseif($sample=='pwr')
{
include "pricewatch.html";
}
elseif($sample=='in')
{
include "industrynews.html";
}
elseif($sample=='ir')
{
include "industryreports.html";
}
elseif($sample=='istats')
{
include "industrystatistics.html";
}
elseif($sample=='catalog')
{
include "catalog.html";
}
if(!$sample)
{
include "tradingzone.html";
}
?>