Website - Live world map of connected users

Results 1 to 11 of 11
  1. #1
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Website - Live world map of connected users

    Here my little Christmas gift.



    This will show a world map on your site and the countries of the connected users to your matchserver port.
    Live example here: Statistics | Freestyle GunZ

    Requirements:
    - Access to shell_exec function.

    Installation:
    1) Upload to root of your www.
    2) Open worldmap.php and edit the server IP and server port in case you changed it.
    3) Add the following to the page where you want to include the live world map:

    PHP Code:
    <?php
    require("worldmap.php");
    ?>
    4) Done.

    Download:
    worldmap.rar

    Notes:
    - I also added caching, default is 1 hour. You can change this in the script.
    - You can modify the height and width of the worldmap at line 5 in worldmap.php.
    - If you have many online users, it can take a bit for the script to finish since it has to fetch the country code from an external site.
    - Should work right out of the box after you modified the server IP and port, if not, let me know if there are any bugs.
    - The IP to country code may not be 100% accurate, but I'm sure you can live with that.
    - If you already included jQuery on your website, you may have to remove line 2 in worldmap.php to avoid any issues.

    Credits:
    jVectorMap: Home
    jQuery: jQuery
    Telize: Telize - JSON IP and GeoIP REST API
    Last edited by Dave; 25-12-13 at 04:31 PM.


  2. #2
    hey Irahnik is offline
    MemberRank
    Mar 2010 Join Date
    127.0.0.1Location
    1,680Posts

    Re: Website - Live world map of connected users

    ily <3

  3. #3

    Re: Website - Live world map of connected users

    Nice release ;)

  4. #4
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,254Posts

    Re: Website - Live world map of connected users

    Dem skills. No wonder FG got so popular ;)

  5. #5
    Hakuna Matata bulli10 is offline
    MemberRank
    Feb 2011 Join Date
    697Posts

    Re: Website - Live world map of connected users

    Nice release thanks :)

  6. #6
    Proficient Member CoreAI is offline
    MemberRank
    Apr 2013 Join Date
    177Posts

    Re: Website - Live world map of connected users

    I love that, thanks :)

  7. #7
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: Website - Live world map of connected users

    Nice one.

  8. #8
    Developer Eronisch is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    1,328Posts

    Re: Website - Live world map of connected users

    That is seriously amazing, goodjob!

  9. #9
    Proficient Member damn321 is offline
    MemberRank
    Dec 2012 Join Date
    176Posts

    Re: Website - Live world map of connected users

    How to set by city?

  10. #10
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: Website - Live world map of connected users

    Quote Originally Posted by damn321 View Post
    How to set by city?
    That's not possible.

  11. #11
    Proficient Member damn321 is offline
    MemberRank
    Dec 2012 Join Date
    176Posts

    Re: Website - Live world map of connected users

    Quote Originally Posted by dave View Post
    that's not possible.
    ok dude thanks for reply



Advertisement