Это видео недоступно.
Сожалеем об этом.

Get Visitor IP Address & Location With IP API Using JavaScript & Save To Database Using PHP & MySQL

Поделиться
HTML-код
  • Опубликовано: 15 июн 2022
  • Track & Get Website Visitor IP Address & Geolocation With IP API Using JavaScript & Save To Database Using PHP & MySQL | Track IP Address Location API | IP Address Location Tracker | Getting The Location From An IP Address
    Assets :
    - jQuery = ajax.googleapi...
    - IP API = ip-api.com/json
    NOTE :
    The code in this video only works for the HTTP website not for the HTTPS website, but I provide the source code that works for the HTTPS website.
    Source Code (For HTTP Website) = drive.google.c...
    Source Code (For HTTPS Website) = drive.google.c...
    Contact :
    GitHub = github.com/dav...
    Instagram = / davidgrcias​
    Gmail = davidgarciasaragih7@gmail.com
    Music :
    1. Track: Cartoon - On & On (feat. Daniel Levi) [NCS Release]
    Music provided by NoCopyrightSounds.
    Watch: • Cartoon, Jéja - On & O...
    Free Download / Stream: Free Download / Stream: ncs.io/onandon
    2. Bliss by Luke Bergs | / bergscloud
    Creative Commons - Attribution-ShareAlike 3.0 Unported
    creativecommon...
    Music promoted by www.chosic.com...
    -----
    Tags :
    ip address javascript,ip address location tracker,ip address tracker,ip address tracker javascript,get visitor ip address javascript,get ip address using javascript,geolocation ip address,geolocation ip,ip address geolocation,ip geolocation api,ip geolocation tracker,geolocate ip address,find ip location,detect ip address,find location ip address,javascript ip address,geolocation javascript,ip address location finder,ip address,get ip address javascript,ip,ip address location finder,get address from latitude and longitude,get address from latitude and longitude javascript,reverse geocoding tool convert lat long to address,get address from latitude and longitude google map api,get ip address javascript w3schools,ip address using javascript,what is my ip address javascript,ip address geolocation javascript api json,ip to location using javascript,ip geolocation api javascript,get geolocation javascript,find geolocation ip address,ip location finder - ip lookup with detailed geolocation data,track ip address & get geolocation from ip address with ip api using javascript with google maps,track ip address location,track ip address location javascript,check ip address javascript,get client ip address using javascript,how to get a user's ip address with javascript,display ip address javascript,jquery get ip address,php ip address,ip address php,display ip address javascript,ip address in html,html website ip address,display local ip address in html page,ip address lookup javascript,ip address javascript,ip address location tracker,ip address tracker,ip address tracker javascript,get visitor ip address javascript,get ip address using javascript,geolocation ip address,geolocation ip,ip address geolocation,ip geolocation api,ip geolocation tracker,geolocate ip address,find ip location,detect ip address,find location ip address,javascript ip address,geolocation javascript,ip address location finder,ip address,get ip address javascript,ip,ip address location finder,get address from latitude and longitude,get address from latitude and longitude javascript,reverse geocoding tool convert lat long to address,get address from latitude and longitude google map api,get ip address javascript w3schools,ip address using javascript,what is my ip address javascript,ip address geolocation javascript api json,ip to location using javascript,ip geolocation api javascript,get geolocation javascript,find geolocation ip address,ip location finder - ip lookup with detailed geolocation data,track ip address & get geolocation from ip address with ip api using javascript,track ip address location,track ip address location javascript,check ip address javascript,get client ip address using javascript,how to get a user's ip address with javascript,display ip address javascript,jquery get ip address,php ip address,ip address php,display ip address javascript,ip address in html,html website ip address,display local ip address in html page,ip address lookup javascript,get ip address javascript,get visitor ip address php,get client ip address javascript,get client ip address in php,get ip address php,get user geolocation php,detect location js,php detect location,php detect country location,javascript detect location,detect location,how to detect location using javascript,detect location in javascript,detect geolocation javascript

