Hi, Does anyone know of any script or code that will allow me to show a different logo for people, in different countries, when they visit my site.
Think JS would be able to do this. Not sure though. I'd assume it's done by detecting the IP address of the user, crosschecking it to a country and showing the right image. Although this wouldn't get round people using proxies.
can this be done so that say a visiters from a referrers site ie visiters from www.site1.com show logo/image 1 and from www.site2.com show logo/image2 dose any one know how to do this so the logo/header will site wide in somthing like an iframe thanks
Mikolay + sitefreak - both of those can be done quite elegantly using PHP. You'd simply set a switch or if statement to echo out the code for each eventuality. Of course for the country one you'd need an IP lookup table and the code surrounding that as well. If you're new to PHP you'd have to do a little reading, I'm afraid...