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 = 'NZ Web Hosting > Knowledgebase > Downloads'; $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("Downloads"); $alt_body = trim('

PHP and php.ini
This is the php configuration file used to customise php behaviours on Windows servers. You should place this file in your website's root directory (after customising it to suit your needs). Some knowledge of PHP and the use of php.ini is highly recommended. Download »

Google Analytics
Google Analytics shows you how people found your site, how they explored it, and how you can enhance their visitor experience. With over 80 reports, a free Google Analytics account will track visitors through your site, and will keep track of the performance of Google-based campaigns such as AdWords, email campaigns and so on. Google Analytics is a full-featured, powerful analytics package. For full details please refer to the Google Analytics site.

 

 

If you know what you're doing and just want the files tp put on your server... there are two you need:

234__utm.js - the Urchin UTM file to include on your webpage.  Download »
_utm.gif - the Urchin UTM gif file to include on your webpage.  Download »

'); if($alt_heading){ $alt_heading = '
'.$alt_heading.'
'; } if($alt_heading || $alt_body){ $inner_content .= $alt_heading . $alt_body; } /* */ $inner_content .= ""; /* */ $related_inner_content = ""; $ext_list = build_whois_options(); print html_output(); ?>