Tetramatrix / doxmyipwindowstool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doxmyip IP Address Browser

  1. What is does it do? IP2Location Lite IP Address Browser is a simple viewer for the free IP2Location Lite database making use of C#, JS, PHP, Ajax, Json, HTML, CSS, the Chromium webrowser and the PHP7 built-in server.

1.2. Features

  • Supports the free IP2location Lite database (DB15 binary file) with millions of updated IP addresses.
  • Supports sorting of the view with 2 different orders (up and down) and to reset it.
  • Supports infinite scroll. Navigate millions of IP addresses with the right scrollbar.
  • Supports a filter with 4 different subnet masks (255.255.255.255, 255.255.255.0, 255.255.0.0,255.0.0.0).
  • Supports a filter with a country code.
  • Supports searching for an ip address.
  • Supports a sticky navigation bar.
  • Asynchronous database query with JS.
  • faster search with the free optimized IP2Location php library (winner of the IP2Location php library optimization contest 2016).
  • NEW! Map of ip locations.
  1. Requirements
    -Windows 10 x32/x64 (tested)
    -Visual Studio 2015 redistributable x86
    -Visual Studio 2013 redistributable x86
    -Visual Studio 2010 redistributable x86
    -Visual Studio 2008 redistributable x86
    -Microsoft Framework 4.6.1

  2. Installation
    Download the beta. Unpack the archive (double-click Doxmyip.exe) and double-click Doxmyip.exe. If asked allow the application and PHP to run on your pc.

  3. Tutorial
    4.1 The source code
    4.1.1 Download the source code and load the project file with Visual Studio 15. Compile the project.
    4.2 Free IP2Location lite
    4.2.1 It requires the free IP2Location lite database (binary file) in the database folder in the application folder.
    4.3 PHP7
    4.4.1 It requires PHP7 in the php7 folder in the application folder.

  4. Troubleshooting
    Windows XP/Vista/7 may requires .net framework v4.6.1. Also Windows may requires Visual Studio 2008 redistributable x86, Visual Studio 2010 redistributable x86, Visual Studio 2013 redistributable x86, Visual Studio 2015 redistributable x86 because the application is compiled for x86 platform.

  5. Changelog
    02.08.2016 Initial release
    07.08.2016 Major update
    12.08.2016 Bugfix high dpi aware tablet pc
    31.08.2016 Bugfix country selection
    02.09.2017 Update map function and bugfixes

About


Languages

Language:PHP 62.7%Language:JavaScript 23.7%Language:C# 12.0%Language:CSS 1.2%Language:HTML 0.3%