Brady Mitchell wrote: > I've been asked to create a map of one of our largest sites that has > several thousand pages. I've created maps like this before using tools > like FreeMind (http://freemind.sf.net) or Visio, but it's always been > done before the site was built, not after.
I have used ht://Check with success before. (not on thousands, but I think it is capable of scaling that far.) It writes to a database, so you can run it, then run something else on the database to generate a map. It also has a decent web reporting system that allows regex searching. http://htcheck.sourceforge.net/ In my case I also used a filtering proxy to modify links that caused dumb loops where a random parameter caused a single page to appear as a black hole of unlimited pages. (ex.: http://example.com/page.asp?someid=biguglyrandomstring) some pages would generate new "biguglyrandomstring" and it would loop using that string, get a new one, loop, get a new one, loop... Orson _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
