-- phpMyAdmin SQL Dump -- version 3.3.2deb1ubuntu1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Jul 22, 2020 at 10:43 AM -- Server version: 5.1.73 -- PHP Version: 5.3.2-1ubuntu4.30 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: `tutorials_upload` -- -- -------------------------------------------------------- -- -- Table structure for table `thefiles` -- CREATE TABLE IF NOT EXISTS `thefiles` ( `ID` int(255) NOT NULL AUTO_INCREMENT, `Time` int(11) NOT NULL, `FileLocation` text NOT NULL, `IP` varchar(15) NOT NULL, `Title` text NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=29 ; -- -- Dumping data for table `thefiles` -- INSERT INTO `thefiles` (`ID`, `Time`, `FileLocation`, `IP`, `Title`) VALUES (15, 1302888703, 'uploads/happyeaster.jpg', '89.108.180.60', 'x'), (16, 1302889827, 'uploads/happyeaster1.jpg', '89.108.180.60', 'x'), (17, 1302892337, 'uploads/adam bala 7awa.png', '80.81.159.62', 'x'), (18, 1302894144, 'uploads/15-04-2011/Untitled.jpg', '89.108.180.60', 'x'), (19, 1302894344, 'uploads/15-04-2011/Untitled.jpg', '89.108.180.60', 'x'), (26, 1302895578, 'uploads/15-04-2011/Untitled.jpg', '89.108.180.60', 'test'), (27, 1302895761, 'uploads/15-04-2011/Untitled.jpg', '89.108.180.60', 'test'), (28, 1303034028, 'uploads/17-04-2011/Untitled.jpg', '89.108.180.60', 'test');