\r\n\r\nForbidden 403\r\n\r\n

Forbidden 403

\r\nThe document you are requesting is forbidden.\r\n\r\n"; exit; } // category listing $getPageLinksTop = mysql_query("SELECT * FROM affiliSt_pages ORDER BY name ASC"); $pageLinksTop = mysql_fetch_assoc($getPageLinksTop); $box_content = new XTemplate ("skins/".$configSkin['value']."/styleTemplates/pagelinksfoot.tpl"); $storedCategory = ''; // create navigation from category and brond list do { if ($pageLinksTop['id'] != 1) { $catresult = $pageLinksTop['id']; if ($storedCategory != $catresult) { // get link location options $linkOpt = explode(":", $pageLinksTop['location']); if ($linkOpt[2] == 1) { if ($navOpt[7] == 1) { // html perma if ($pageLinksTop['parent'] == 0) { $box_content->assign("FOOTLINKDATA",$installDir['value'].'page/'.$catresult.'/'.urltxt($pageLinksTop['name']).'.html'); } else { $box_content->assign("FOOTLINKDATA",$installDir['value'].'page/'.$pageLinksTop['parent'].'/'.$catresult.'/'.urltxt($pageLinksTop['name']).'.html'); } } else { // php link if ($pageLinksTop['parent'] == 0) { $box_content->assign("FOOTLINKDATA",$installDir['value'].'index.php?page='.$catresult); } else { $box_content->assign("FOOTLINKDATA",$installDir['value'].'index.php?page='.$pageLinksTop['parent'].'&subpage='.$catresult); } } $box_content->assign("FOOTDATA",$pageLinksTop['name']); $box_content->parse("pagelinksfoot.li"); $storedCategory = $catresult; } } else { $catresult = ucwords(strtolower($pageLinksTop['id'])); } } } while ($pageLinksTop = mysql_fetch_assoc($getPageLinksTop)); /* Please do not remove the following link. This link is protected by the AffiliStore licence and can only be removed if terms have been priorly agreed. This link is allowing AffiliStore products to remain free downloads. For details visit www.affilistore.com and click on 'Licence' or contact 'admin (at) affilistore (dot) com' */ $box_content->assign("LICENCEPROTECTEDLINK",'



Search Engine Optimisation Position Gold Ltd.

'); $box_content->assign("SKIN",$configSkin['value']); $box_content->parse("pagelinksfoot"); $box_content = $box_content->text("pagelinksfoot"); ?>