![]() |
The Definitive Listing of Tasmanian Accommodation |
||
|
Find your
Hotel, Bed & Breakfast or Heritage Accommodation or Cabin. |
|
|
#Abax Hit Counter v1.00 - Copyright 2001 By Nathan Dickman - visit http://www.NathanDickman.com/
#This script may be freely distributed providing all copyright headers are kept intact
//Abax Hit Counter configuration//
$datafile="count/evandale.txt"; //filename for counter datafile
$counterstyle = "text"; //enter text for text,image for images, or invisible for none
$textcountlength = 5; //length of counter in digits if using text option
$font = "Arial, Helvetica, sans-serif"; //font face style if using text counter
$fontsize = "1"; //font size if using text counter
$fontcolour = "#FF6600"; //font colour use html colour codes
$imagedirectory = "images/"; //directory or http location to images NOTE: use trailing slash
$imagesext = ".gif"; //file extension for images e.g. .gif .jpg .png
$initialvalue = 1;
//MAIN CODE//
if (!file_exists($datafile)) {
$file = fopen($datafile,"w+");
fwrite ($file,$initialvalue);
fclose ($file);
}
else {
$file = fopen($datafile,"r+");
$hitcount = fread($file,filesize($datafile));
fclose ($file);
};
$hitcount++;
$file = fopen($datafile,"w+");
fwrite ($file,$hitcount);
if ($counterstyle != "invisible") {
if ($counterstyle == "text") {
echo ""
.sprintf("%0"."$textcountlength"."d",$hitcount)."";
}
else {
$longstr = strlen($hitcount);
for ($x=0; $x < $longstr; $x++) {
$image = substr($hitcount,$x,1);
echo "Evandale, Nile, Relbia| Restaurants | Attractions | Cafes | Caravan Park | Tours | FactsA short drive south from Launceston and only 5 minutes south of the Launceston airport, the historic town of Evandale offers much to the visitor. Numerous cafes, art galleries and other attractions are found in the attractive township. It is home to the world famous National Penny Farthing Championships and the Glover Prize for art. Weekend markets offer a pleasant attraction for a short drive and morning or afternoon tea in one of the many antique cafes. Evandale has retained its old world charm as developments occur sensitive to its heritage bachground. Hotels and B & B
Attractions
Tours
Miscellaneous
|
View local map
include("../includes/adverts.htm"); ?>
include("../includes/aaPHPrandomImage_sub.php"); ?>
|
TasHost (Tasmanian
owned and operated) |
Copyright
by TasHost © 2024 |
|