Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as SQL by ыааыва ( 15 years ago )
-- phpMyAdmin SQL Dump
-- version 3.2.3
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Apr 27, 2011 at 12:03 AM
-- Server version: 5.1.40
-- PHP Version: 5.2.12
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `db`
--
-- --------------------------------------------------------
--
-- Table structure for table `db`
--
CREATE TABLE IF NOT EXISTS `db` (
`id` int(100) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`file` varchar(100) NOT NULL,
`file_name` varchar(100) NOT NULL,
`res` varchar(100) NOT NULL,
`res11` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `file_name_2` (`file_name`),
FULLTEXT KEY `file_name` (`file_name`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=7 ;
--
-- Dumping data for table `db`
--
INSERT INTO `db` (`id`, `name`, `file`, `file_name`, `res`, `res11`) VALUES
(2, '', '', 'files\\tgb.mp4', '', ''),
(6, '', '', 'files/', '', '');
Revise this Paste
Parent: 32357