Login   Register  
PHP Classes
elePHPant
Icontem

File: hits.sql

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Vinay Yadav  >  vinWebStats  >  hits.sql  >  Download  
File: hits.sql
Role: Auxiliary data
Content type: text/plain
Description: SQL File
Class: vinWebStats
Web page statistics
Author: By
Last change:
Date: 2003-07-22 12:24
Size: 774 bytes
 

Contents

Class file image Download
# phpMyAdmin MySQL-Dump
# version 2.5.1
# http://www.phpmyadmin.net/ (download page)
#
# Host: localhost
# Generation Time: Jul 22, 2003 at 04:50 PM
# Server version: 3.23.49
# PHP Version: 4.3.2
# Database : `lib`
# --------------------------------------------------------

#
# Table structure for table `pr_hits`
#
# Creation: Jul 14, 2003 at 11:30 AM
# Last update: Jul 21, 2003 at 05:31 PM
#

CREATE TABLE `pr_hits` (
  `hit_id` int(11) NOT NULL auto_increment,
  `page_name` varchar(100) NOT NULL default '',
  `ip` varchar(20) NOT NULL default '',
  `hit_date` bigint(20) NOT NULL default '0',
  `referer` varchar(100) NOT NULL default '',
  `browser` varchar(100) NOT NULL default '',
  `os` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`hit_id`)
) TYPE=MyISAM ;