Ihav.net Links Directory
vBulletin Link Directory
Link2Me Link Exchange Directory - The Professional SEO Link Exchange
Quality directory of webmasters actively seeking link exchange. Improve your search engine rankings and link popularity the easy way. Work clever not hard.
Share Central - Your Friendly Off Topic Discussion Forum
A friendly off topic discussion forum, chat, have fun, meet new friends, find the latest bargains and freebies, many discussion in loads of different topics, and loads loads more, for all ages. Registration is 100% free.
Making modifications to this code can cause your links page to stop working. Please only make
modifications where modifications are allowed. Being that this is a free service, we do not have
the resources to help you debug any changes you may have made. If you do run into problems with
this code, log into your account and download the original again.
*/
$OnCat = @$_GET["cid"];
if ($OnCat == "") {$OnCat = "0";} //Set to Main Directory Page
//You may name your links page anything you want. But for your links page to work correctly
//you must provide us with the name of your links page (without the '.php' extension).
$PageName = "resources"; // change this value to match your [PageName].php links page
//You may modify the following variable to change how many columns your main directory displays.
//By default this value is set to show 2 columns, but you may show as few as 1 column or
//as many as 4. Valid values (1,2,3,4)
$DirectoryCols = 2; // change this value to adjust how many columns your main directory page displays
//You may modify the following variable to change how many columns your sub category directory pages display.
//By default this value is set to show 2 columns, but you may show as few as 1 column or
//as many as 4. Valid values (1,2,3,4)
$SubCategoryCols = 2; // change this value to adjust how many columns your sub category pages display
//You may modify the following variable to display your links on a single page instead of
//directory style. This is a convenient way to display your links if you have fewer than 40.
$ShowAsSinglePage = 0; // change this value to 1 if you want a single page, or 0 for directory
$file = file("http://www.mylinkhelper.com/bin/phpdynfetch.asp?id=D3283A5F-5955-4A25-BFCA-6564D811D224&pagename=".$PageName."&cid=".$OnCat."&dircols=".$DirectoryCols."&subcols=".$SubCategoryCols."&single=".$ShowAsSinglePage);
if ($OnCat == "0") {
//This value is the title for your main directory page and can be modified
$sTitle = "Off-Topic Community";
$GetLinks = $file[0];
} else {
$iPos = strpos($file[0], "|");
$sTitle = substr($file[0],0,$iPos);
$GetLinks = substr($file[0],$iPos + 1,strlen($file[0]));
}
//<--- END MY LINK HELPER CODE --->
?>