if(!isset($_SESSION))session_start(); $DOCUMENT_ROOT = str_replace( str_replace('/','\\',$_SERVER['SCRIPT_NAME']),'', str_replace('/','\\',$_SERVER['PATH_TRANSLATED'])); include $DOCUMENT_ROOT.'/includes/database.php'; include $DOCUMENT_ROOT.'/includes/navigation.php'; include $DOCUMENT_ROOT.'/includes/presentation.php'; $w = ''; extract($_REQUEST, EXTR_IF_EXISTS); define ('POP',(strtolower($w)=='pop'?true:false)); $QQ = chr(92).chr(34); /* Default setting */ $USE_TEMPLATE_DEFAULTS = 'on'; /* Document Head */ $html_title = 'Help > FAQ '; $meta_keywords = ''; $meta_description = ''; /* Tower */ //map tower items to php variables $tower_map = array( 'tower_0' => array(whois_form_1 => ''), 'tower_1' => array(margin_1 => ''), 'tower_2' => array(margin_2 => ''), 'tower_3' => array(margin_3 => ''), 'tower_4' => array(margin_4 => '') ); foreach($tower_map as $tower => $var_val){ $var = key($var_val); $val = $tower_map[$tower][$var]; eval (" if(file_exists(\"\$DOCUMENT_ROOT/includes/snippets/$val\") && !is_dir(\"\$DOCUMENT_ROOT/includes/snippets/$val\")){ \$$var = file_get_contents(\"\$DOCUMENT_ROOT/includes/snippets/$val\"); }else{ \$$var = ''; } "); } //and don't forget the arrow! $show_arrow = ''; if($show_arrow ){ $arrow_content = ''; } /* */ $promo_filename = ''; if($promo_filename && file_exists("$DOCUMENT_ROOT/includes/snippets/promo/$promo_filename") && !is_dir("$DOCUMENT_ROOT/includes/snippets/promo/$promo_filename")){ $promo = file_get_contents("$DOCUMENT_ROOT/includes/snippets/promo/$promo_filename"); }else{ $promo = ''; } $snippet_filename = ''; if($snippet_filename && file_exists("$DOCUMENT_ROOT/includes/snippets/$snippet_filename") && !is_dir("$DOCUMENT_ROOT/includes/snippets/$snippet_filename")){ $inner_content = file_get_contents("$DOCUMENT_ROOT/includes/snippets/$snippet_filename"); }else{ $inner_content = ''; } /* */ $alt_heading = trim("FAQ - Answers to common Web Hosting questions"); $alt_body = trim(''); if($alt_heading){ $alt_heading = '
'.$alt_heading.'
'; } if($alt_heading || $alt_body){ $inner_content = $alt_heading . $alt_body; } /* */ $inner_content .= ""; /* */ $related_inner_content = "
Basics

Can WDot host a domain from any country?

How do I know which is the best plan for me?

What are PHP, ASP, Coldfusion, etc?

What are space and bandwidth/data transfer?

What is Virtual Hosting?

What is Web Hosting?
"; $related_inner_content .= "
Hosting Plans

Can I change my hosting plan?

Can I change web servers, e.g. Unix to Windows?

What does unlimited databases mean?

What does unlimited email accounts mean?

What features are best suited to each platform?

What is the best web hosting plan for my needs?
"; $inner_content .= $related_inner_content; $ext_list = build_whois_options(); print html_output(); ?>