-1

Trying to make an ad on my website which would only show for Visitors from Russia, but don't want other countries for it to see? what would be the easiest way to create something like this?

Rover Pow
  • 141
  • 1
  • 1
  • 4
  • Prompt user with a question that only people living in Russia would know the answer to. If they get it wrong, don't show the ad. simple – musefan Oct 16 '14 at 14:59

1 Answers1

0

Get MaxMinds GeoLite GeoIP databases. From there on, you can compare your visitors IP up against that database.

rdiz
  • 6,136
  • 1
  • 29
  • 41