Guys, we need such a script, written either in PHP, or JS, which would check the country of the visitor of the site by IP, and if the IP belongs, for example, Russia, then I output the HTML code I need, and if it belongs, for example, Belarus, then it was produced Another HTML code.
UPD
In short, guys, put the JS script, does not work with conditional operators or without them. If with the operators, the menu that I hide under them just disappears, and without them, two blocks are stupidly displayed.
<div class="geoip" id="country-ru"> <h1>Блок для пользователей из России</h1> </div> <div class="geoip" id="country-other"> <h1>Блок для остальных пользователей</h1> </div>
uCoz
engine.