Hi !

Great Tool !

because of the big replag at the moment i use a mod-way to access the data :

$replag=file_get_contents("http://tools.wikimedia.de/~interiot/cgi-bin/replag?raw ");
if ($replag<7200){
$text1=file_get_contents("http://tools.wikimedia.de/~daniel/WikiSense/WikiProxy.php?wiki=".$fields[1]."&title=".$fields[4]."&rev=&go=Fetch");
$text2=file_get_contents("http://tools.wikimedia.de/~daniel/WikiSense/WikiProxy.php?wiki=".$fields[2]."&title=".$fields[4]."&rev=&go=Fetch");
}else{
$text1=file_get_contents("http://".$fields[1].".wikipedia.org/w/index.php?title=".$fields[4]."&action=raw");
$text2=file_get_contents("http://".$fields[2].".wikipedia.org/w/index.php?title=".$fields[4]."&action=raw");
}

I dont know if its a good idea that i use this hack.

Perhaps daniel should itegrate it in HIS software.

flacus