Originally Posted By: westor
Try to change all the wikipedia.org fields from the code where en.wikipedia.org into *.wikipedia.org nice grap i did not even thing that this was the problem for sick


I fixed bug not very professional manner, but the results are as expected.
Only few IPs fail in each country, but I want to cover all cases.
I created a conditional When the length of the variable "%country_ [ $+ [ $sockname ] ])" is zero, take the country code for the purpose of determining the name of that country.

I wish to shorten this code line, as countries continue adding the line will be too long:

Code:
 if ($len(%country_ [ $+ [ $sockname ] ]) == 0) { $iif(UY isin %zero,echo -at 12País:1 Uruguay) | $iif(TH isin %zero,echo -at 12País:1 Tailandia) |  $iif(US isin %zero,echo -at 12País:1 Estados Unidos) | $iif(BY isin %zero,echo -at 12País:1 Bielorrusia) | $iif(IT isin %zero,echo -at 12País:1 Italia) | $iif(CO isin %zero,echo -at 12País:1 Colombia) | $iif(TR isin %zero,echo -at 12País:1 Turquía) | $iif(BR isin %zero,echo -at 12País:1 Brasil) | $iif(AR isin %zero,echo -at 12País:1 Argentina) | $iif(EC isin %zero,echo -at 12País:1 Ecuador) }