Bed & Breakfasts Directory Page 3 of 48 Rhino River Lodge (Bed & Breakfast accommodation in Hluhluwe) Set in the very heart of Zululand, South Africa against a backdrop of the lovely Lebombo Mountains, our small and exclusive lodge offers a unique bush experience and guarantees personal a ... more ...
Phinda Rock Lodge (Bed & Breakfast accommodation in Hluhluwe) Unique African architecture: Set into a cliff-face overlooking the beautiful Leopard Rock, this safari lodge is an absolute delight. Its intimate suites are seemingly suspended over the deep valley below, providing breathtaking vi ... more ...
Mhlosinga Bush Lodge (Bed & Breakfast accommodation in Hluhluwe) "Mhlosinga” is the Zulu name for the “Fever Tree” which is abundantly found within the park. It is perfectly located to experience the dramatic Elephant coast of South African together with world renowned game reserves ... more ...
Milimani Game Sanctuary (Bed & Breakfast accommodation in Pongola) Home to numerous antelope species, rhino and small predators. Indigenous orphaned and rehabilitated animals are released back into their natural habitat. Luxury, en suite, air-conditioned rooms are uniquely furnished. Game drives, walks, birding, ... more ...
Pumalanga Nature Reserve (Bed & Breakfast accommodation in Hluhluwe) Pumalanga Nature Reserve is situated on the brink of Maputoland in the southern foothills of the Lebombo mountain range, bordering the well-known Mkuzi Game Reserve in the north and the Phinda Reserve in the south. We are part of the Great St. Luci ... more ...
Zulu Wings Game Lodge (Bed & Breakfast accommodation in Dundee) Accommodation between Dundee/Nqutu KwaZulu-Natal lies nestled in the Biggarsberg and is centrally situated close to the Isandlwana, Rorke's Drift and Blood River Battlefield sites as well as the Talana Museum in Dundee. Zulu Wings Game Lodge i ... more ...
Bahati Bushcamp & Game Farm (Bed & Breakfast accommodation in Hluhluwe) Bahati Bushcamp is set up on a privately owned game farm. Set in superb bush environment, Bahati offers guests a genuine hands on "Out of Africa" experience. ... more ...
Bayala Game Lodge (Bed & Breakfast accommodation in Mkuze) Your home away from home in Northern Zululand Comfortable holiday accommodation in a private game lodge Nestled at the foot of the picturesque Ubo ... more ...
Falaza Game Park & Spa (Bed & Breakfast accommodation in Hluhluwe) Privately owned Falaza Game Park and Spa offers an array of authentic bush experiences in a lush indigenous setting. A mere three hour scenic drive from Durban International Airport, just 100km from Richards Bay Airport, you can enjoy the true Afr ... more ...
Lidiko Lodge (Bed & Breakfast accommodation in St Lucia) The lodge is family owned and managed. Set above the Great St Lucia Lake, on a coastal dune and with views of the lake, accommodation in the well appointed 16 garden rooms is provided on a bed & breakfast basis.The main building of the ... more ...
Penwarn Country Lodge (Bed & Breakfast accommodation in Underberg) Choose between two fully-catered exclusive lodges, Mthini Lodge and Indabushe Lodge and enjoy a break in sumptuous colonial style.The farm Penwarn lies in a beautiful valley traversed by two rivers. Zebra, wildebeest and antelope roam free across ... more ...
Appin Farm House & Bald Ibis Hiking Trail (Bed & Breakfast accommodation in Van Reenen) Selfcatering farmhouse, 12 x ensuite bedrooms, backpackers farmbarn. 2day, 17km Hiking trail,with overnight in a open cave. We offer excellent rockclimbing. Big area for mountain climbing or -cycling or -biking. ... more ...
Leopards & Louries Bush Lodge & Safaris (Bed & Breakfast accommodation in Camperdown) The amazing view over natural bush and the peace and tranquillity at Leopards & Louries Bush Lodge make it difficult to believe that the business centres of Durban, Pinetown and Pietermaritzburg are so close. Leopards & Louries ... more ...
Mvubu Game Lodge (Bed & Breakfast accommodation in Pogola Game Reserve) This African Colonial style lodge caters for the discerning nature lover, and its unique position on a ridge overlooking the Pongola River commands panoramic views of the reserve. It is the ideal place in which to relax and enjoy regular sightings ... more ...
Malala Lodge & Safaris (Bed & Breakfast accommodation in Hluhluwe) Malala Lodge offers you, the discerning visitor, true "Old World" hospitality set within the splendour of untamed Africa. This owner-managed lodge, which nestles amongst tranquil sand forest, abundant Lala Palms, rolling grassla ... more ...
Manaar House (Bed & Breakfast accommodation in Umhlanga) At Manaar House, visitors have the choice of bed and breakfast accommodation or the self catering option. All the B & B bedrooms are luxuriously appointed with airconditioning, telephone, internet facilities and individual satellite TV. Each r ... more ...
The Dune (Bed & Breakfast accommodation in Umdloti) Welcome to The Dune Guesthouse, Set high up on "the Dune" of Umdloti with breath taking views of the Indian Ocean. The large magnificent, indigenous garden is abundant with bird life and is visited by monkeys, mongooses and ... more ...
White Shores Guesthouse (Bed & Breakfast accommodation in Southbroom) White Shores Guesthouse is situated in the exclusive village of Southbroom, which is located on the sunny South Coast of Kwa-Zulu Natal with beautiful stretches of unspoilt beaches. The main beach offers excellent swimming and surfing ... more ...
Sharon Wessels
http://www.zulunyala.com/accom
+27 (0)79 490 8999
+27 (0)35 562 0169
Cache file name for URL: ".$url." is ".$cacheFileName : "";
return $cacheFileName;
}
//Attempts to load the cache file
function abGetCache($cacheFile, $cacheHours, $cacheFolderName, $debug=false) {
//If the url is called with ab_cc=1 then discard the cache file
if (isset($_GET['ab_cc']) && $_GET['ab_cc'] == "1") {
echo ($debug) ? "Clear cache invoked!" : "";
abRemoveCacheFile($cacheFile);
unset($_GET['ab_cc']);
return false;
}
if (!file_exists($cacheFile)) {
echo ($debug) ? "Error! Cache file does not exist! ".$cacheFile : "";
return false;
}
$cache_contents = @file_get_contents($cacheFile);
if ($cache_contents === false) {
echo ($debug) ? "Error: Cache file is completely empty!" : "";
return false;
} else {
echo ($debug) ? "Cache file contents".$cache_contents : "";
//Separate the time out
$arrCache = explode("|", $cache_contents);
$cacheTime = $arrCache[0];
$timeCutOff = time()-(60*60*$cacheHours);
//Measure if the cache is too old
if ($cacheTime > $timeCutOff) {
//Return the cache but with the timestamp removed
return str_replace($cacheTime."|", "", $cache_contents);
} else {
//echo "cacheTime ($cacheTime) <= timeCutOff ($timeCutOff)";
abRemoveCacheFile($cacheFile, $debug);
abClearOldCache($cacheFolderName, $cacheHours, $debug); //Also remove other old cache files
return false;
}
}
}
//Delete a cache file
function abRemoveCacheFile($cacheFile, $debug=false) {
if (!@unlink($cacheFile)) {
echo ($debug) ? "Error: Could not remove cache file: ".$cacheFile : "";
return false;
} else {
echo ($debug) ? "Successfully removed the cache file: ".$cacheFile : "";
return true;
}
}
//Loads links from the automaticbacklinks web site
function abGetLinks($page, $accountCode, $v, $s, $debug=false) {
//Make the URL
$url = "http://www.automaticbacklinks.com/links.php";
$url = $url."?a=".$accountCode;
$url = $url."&v=".$v;
$url = $url."&s=".$s;
$url = $url."&page=".urlencode($page);
echo ($debug) ? "Making call to AB: ".$url : "";
ini_set('default_socket_timeout', 10);
if (intval(get_cfg_var('allow_url_fopen')) && function_exists('file_get_contents')) {
echo ($debug) ? "Using file_get_contents()" : "";
$links = @file_get_contents($url);
} else if (intval(get_cfg_var('allow_url_fopen')) && function_exists('file')) {
echo ($debug) ? "Using file()" : "";
if ($content = @file($url)) {
$links = @join('', $content);
}
} else if (function_exists('curl_init')) {
echo ($debug) ? "Using cURL()" : "";
$ch = curl_init ($url);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$links = curl_exec($ch);
curl_close ($ch);
} else {
echo ($debug) ? "Error: no method available to fetch links!" : "";
return false;
}
return $links;
}
//remove ab_cc etc. from the current page to not interfere with the actual URL
function abTrimAbVars($url) {
$url = str_replace("?ab_cc=1", "", $url);
$url = str_replace("&ab_cc=1", "", $url);
$url = str_replace("?ab_debug=8dac1be9c9bec7d0b0fca5412b482796", "", $url);
$url = str_replace("&ab_debug=8dac1be9c9bec7d0b0fca5412b482796", "", $url);
return $url;
}
//Get page
function abGetPageUrl($debug=false) {
$query = "";
$protocol = (isset($_SERVER['HTTPS'])) ? "https://" : "http://";
$host = $_SERVER['HTTP_HOST'];
if ($_SERVER["REDIRECT_URL"]) {
//Redirect
if (isset($_SERVER['REDIRECT_SCRIPT_URI'])) {
//Use URI - it is complete
$page = $_SERVER['REDIRECT_SCRIPT_URI'];
} else {
//Use file and query
$file = $_SERVER["REDIRECT_URL"];
if (isset($_SERVER['REDIRECT_QUERY_STRING'])) {
$query = "?".$_SERVER['REDIRECT_QUERY_STRING'];
}
}
} else {
//No redirect
if (isset($_SERVER['SCRIPT_URI'])) {
//Use URI - it is complete
$page = $_SERVER['SCRIPT_URI'];
} else if (isset($_SERVER['REQUEST_URI'])) {
//Use URI
if (substr($_SERVER['REQUEST_URI'],0,4) == "http") {
//Request URI has host in it
$page = $_SERVER['REQUEST_URI'];
} else {
//Request uri lacks host
$page = $protocol.$host.$_SERVER['REQUEST_URI'];
}
} else {
$file = $_SERVER['SCRIPT_NAME'];
if (isset($_SERVER['QUERY_STRING'])) {
$query = "?".$_SERVER['QUERY_STRING'];
}
}
}
if (!$page) {
$page = $protocol.$host.$file.$query;
}
$page = abTrimAbVars($page);
echo ($debug) ? "This page is reported as: ".$page : "";
return $page;
}
?>
|
|
|