Комментарии • 38

  • @liftedup299
    @liftedup299 2 года назад +3

    It works! I've been looking for this for quite some time now and you helped me. Thank you so much!

    • @DavidGTech
      @DavidGTech  2 года назад

      You're welcome! Thank you for watching...

  • @mdazhardware
    @mdazhardware 2 года назад +2

    Simple and neat, no complications, thanks for this tutorial.

    • @DavidGTech
      @DavidGTech  2 года назад +1

      Glad to hear that! Thank you

  • @baloipe
    @baloipe Год назад +2

    Thanks for video, how to add the date for each visit. please?

  • @learncodequickly
    @learncodequickly 2 месяца назад +1

    Superb

    • @DavidGTech
      @DavidGTech  2 месяца назад

      Thanks 🤗 @learncodequickly

  • @jomarbombita5078
    @jomarbombita5078 2 года назад +2

    I like your channel😇

  • @26_ranggaputraardana8
    @26_ranggaputraardana8 Год назад +1

    terimakasih atas tutorialnya bang

    • @DavidGTech
      @DavidGTech  Год назад

      Masama, makasih udah nonton...

  • @ZaferAst
    @ZaferAst Год назад +1

    How can I add the date and number of visitors?

    • @DavidGTech
      @DavidGTech  Год назад

      To add the date, you can use JavaScript's built-in Date object to retrieve the current date and time. You can then display it on your webpage using HTML and JavaScript.
      To add the number of visitors, you'll typically need to store the count on the server-side, such as in a database. You can increment the count each time a visitor accesses your website.

  • @rjapade3062
    @rjapade3062 11 месяцев назад +2

    Is it possible in java ?

    • @DavidGTech
      @DavidGTech  8 месяцев назад

      Hi @rjapade3062,
      Thanks for checking out the video! The code demonstrated in this tutorial is specifically written in JavaScript for the client-side interaction and PHP for server-side operations. If you're looking to implement a similar functionality in Java, you'll need to approach it a bit differently.
      For server-side operations in Java, you might consider using a framework like Spring Boot or Java EE to handle HTTP requests and interact with a database. As for the client-side functionality, JavaScript remains a common choice for web browsers.
      If you have a specific use case or need guidance on a particular aspect of implementing this in Java, feel free to provide more details, and I'll do my best to help you out.
      Happy coding!

  • @maskqp
    @maskqp 8 месяцев назад +2

    Thanks for the video, i have downloaded the zip file and uploaded to cPanel but it not working.

    • @DavidGTech
      @DavidGTech  8 месяцев назад

      Hi @maskqp,
      Thank you for trying out the tutorial! I'm sorry to hear that you're experiencing issues. Let's work together to troubleshoot and get it working. Here are a few steps you can take:
      - Error Message: Are you getting any error messages? If yes, could you please share them with me? This information will help me understand the issue better.
      - File Structure: Double-check that you have extracted the contents of the zip file correctly. Sometimes, issues arise due to the file structure.
      - cPanel Version: Ensure that your cPanel version supports the features used in the tutorial. Some versions may have differences that could affect functionality.
      - File Permissions: Verify that the file permissions are set correctly. Improper permissions can lead to unexpected behavior.
      - Console Errors: Open the browser console (press F12 or right-click and select 'Inspect,' then go to the 'Console' tab) and check for any errors when loading the script.
      If the issue persists after checking these steps, please provide more details, and I'll do my best to assist you further.

  • @ZaferAst
    @ZaferAst Год назад +1

    Thanks 👍👍

    • @DavidGTech
      @DavidGTech  Год назад +1

      You're welcome!!! Thanks for watching

  • @samuelonowuko110
    @samuelonowuko110 Год назад +1

    Great

  • @adminbay1526
    @adminbay1526 2 года назад +1

    I want this since long time ago. Can you put the link into a RUclips or video?

    • @DavidGTech
      @DavidGTech  2 года назад

      Excuse me, what link?

    • @adminbay1526
      @adminbay1526 2 года назад

      Sorry. I mean can you make tutorial to get location using a link which wrapped into an image.

  • @endremurti
    @endremurti 3 месяца назад

    Ini muncul warning nggk di usernya om? Misal allow location?

    • @DavidGTech
      @DavidGTech  2 месяца назад

      Hi @endremurti,
      Mungkin ada warning yang muncul di browser pengguna? Pastikan sudah mengizinkan lokasi di browser, dan cek apakah ada pesan error lain yang muncul di konsol browser. Semoga membantu! 😊

  • @ankurpandey288
    @ankurpandey288 Год назад +1

    bro its helful but its not working in server

    • @DavidGTech
      @DavidGTech  Год назад

      Its working in HTTPS server not HTTP

  • @inyourcode35
    @inyourcode35 2 года назад +1

    tequ banh

  • @thelifeoftravel.3751
    @thelifeoftravel.3751 2 года назад +1

    Connect nhi hua datebase me

  • @lqyj
    @lqyj Год назад +1

    Gan bagi script nya

    • @DavidGTech
      @DavidGTech  Год назад

      Di deskripsi video ada yah source codenya di GitHub