Pending Categories  |  "; print "Pending URLs  |  "; print "Stats  |  "; print "Ping Google  |  "; print "Settings

"; } else { include('./style/header.php'); } ?>
Get a free Search Engine Optimization Quote click here

Sitemap of Categories:

"; function fngensitemap($start_id, $level, $seo_urls) { $sql = "select cat_id, name from dir_cat where parent_id = " . $start_id . " order by name asc"; $rst = mysql_query($sql); if(mysql_affected_rows() > 0) { $cnt = $level; $prefix = ""; while($cnt > 0) : $prefix = $prefix . "     "; $cnt = $cnt - 1; endwhile; while($row = mysql_fetch_array($rst)) : $rnm = str_replace(" ","-",$row['name']); $rnm = str_replace("---","-",$rnm); if($start_id == 0) { if($seo_urls == "Y") { print "

" . $prefix . "" . $row['name'] . "

"; } else { print "" . $prefix . "" . $row['name'] . "
"; } } else { if($seo_urls == "Y") { print $prefix . "" . $row['name'] . "
"; } else { print $prefix . "" . $row['name'] . "
"; } } fngensitemap($row['cat_id'], $level + 1, $seo_urls); endwhile; } } fngensitemap(0, 0, $seo_urls); mysql_close(); print ""; ?>