alessandrobasi / Number-of-TLD

Dynamic image for counting the official number of TLD (Top Level Domain)

Home Page:https://alessandrobasi.altervista.org/numeri_dns/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number-of-TLD

Dynamic image for counting the official number of TLD (Top Level Domain)

Installation

Put the font (Arial) and the php file (index.php) in a folder of web server and go to the file index.php

Database structure

Name Type
id int auto increment
date text 255
number int
CREATE TABLE IF NOT EXISTS `numero_dns` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` text NOT NULL,
  `number` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

About

Dynamic image for counting the official number of TLD (Top Level Domain)

https://alessandrobasi.altervista.org/numeri_dns/

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%