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://%22.$fields%5B1%5D.%22.wikipedia.org/w/index.php?title=%22.$fields%5B..."); $text2=file_get_contents("http://%22.$fields%5B2%5D.%22.wikipedia.org/w/index.php?title=%22.$fields%5B..."); }
I dont know if its a good idea that i use this hack.
Perhaps daniel should itegrate it in HIS software.
flacus