Log in

View Full Version : Convert Users IP, to FLAG


TimberFloorAu
09-11-2009, 09:38 PM
Essentially, I would like to display flag somewhere ( who knows where ) of our members, based on their IP.

Even if this is just for mods to view, is this to complex and server intensive to add ?

We currently can view users IP, on their posts ( as is standard ) for admins and mods, but wondered if there was a :display flag script.

If this is dooable and isnt to server intensive is it viable to roll it out across the board?

--------------- Added 1252708947 at 1252708947 ---------------

Found this so far:

http://vanillaflash.com/ipv1/ip_demo.html

http://flashden.net/item/visitor-ip-flag-display/45893

Lynne
09-11-2009, 09:51 PM
I'm sure it is doable. How server intensive it would be is up to how it is coded. If you run the code on every page to see which country they are from, then it could be pretty server intensive. If you just check when they first open a session and store it in a new column in the user table, then it would hardly cause any problem for your server at all.

TimberFloorAu
09-11-2009, 09:58 PM
I'm sure it is doable. How server intensive it would be is up to how it is coded. If you run the code on every page to see which country they are from, then it could be pretty server intensive. If you just check when they first open a session and store it in a new column in the user table, then it would hardly cause any problem for your server at all.

Yeah thats what I was thinking, perhaps someone could code this lol. It is byond me but would be bloody useful for when we have users signing up, ..

Indeed if it displayed 2 flags.

1st flag is their timezone they alleged to have signed up from ( perhaps a time zone auto complete feature based on IP ) !

2nd flag is the country ip

Then store in member info profile, so that as mods we can ascertain if they are bogus at first glance.

Ste

--------------- Added 1252711160 at 1252711160 ---------------

Ok looking into this, can you tell me what phrase is used to display IP to admins in postbit please.

< buggered if I can find it lol