NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

-- phpMyAdmin SQL Dump
-- version 4.1.14
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Jul 25, 2014 at 05:42 AM
-- Server version: 5.6.17
-- PHP Version: 5.5.12

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!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: `master`
--

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

--
-- Table structure for table `comments`
--

CREATE TABLE IF NOT EXISTS `comments` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`comment_post_id` varchar(50) NOT NULL,
`comment_username` varchar(20) NOT NULL,
`comment_text` varchar(500) NOT NULL,
`comment_time_stamp` varchar(30) NOT NULL,
`commenter_pic` varchar(40) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=494 ;

--
-- Dumping data for table `comments`
--

INSERT INTO `comments` (`id`, `comment_post_id`, `comment_username`, `comment_text`, `comment_time_stamp`, `commenter_pic`) VALUES
(487, 'cse1200132_07_24_2014_06_13_34_am', 'cse1200132', 'Thats cool shikhar', '24/07/2014 09:47:38 am', 'profile_pics/cse1200132.jpeg'),
(488, 'cse1200132_07_24_2014_06_13_34_am', 'cse1200135', 'Wow man..!!', '24/07/2014 09:48:17 am', 'profile_pics/cse1200135.jpeg'),
(489, 'cse1200132_07_24_2014_06_13_34_am', 'cse1200135', 'njmkl', '24/07/2014 12:52:52 pm', 'profile_pics/cse1200135.jpeg'),
(490, 'cse1200132_07_24_2014_06_13_34_am', 'cse1200135', 'bjnkm', '24/07/2014 12:52:54 pm', 'profile_pics/cse1200135.jpeg'),
(491, 'cse1200132_07_24_2014_06_13_34_am', 'cse1200135', 'njm ,', '24/07/2014 12:52:56 pm', 'profile_pics/cse1200135.jpeg'),
(492, 'cse1200132_07_24_2014_06_13_34_am', 'cse1200135', 'Darshan is here..!!!', '25/07/2014 12:18:02 am', 'profile_pics/cse1200135.jpeg'),
(493, 'cse1200132_07_24_2014_05_55_21_am', 'cse1200123', 'fghjk', '25/07/2014 12:27:21 am', 'profile_pics/cse1200123.jpeg');

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

--
-- Table structure for table `dolan`
--

CREATE TABLE IF NOT EXISTS `dolan` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
`time_stamp` varchar(70) NOT NULL,
`creation_pic` varchar(90) NOT NULL,
`creation_pdf` varchar(90) NOT NULL,
`creation_post` varchar(140) NOT NULL,
`number_of_likes` int(20) NOT NULL DEFAULT '0',
`number_of_comments` int(20) NOT NULL DEFAULT '0',
`pic` varchar(40) NOT NULL,
`nerd_name` varchar(40) NOT NULL,
`notification` tinyint(1) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=79 ;

--
-- Dumping data for table `dolan`
--

INSERT INTO `dolan` (`id`, `username`, `time_stamp`, `creation_pic`, `creation_pdf`, `creation_post`, `number_of_likes`, `number_of_comments`, `pic`, `nerd_name`, `notification`) VALUES
(77, 'cse1200132', 'cse1200132_07_24_2014_05_55_21_am', 'creation_pic/cse1200132_07_24_2014_05_55_21_am.jpeg', 'creation_pdf/cse1200132_07_24_2014_05_55_21_am.pdf', 'This is my First post..;)', 0, 1, 'profile_pics/cse1200132.jpeg', 'sven', 0),
(78, 'cse1200132', 'cse1200132_07_24_2014_06_13_34_am', 'creation_pic/cse1200132_07_24_2014_06_13_34_am.jpeg', 'creation_pdf/cse1200132_07_24_2014_06_13_34_am.pdf', 'First Post', 2, 6, 'profile_pics/cse1200132.jpeg', 'sven', 0);

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

--
-- Table structure for table `likes`
--

