Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Display Visitor's IP Location on Forum Pages. Details »»
Display Visitor's IP Location on Forum Pages.
Version: 1.00, by carmichael1973 carmichael1973 is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.2 Rating:
Released: 07-19-2008 Last Update: Never Installs: 8
Template Edits
Re-useable Code  
No support by the author.

Display Visitor's IP Location
First, I did not write this code and it is available from My-I-P.com. I use this in many different areas of my board. IP tracking and security is very important to us. Not only are the interactive maps an awesome feature, it helps promote the fact that we are tracking wesite activity.

Display your website visitor's ip location via a free visitor-country-flag or visitor-location-map widget.
Just paste the widget's html code into your webpage's html and the visitor's ip location flag or map will display.

################################################## #######




Welcome your website visitors with their country's flag based upon the visitor's ip address.

<a target="_blank" href="http://my-i-p.com"><img title="Welcome" alt="Welcome" src="http://my-i-p.com/visitor-country-flag.gif" border=0></a>

################################################## #



Display* your website visitor's location** with a static map based upon the visitor's ip address.

<iframe src="http://my-i-p.com/visitor-location-map.html" width=120 height=120 scrolling=no marginwidth=0 marginheight=0 frameborder=0></iframe>


################################################## #######




Display* your website visitor's ip address and location** with a dynamic map based upon the visitor's ip address.


<iframe src="http://my-i-p.com/dynamic-visitor-location-map.html" width=120 height=120 scrolling=no marginwidth=0 marginheight=0 frameborder=0></iframe>



################################################## #######





Display* your website visitor's ip address, country code and map link** in text with an ip-textbox style "wb"


<iframe src="http://my-i-p.com/ip-textbox-wb.html" width=200 height=20 scrolling=no marginwidth=0 marginheight=0 frameborder=0></iframe>


################################################## #######




Display* your website visitor's ip address, country code and map link** in text with an ip-textbox style "bw"


<iframe src="http://my-i-p.com/ip-textbox-bw.html" width=200 height=20 scrolling=no marginwidth=0 marginheight=0 frameborder=0></iframe>



################################################## #######






Display* your website visitor's ip address and location** with a large interactive map.


<iframe src="http://my-i-p.com/interactive-visitor-location-map.html" width=350 height=350 scrolling=no marginwidth=0 marginheight=0 frameborder=0></iframe>



################################################## #######


*This function uses an iframe which may not be compatible with all browsers. Dynamic map uses JavaScript which may be disabled in some browsers.
**Location displayed is NOT the location of the ip address user but only the approximate location of the ISP from which the ip address originated.


Click here for a live demo!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 07-20-2008, 08:39 PM
Madlike's Avatar
Madlike Madlike is offline
 
Join Date: Jan 2008
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is a template modification, isn't it ?
Reply With Quote
  #3  
Old 07-20-2008, 08:42 PM
carmichael1973's Avatar
carmichael1973 carmichael1973 is offline
 
Join Date: Aug 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Madlike View Post
this is a template modification, isn't it ?
Yes, sorry thought I was posting in template mods. Can someone place this where it needs to go?
Reply With Quote
  #4  
Old 07-20-2008, 08:45 PM
Madlike's Avatar
Madlike Madlike is offline
 
Join Date: Jan 2008
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*Marked as instaLLed
Reply With Quote
  #5  
Old 07-21-2008, 12:21 AM
Q-v-n-s-Q Q-v-n-s-Q is offline
 
Join Date: Mar 2005
Posts: 289
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

by using iframe isn't great for seo. but thanks
Reply With Quote
  #6  
Old 07-21-2008, 10:17 AM
MadK's Avatar
MadK MadK is offline
 
Join Date: Feb 2008
Location: Canada
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you think it's possible to make something like this?
Reply With Quote
  #7  
Old 09-07-2008, 10:45 AM
chris1979 chris1979 is offline
 
Join Date: Oct 2006
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm in London, UK and my-i-p.com thinks I'm in San Francisco. Is it accurate generally?
Reply With Quote
  #8  
Old 09-07-2008, 11:04 AM
carmichael1973's Avatar
carmichael1973 carmichael1973 is offline
 
Join Date: Aug 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chris1979 View Post
I'm in London, UK and my-i-p.com thinks I'm in San Francisco. Is it accurate generally?
Generally it is correct... it's usually fairly accurate atleast to the city. I've noticed that when I'm using a mobile broadband connection, the location is not even close.

The downside to this type of service is that it only locates back to the location the IP was issued from...(i.e. your ISP location). In most cases this is within the same city you live, but some ISP's distribute IP's from one central location.
Reply With Quote
  #9  
Old 10-20-2008, 09:46 AM
Fynnon Fynnon is offline
 
Join Date: Jul 2008
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

where in the templates should i put this code, in which file?
thank you
Reply With Quote
  #10  
Old 11-07-2008, 06:47 PM
Atlantean Atlantean is offline
 
Join Date: Jun 2008
Location: dublin
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where will this appear on the forum?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:40 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05181 seconds
  • Memory Usage 2,297KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete