-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kaway404
committed
Nov 20, 2017
1 parent
077e4b3
commit 2e7930f
Showing
1 changed file
with
15 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
-- https://www.phpmyadmin.net/ | ||
-- | ||
-- Host: 127.0.0.1 | ||
-- Generation Time: 19-Nov-2017 às 20:21 | ||
-- Generation Time: 20-Nov-2017 às 22:27 | ||
-- Versão do servidor: 10.1.25-MariaDB | ||
-- PHP Version: 5.6.31 | ||
|
||
|
@@ -33,8 +33,8 @@ CREATE TABLE `netflix_history` ( | |
`idvideo` varchar(255) NOT NULL, | ||
`idserie` varchar(255) NOT NULL, | ||
`idpeople` varchar(255) NOT NULL, | ||
`progress` varchar(255) NOT NULL, | ||
`atualprogress` varchar(255) NOT NULL, | ||
`progress` text NOT NULL, | ||
`atualprogress` text NOT NULL, | ||
`perfil` varchar(255) NOT NULL | ||
) ENGINE=InnoDB DEFAULT CHARSET=latin1; | ||
|
||
|
@@ -43,7 +43,7 @@ CREATE TABLE `netflix_history` ( | |
-- | ||
|
||
INSERT INTO `netflix_history` (`id`, `idvideo`, `idserie`, `idpeople`, `progress`, `atualprogress`, `perfil`) VALUES | ||
(7, '1', '22', '12', '', '', '64'); | ||
(1, '1', '22', '1', '39.014137457053025%', '212.639351', '1'); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
|
@@ -65,18 +65,7 @@ CREATE TABLE `netflix_profiles` ( | |
-- | ||
|
||
INSERT INTO `netflix_profiles` (`id`, `idcry`, `nome`, `datec`, `iduser`, `foto`) VALUES | ||
(59, 0, 'Alexandre', '2017-11-18 22:12:30', '18', '1'), | ||
(60, 0, 'João', '2017-11-18 22:12:33', '18', '2'), | ||
(61, 0, 'Usuario padrão', '2017-11-18 22:21:56', '18', '3'), | ||
(62, 0, 'Ah tirei', '2017-11-18 22:22:31', '18', '4'), | ||
(63, 0, 'LoL', '2017-11-18 22:23:17', '18', '2'), | ||
(64, 0, 'Alexandre', '2017-11-19 10:40:14', '12', '1'), | ||
(65, 0, '0000', '2017-11-19 11:39:05', '19', '1'), | ||
(66, 0, 'Before123', '2017-11-19 12:49:27', '20', '1'), | ||
(67, 0, 'Kaway', '2017-11-19 12:52:10', '20', '2'), | ||
(68, 0, 'Familia', '2017-11-19 12:52:21', '20', '3'), | ||
(69, 0, 'Animes', '2017-11-19 12:52:30', '20', '4'), | ||
(70, 0, 'Filmes', '2017-11-19 12:52:43', '20', '2'); | ||
(1, 0, 'Alexandre', '2017-11-20 18:22:30', '1', '1'); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
|
@@ -138,23 +127,17 @@ CREATE TABLE `netflix_user` ( | |
`ip` varchar(255) NOT NULL, | ||
`banned` int(11) NOT NULL, | ||
`inisession` datetime NOT NULL, | ||
`expirado` date NOT NULL | ||
`expirado` date NOT NULL, | ||
`admin` int(11) NOT NULL | ||
) ENGINE=InnoDB DEFAULT CHARSET=latin1; | ||
|
||
-- | ||
-- Extraindo dados da tabela `netflix_user` | ||
-- | ||
|
||
INSERT INTO `netflix_user` (`id`, `idcry`, `email`, `password`, `datec`, `lastlogin`, `configurado`, `ip`, `banned`, `inisession`, `expirado`) VALUES | ||
(12, '2d292a110c253fa39290c912886819ea56dc86fd', '[email protected]', 'a0b48bf6735b085374fa984535372a8025210e45', '2017-12-18', '2017-11-19 10:40:08', 1, '::1', 0, '2017-12-18 02:06:27', '2017-12-18'), | ||
(13, '2690fc43660f30235cfe3054f55d61e259c9bd0e', '[email protected]', 'a0b48bf6735b085374fa984535372a8025210e45', '2017-11-17', '2017-11-17 18:47:11', 1, '187.55.39.59', 0, '2017-11-17 18:47:11', '2017-12-18'), | ||
(14, 'dc4698d0eefcf2eccc0b19c6c371bcfe8385d18d', '[email protected]', '4557b921cca88f57476a7102c9860fdc11686683', '2017-12-18', '2017-11-17 19:00:13', 1, '89.114.245.202', 0, '2017-11-17 19:00:13', '2017-12-18'), | ||
(15, '7c0218c945141f4ba9b3423aa6cabca8067a0c60', '[email protected]', '79028d4542e9538702b5b4375cba73cc984467da', '2017-12-18', '2017-11-17 19:08:05', 1, '168.90.64.2', 0, '2017-11-17 19:08:05', '2017-12-18'), | ||
(16, 'a0497f99570be336943238b332f3ab019c0dfc0f', '[email protected]', 'a873d476f684dd7a02e0ff310c060f547e3b1459', '2017-11-18', '2017-11-18 17:39:24', 1, '187.7.20.215', 0, '2017-11-18 17:39:24', '2017-12-19'), | ||
(17, '02cc5749e091f48f87a57653e009e5e42b59d3da', '[email protected]', 'a873d476f684dd7a02e0ff310c060f547e3b1459', '2017-11-18', '2017-11-18 17:39:25', 0, '187.7.20.215', 0, '2017-11-18 17:39:25', '2017-12-19'), | ||
(18, '37f43b43179ff6aeedb8fd62d6d713d034a0b84c', '[email protected]', 'a0b48bf6735b085374fa984535372a8025210e45', '2017-12-19', '2017-11-18 21:55:21', 1, '187.7.20.215', 0, '2017-11-18 21:55:21', '2017-12-19'), | ||
(19, 'dda3fa655bcf194564d4b615d7a29e9c0431620a', '[email protected]', '79028d4542e9538702b5b4375cba73cc984467da', '2017-11-19', '2017-11-19 11:39:01', 1, '168.90.64.2', 0, '2017-11-19 11:39:01', '2017-12-19'), | ||
(20, 'd6ad42d47d28f4ee75f7f3347e77daab10a88da4', '[email protected]', 'b8a5beb64307f7726bf50077e556ae0e6492f76c', '2017-12-19', '2017-11-19 12:51:40', 1, '186.244.97.158', 0, '2017-11-19 12:49:21', '2017-12-19'); | ||
INSERT INTO `netflix_user` (`id`, `idcry`, `email`, `password`, `datec`, `lastlogin`, `configurado`, `ip`, `banned`, `inisession`, `expirado`, `admin`) VALUES | ||
(1, '645d900939e7702d6ce6a2ba7b109d702f7f2808', '[email protected]', 'a0b48bf6735b085374fa984535372a8025210e45', '2017-11-20', '2017-11-20 18:22:27', 1, '187.55.46.112', 0, '2017-11-20 18:22:27', '2017-12-21', 1), | ||
(2, '645d900939e7702d6ce6a2ba7b109d702f7f2808', '[email protected]', 'a0b48bf6735b085374fa984535372a8025210e45', '2017-11-20', '2017-11-20 18:22:27', 1, '187.55.46.112', 0, '2017-11-20 18:22:27', '2017-12-21', 0); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
|
@@ -177,8 +160,8 @@ CREATE TABLE `netflix_videos` ( | |
-- | ||
|
||
INSERT INTO `netflix_videos` (`id`, `idserie`, `views`, `nome`, `ep`, `desct`, `video`) VALUES | ||
(1, '22', '202', '', '01', '', 'https://r10---sn-bg07dnez.googlevideo.com/videoplayback?requiressl=yes&id=32adc2a1b188a740&itag=18&source=blogger&app=blogger&ip=0.0.0.0&ipbits=0&expire=1513242867&sparams=expire,id,ip,ipbits,itag,mip,mm,mn,ms,mv,pl,requiressl,sc,source&signature=5D16A41167588E334D772276BF9307BBEA3AA972.530DF20D1366D067E73D43AF51FCCE9C83819043&key=cms1&cms_redirect=yes&mip=187.55.27.109&mm=30&mn=sn-bg07dnez&ms=nxu&mt=1511095286&mv=m&pl=18&sc=yes'), | ||
(2, '22', '34', '', '02', '', 'https://r6---sn-bg07dnls.googlevideo.com/videoplayback?requiressl=yes&id=4d69e22a5953431d&itag=18&source=blogger&app=blogger&ip=0.0.0.0&ipbits=0&expire=1513247438&sparams=expire,id,ip,ipbits,itag,mip,mm,mn,ms,mv,pl,requiressl,sc,source&signature=0FE4C58EAE738DC4E117FA36C6539225D45C01F1.5C15E1E12C886BDB1653357CB31158D2E3B28716&key=cms1&cms_redirect=yes&mip=187.55.27.109&mm=30&mn=sn-bg07dnls&ms=nxu&mt=1511099873&mv=m&pl=18&sc=yes'), | ||
(1, '22', '230', '', '01', '', 'https://r10---sn-bg07dnez.googlevideo.com/videoplayback?requiressl=yes&id=32adc2a1b188a740&itag=18&source=blogger&app=blogger&ip=0.0.0.0&ipbits=0&expire=1513242867&sparams=expire,id,ip,ipbits,itag,mip,mm,mn,ms,mv,pl,requiressl,sc,source&signature=5D16A41167588E334D772276BF9307BBEA3AA972.530DF20D1366D067E73D43AF51FCCE9C83819043&key=cms1&cms_redirect=yes&mip=187.55.27.109&mm=30&mn=sn-bg07dnez&ms=nxu&mt=1511095286&mv=m&pl=18&sc=yes'), | ||
(2, '22', '42', '', '02', '', 'https://r6---sn-bg07dnls.googlevideo.com/videoplayback?requiressl=yes&id=4d69e22a5953431d&itag=18&source=blogger&app=blogger&ip=0.0.0.0&ipbits=0&expire=1513247438&sparams=expire,id,ip,ipbits,itag,mip,mm,mn,ms,mv,pl,requiressl,sc,source&signature=0FE4C58EAE738DC4E117FA36C6539225D45C01F1.5C15E1E12C886BDB1653357CB31158D2E3B28716&key=cms1&cms_redirect=yes&mip=187.55.27.109&mm=30&mn=sn-bg07dnls&ms=nxu&mt=1511099873&mv=m&pl=18&sc=yes'), | ||
(3, '22', '241', '', '03', '', 'https://r6---sn-bg07dnls.googlevideo.com/videoplayback?requiressl=yes&id=4d69e22a5953431d&itag=18&source=blogger&app=blogger&ip=0.0.0.0&ipbits=0&expire=1513247438&sparams=expire,id,ip,ipbits,itag,mip,mm,mn,ms,mv,pl,requiressl,sc,source&signature=0FE4C58EAE738DC4E117FA36C6539225D45C01F1.5C15E1E12C886BDB1653357CB31158D2E3B28716&key=cms1&cms_redirect=yes&mip=187.55.27.109&mm=30&mn=sn-bg07dnls&ms=nxu&mt=1511099873&mv=m&pl=18&sc=yes'); | ||
|
||
-- | ||
|
@@ -229,12 +212,12 @@ ALTER TABLE `netflix_videos` | |
-- AUTO_INCREMENT for table `netflix_history` | ||
-- | ||
ALTER TABLE `netflix_history` | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | ||
-- | ||
-- AUTO_INCREMENT for table `netflix_profiles` | ||
-- | ||
ALTER TABLE `netflix_profiles` | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=71; | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | ||
-- | ||
-- AUTO_INCREMENT for table `netflix_series` | ||
-- | ||
|
@@ -249,7 +232,7 @@ ALTER TABLE `netflix_swit_pro` | |
-- AUTO_INCREMENT for table `netflix_user` | ||
-- | ||
ALTER TABLE `netflix_user` | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | ||
-- | ||
-- AUTO_INCREMENT for table `netflix_videos` | ||
-- | ||
|