CREATE TABLE IF NOT EXISTS `likes` (
`id` int(20) NOT NULL AUTO_INCREMENT,
`like_post_id` varchar(60) NOT NULL,
`like_username` varchar(60) NOT NULL,
`like_name` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=254 ;

--
-- Dumping data for table `likes`
--

INSERT INTO `likes` (`id`, `like_post_id`, `like_username`, `like_name`) VALUES
(252, 'cse1200132_07_24_2014_06_13_34_am', 'cse1200135', 'Darshan Tejani'),
(253, 'cse1200132_07_24_2014_06_13_34_am', 'cse1200123', 'Vikram Patel');

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

--
-- Table structure for table `login_data`
--

CREATE TABLE IF NOT EXISTS `login_data` (
`sno` int(10) NOT NULL AUTO_INCREMENT,
`username` varchar(30) NOT NULL,
`pass_code` varchar(50) NOT NULL,
PRIMARY KEY (`sno`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ;

--
-- Dumping data for table `login_data`
--

INSERT INTO `login_data` (`sno`, `username`, `pass_code`) VALUES
(13, 'cse1200132', 'shikhar'),
(14, 'cse1200135', 'darshan'),
(15, 'cse1200123', 'vikram'),
(16, 'cse1200122', 'rahul');

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

--
-- Table structure for table `profile`
--

CREATE TABLE IF NOT EXISTS `profile` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
`name` varchar(60) NOT NULL,
`nerd_name` varchar(60) NOT NULL,
`branch` varchar(60) NOT NULL,
`year` varchar(10) NOT NULL,
`profile_pic` varchar(100) NOT NULL DEFAULT 'profile_pics/default_profile_pic.png',
`email_id` varchar(80) NOT NULL,
`tech_club_1` varchar(50) NOT NULL,
`tech_club_2` varchar(50) NOT NULL,
`tech_club_3` varchar(50) NOT NULL,
`geekness1` varchar(60) NOT NULL,
`geekness2` varchar(60) NOT NULL,
`geekness3` varchar(60) NOT NULL,
`geekness4` varchar(60) NOT NULL,
`geekness5` varchar(60) NOT NULL,
`geekness6` varchar(60) NOT NULL,
`geekness7` varchar(60) NOT NULL,
`contact_no` bigint(20) NOT NULL,
`geekness0` varchar(60) NOT NULL,
`geekness8` varchar(60) NOT NULL,
`geekness9` varchar(60) NOT NULL,
`appreciations` int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=28 ;

--
-- Dumping data for table `profile`
--

INSERT INTO `profile` (`id`, `username`, `name`, `nerd_name`, `branch`, `year`, `profile_pic`, `email_id`, `tech_club_1`, `tech_club_2`, `tech_club_3`, `geekness1`, `geekness2`, `geekness3`, `geekness4`, `geekness5`, `geekness6`, `geekness7`, `contact_no`, `geekness0`, `geekness8`, `geekness9`, `appreciations`) VALUES
(24, 'cse1200132', 'Shikhar Bansal', 'sven', 'Computer Science and Engineering', '3', 'profile_pics/cse1200132.jpeg', '[email protected]', 'programming Club', 'Electronics Club', 'Robotics Club', 'Array', 'Matrix (computer science)', 'Database', 'Android', 'Embeddes Systems', 'Robotics', '', 7828469474, 'Data structure', '', '', 2),
(25, 'cse1200135', 'Darshan Tejani', 'Poindexter', 'Computer Science and Engineering', '3', 'profile_pics/cse1200135.jpeg', '[email protected]', '', '', '', '', '', '', '', '', '', '', 1234567890, '', '', '', 0),
(26, 'cse1200123', 'Vikram Patel', 'mark', 'Computer Science and Engineering', '3', 'profile_pics/cse1200123.jpeg', '[email protected]', '', '', '', '', '', '', '', '', '', '', 9407406690, '', '', '', 0),
(27, 'cse1200122', '', '', '', '', 'profile_pics/default_profile_pic.png', '', '', '', '', '', '', '', '', '', '', '', 0, '', '', '', 0);

/*!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 */;
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.