PHP Classes

File: ipcache.sql

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   Very Simple IP Details   ipcache.sql   Download  
File: ipcache.sql
Role: Auxiliary data
Content type: text/plain
Description: Sql table
Class: Very Simple IP Details
Get IP address location and Google Maps image
Author: By
Last change:
Date: 6 years ago
Size: 1,510 bytes
 

Contents

Class file image Download
-- phpMyAdmin SQL Dump -- version 4.7.0 -- https://www.phpmyadmin.net/ -- -- Hôte : 127.0.0.1 -- Généré le : Dim 27 août 2017 à 10:45 -- Version du serveur : 5.7.17 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Base de données : `cms` -- -- -------------------------------------------------------- -- -- Structure de la table `ipcache` -- CREATE TABLE `ipcache` ( `ip` varchar(72) NOT NULL, `details` varchar(256) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Déchargement des données de la table `ipcache` -- INSERT INTO `ipcache` (`ip`, `details`) VALUES ('66.84.41.158', '{\"ip\":\"66.84.41.158\",\"hostname\":\"s158.n41.n84.n66.static.myhostcenter.com\",\"city\":\"St. Petersburg\",\"region\":\"Florida\",\"country\":\"US\",\"loc\":\"27.7723,-82.6341\",\"org\":\"AS17054 CONTINENTAL BROADBAND PENNSYLVANIA, INC.\",\"postal\":\"33701\"}'); -- -- Index pour les tables déchargées -- -- -- Index pour la table `ipcache` -- ALTER TABLE `ipcache` ADD PRIMARY KEY (`ip`); COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;