I am working on the assumption that people who actually uploaded content to the wiki actually tested the pages afterwards and thus were all correct.
I have written a script which will churn out a list of links which come up when "Internal error" is found. The problem is it would have to download all 2 million pages individually one by one to test them
So I will test a batch of something like 100 links and see how long it will actually take..
EDIT:
So out of my sample set of 1,030 links. 437 came back as "internal error" and took 2.6622693339984 minutes.
Lets see if I can work this out properly now..
2,200,000 links / 1030 = 2136 * 2.67 = 5704 minutes / 60 = 95 hours , meh!
Need to find out how to speed that up really. maybe run the script multiple times with different link files and take the browser out of the equation so it all runs on commandline.
EDIT2:
2.4mins from the command line
EDIT3:
2.2mins without downloading the whole page.


