/************************** Get Help Topic ************************************/
$topic = $HTTP_GET_VARS['topic'];
$print = $HTTP_GET_VARS['print'];
if (!isset($topic)) {
$topic=0;
}
// added for redirect to new support page
header("Location: http://start.localnet.com/help.php");
?>
/*******************************************************************************
Display Title based on value of $topic
*******************************************************************************/
if ($topic==1) {echo "How Do I Check My DNS Setting?";}
else if ($topic==2) {echo "How Do I Check My E-mail Settings?";}
else if ($topic==3) {echo "How Do I Configure Multiple E-mails?";}
else if ($topic==4) {echo "How Do I Check or Change My Dial-in Number?";}
else if ($topic==5) {echo "How Do I Upload My Personal Web Pages?";}
else if ($topic==6) {echo "How Do I Upload My Commercial Web Pages?";}
else if ($topic==7) {echo "Using FormMail";}
else if ($topic==8) {echo "FormMail List of Commands";}
else if ($topic==9 || $topic==10) {echo "FormMail Examples";}
else {echo "How Do I...(FAQ Page)";}
?>
if (!isset($print)) {
?>
} ?>
if (!isset($print)) {include ("/web/www.localnet.com/aff_head.phtml");}
?>
if (!isset($print)) {?>
include ('/web/www.localnet.com/help_menu.phtml'); ?>
} ?>
} ?>
/*******************************************************************************
Include file based on value of $topic
*******************************************************************************/
if ($topic==1) {include ('/web/www.localnet.com/helppages/dns.phtml.max');}
else if ($topic==2) {include ('/web/www.localnet.com/helppages/email.phtml.max');}
else if ($topic==3) {include ('/web/www.localnet.com/helppages/multimail.phtml.max');}
else if ($topic==4) {include ('/web/www.localnet.com/helppages/chnum.phtml.max');}
else if ($topic==5) {include ('/web/www.localnet.com/helppages/pwebup.phtml.max');}
else if ($topic==6) {include ('/web/www.localnet.com/helppages/cwebup.phtml.max');}
else if ($topic==7) {include ('/web/www.localnet.com/helppages/formmail.phtml.max');}
else if ($topic==8) {include ('/web/www.localnet.com/helppages/fm_list.phtml.max');}
else if ($topic==9) {include ('/web/www.localnet.com/helppages/fm_ex.phtml.max');}
else if ($topic==10) {include ('/web/www.localnet.com/helppages/fm_result.phtml.max');}
else {
?>