Login   Register  
PHP Classes
elePHPant
Icontem

File: user-agents.sql

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Lee Johnstone  >  Lite User Agents API  >  user-agents.sql  >  Download  
File: user-agents.sql
Role: Auxiliary data
Content type: text/plain
Description: user-agents.sql
Class: Lite User Agents API
Get user agents information into XML or database
Author: By
Last change: updated to support full text search indexing
Date: 2011-04-02 06:59
Size: 1,243 bytes
 

Contents

Class file image Download
-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Apr 02, 2011 at 05:54 AM
-- Server version: 5.1.41
-- PHP Version: 5.3.1

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!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 utf8 */;

--
-- Database: `freakcms_agents`
--

-- --------------------------------------------------------

--
-- Table structure for table `user_agents_org`
--

CREATE TABLE IF NOT EXISTS `user_agents_org` (
  `a_id` int(10) NOT NULL AUTO_INCREMENT,
  `id` varchar(20) NOT NULL,
  `string` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `type` varchar(5) NOT NULL,
  `comment` varchar(255) NOT NULL,
  `link1` varchar(150) NOT NULL,
  `link2` varchar(150) NOT NULL,
  PRIMARY KEY (`a_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2464 ;

/*!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 */;