· 6 years ago · Oct 11, 2019, 02:22 AM
1-- MySQL dump 10.13 Distrib 5.5.55, for debian-linux-gnu (x86_64)
2--
3-- Host: localhost Database: bancocn
4-- ------------------------------------------------------
5-- Server version 5.5.55-0ubuntu0.14.04.1
6
7/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
8/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
9/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
10/*!40101 SET NAMES utf8 */;
11/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
12/*!40103 SET TIME_ZONE='+00:00' */;
13/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
14/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
15/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
16/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
17
18--
19-- Table structure for table `categories`
20--
21
22DROP TABLE IF EXISTS `categories`;
23/*!40101 SET @saved_cs_client = @@character_set_client */;
24/*!40101 SET character_set_client = utf8 */;
25CREATE TABLE `categories` (
26 `id` mediumint(9) NOT NULL AUTO_INCREMENT,
27 `title` varchar(50) DEFAULT NULL,
28 `txt` text,
29 PRIMARY KEY (`id`)
30) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
31/*!40101 SET character_set_client = @saved_cs_client */;
32
33--
34-- Dumping data for table `categories`
35--
36
37LOCK TABLES `categories` WRITE;
38/*!40000 ALTER TABLE `categories` DISABLE KEYS */;
39INSERT INTO `categories` VALUES (1,'contato','<p>Email: contato@bancocn.com</p><p>Tel: +835 66 7070, se nao der certo 70 de novo</p>'),(2,'emprestimos','Com juros de apenas 53426% ao ano, temos as melhores taxas de emprestimos da Coreia, envie seu pedido para emprestimos@bancocn.com que o dinheiro estara disponivel em sua conta em menos de 24 horas!'),(3,'historia','Ainda estamos bolando algo legal para colocar aqui, volte em breve!');
40/*!40000 ALTER TABLE `categories` ENABLE KEYS */;
41UNLOCK TABLES;
42
43--
44-- Table structure for table `pictures`
45--
46
47DROP TABLE IF EXISTS `pictures`;
48/*!40101 SET @saved_cs_client = @@character_set_client */;
49/*!40101 SET character_set_client = utf8 */;
50CREATE TABLE `pictures` (
51 `id` mediumint(9) NOT NULL AUTO_INCREMENT,
52 `title` varchar(50) DEFAULT NULL,
53 `img` varchar(50) DEFAULT NULL,
54 `cat` mediumint(9) DEFAULT NULL,
55 PRIMARY KEY (`id`)
56) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
57/*!40101 SET character_set_client = @saved_cs_client */;
58
59--
60-- Dumping data for table `pictures`
61--
62
63LOCK TABLES `pictures` WRITE;
64/*!40000 ALTER TABLE `pictures` DISABLE KEYS */;
65/*!40000 ALTER TABLE `pictures` ENABLE KEYS */;
66UNLOCK TABLES;
67
68--
69-- Table structure for table `stats`
70--
71
72DROP TABLE IF EXISTS `stats`;
73/*!40101 SET @saved_cs_client = @@character_set_client */;
74/*!40101 SET character_set_client = utf8 */;
75CREATE TABLE `stats` (
76 `ip` varchar(20) NOT NULL,
77 `count` mediumint(9) DEFAULT NULL,
78 PRIMARY KEY (`ip`)
79) ENGINE=MyISAM DEFAULT CHARSET=latin1;
80/*!40101 SET character_set_client = @saved_cs_client */;
81
82--
83-- Dumping data for table `stats`
84--
85
86LOCK TABLES `stats` WRITE;
87/*!40000 ALTER TABLE `stats` DISABLE KEYS */;
88INSERT INTO `stats` VALUES ('192.168.229.1',7),('189.35.154.10',497),('207.244.66.70',1),('209.0.146.171',2),('104.148.118.51',6),('187.45.181.97',1),('91.149.31.138',1),('139.162.108.53',12),('139.162.124.167',24),('2001:4800:7815:0102:',1),('177.48.13.71',3),('50.117.89.222',2),('167.114.243.147',1),('206.225.80.193',2),('110.139.170.21',1),('185.110.132.232',8),('218.241.108.76',2),('54.193.63.117',1),('45.35.109.210',1),('151.29.224.198',1),('182.68.218.83',1),('2a01:04f8:0200:9227:',1),('158.69.229.134',1),('52.168.4.203',1),('122.117.184.142',1),('217.127.234.235',1),('189.35.154.10,66.249',1),('54.159.78.53',1),('177.141.253.184',1),('52.170.40.106',3),('212.129.25.214',1),('91.239.66.72',1),('52.170.27.66',1),('40.71.86.141',1),('104.148.75.91',1),('123.249.79.35',4),('108.62.228.203',1),('70.32.33.91',1),('66.249.69.150',3),('66.249.69.133',3),('66.249.69.183',2),('66.249.69.181',2),('66.249.69.191',2),('66.249.69.130',1),('66.249.69.144',1),('66.249.69.185',1),('189.169.211.0',1),('179.126.36.94,66.249',1),('23.247.27.35',1),('185.169.230.8',110),('66.102.6.91',1),('78.129.250.84',1),('179.104.242.153',3),('179.104.183.145',4),('23.247.27.27',1),('201.37.210.62',1),('169.56.71.58',1),('139.162.119.197',9),('182.48.105.210',2),('186.210.50.232,66.24',1),('104.59.217.137',1),('210.61.186.40',2),('178.164.11.236',1),('146.0.77.88',1),('66.249.88.132',1),('222.186.34.77',1),('84.105.28.76',1),('191.54.160.237,66.24',1),('177.101.55.170',2),('66.249.79.17',1),('139.162.114.70',11),('82.160.24.82',1),('209.126.136.2',3),('23.247.72.107',1),('41.102.68.77',1),('76.125.191.120',6),('191.54.160.237',31),('141.212.122.128',1),('31.210.102.114',6),('23.247.27.18',1),('42.115.186.198',1),('46.116.162.63',1),('58.8.45.9',1),('66.102.6.74',1),('54.159.121.78',1),('177.195.114.24',1),('196.52.43.54',1),('193.70.46.94',2),('77.252.186.140',1),('66.249.73.157',1),('66.249.73.147',1),('220.135.159.86',1),('66.249.88.156',1),('94.102.48.193',1),('187.172.188.183',1),('179.158.1.212',1),('157.55.39.67',1),('181.39.16.227',1),('201.108.73.184',1),('36.72.229.126',1),('66.240.205.34',3),('50.192.182.102',4),('62.215.41.137',1),('66.249.79.175',2),('27.74.235.36',1),('185.25.249.77',1),('110.142.208.239',1),('66.249.79.99',2),('66.249.79.178',4),('66.249.79.87',1),('66.249.79.83',3),('181.48.99.153',1),('37.99.163.162',1),('66.249.79.157',1),('192.186.9.140',3),('23.247.88.35',1),('148.0.37.72',1),('54.153.78.44',1),('23.228.84.82',1),('23.228.86.85',1),('164.77.112.74',1),('141.212.122.64',1),('88.135.163.79',1),('209.126.136.5',5),('66.249.64.99',1),('179.210.56.120',1),('79.131.56.124',1),('104.148.19.67',1),('66.249.66.161',1),('81.218.125.84',1),('196.52.43.53',1),('66.249.88.18',1),('73.177.26.22',1),('148.153.44.86',1),('148.153.8.138',2),('148.153.34.126',1),('104.148.75.35',1),('125.164.95.98',1),('69.197.179.2',1),('66.249.66.178',1),('187.140.122.78',1),('183.129.160.229',7),('88.135.170.74',1),('42.119.121.202',1),('187.38.56.24',1),('218.143.162.24',1),('77.111.32.37',1),('189.181.122.48',1),('54.85.152.189',1),('66.249.88.157',1),('81.149.111.141',1),('66.249.75.53',3),('23.247.88.115',1),('177.39.142.238',1),('114.32.42.226',1),('115.132.97.234',1),('138.36.6.213',1),('138.36.4.51',1),('201.127.247.142',1),('190.219.21.31',1),('5.19.210.46',1),('187.223.36.136',1),('84.2.103.56',1),('47.203.89.212',2),('66.102.6.142',1),('189.32.137.222',1),('66.249.73.142',1),('66.249.65.251',1),('66.249.65.248',1),('221.229.197.101',2),('184.2.190.30',1),('66.249.75.61',3),('95.156.251.10',1),('131.100.242.0',1),('54.80.70.27',1),('81.204.136.112',1),('109.98.88.57',1),('93.174.93.210',1),('137.226.113.7',11),('109.81.185.3',1),('196.52.43.58',1),('36.76.87.95',1),('93.126.6.125',1),('187.139.126.162',1),('191.179.144.166',1),('103.54.45.4',1),('193.63.58.83',4),('109.94.100.17',1),('151.54.229.219',1),('62.45.90.168',1),('170.79.236.14',2),('177.23.224.51',1),('107.179.117.171',1),('104.223.204.165',1),('189.122.139.30',1),('185.157.181.10',1),('54.83.102.142',1),('80.93.123.55',1),('84.22.47.100',1),('141.212.122.48',1),('185.2.83.33',1),('61.49.45.42',4),('179.218.130.118',1),('179.53.178.219',1),('46.107.197.100',5),('169.54.244.84',1),('207.46.13.66',1),('80.82.77.139',2),('66.249.64.78',1),('66.249.64.57',1),('66.249.79.91',1),('177.129.204.43',1),('66.249.79.153',1),('66.249.79.78',1),('23.20.205.190',1),('88.150.197.90',1),('187.148.139.39',1),('201.37.36.92',4),('184.65.177.56',6),('186.220.34.80',1),('118.136.43.127',1),('82.13.166.114',1),('185.143.43.66',1),('178.161.50.35',1),('159.203.42.143',1),('78.129.252.43',1),('66.240.236.119',1),('23.247.72.67',1),('122.117.201.80',1),('218.90.15.22',1),('127.203.102.252',1),('207.46.13.186',1),('185.110.132.239',3),('189.55.144.204',1),('13.228.30.48',1),('196.52.43.61',1),('153.181.251.84',1),('61.240.145.5',1),('107.198.116.105',1),('64.213.247.80',1),('192.124.0.107',1),('200.131.199.17',4),('61.49.45.43',2),('96.88.123.101',1),('213.163.83.115',2),('189.172.73.172',1),('104.223.204.200',1),('168.1.128.59',1),('163.172.105.161',1),('54.226.37.50',1),('207.46.13.110',1),('104.223.203.234',1),('104.148.75.12',1),('191.180.235.154',1),('66.249.65.175',1),('66.249.73.155',1),('141.212.122.32',1),('66.249.65.161',1),('177.73.10.68',1),('66.249.65.211',1),('186.216.231.101',1),('170.84.99.37',1),('104.148.75.115',1),('168.1.128.76',1),('54.169.239.251',1),('66.249.75.59',2),('169.54.233.125',1),('80.172.244.226',1),('41.182.156.48',1),('222.186.56.220',2),('148.101.218.207',2),('122.200.65.30',2),('117.36.117.196',1),('36.5.177.109',1),('77.48.244.138',1),('107.136.194.183',1),('213.183.51.17',2),('5.188.10.102',1),('157.55.39.212',2),('125.25.72.133',1),('71.6.202.204',1),('104.128.144.131',1),('179.153.209.94',1),('177.10.89.145',1),('189.222.240.149',1),('130.211.245.100',1),('80.82.77.33',1),('54.169.213.177',1),('169.54.233.126',1),('84.35.130.89',1),('201.148.103.134',1),('66.249.75.57',2),('66.249.75.63',1),('66.249.75.23',1),('66.249.75.6',1),('66.249.75.9',1),('183.81.158.21',1),('95.158.41.46',1),('170.150.128.1',1),('141.212.122.96',2),('139.59.32.132',1),('110.90.95.163',1),('86.63.207.119',1),('5.1.110.20',1),('54.196.104.181',1),('71.6.146.186',1),('54.67.84.37',1),('45.58.136.98',1),('66.240.219.146',1),('179.159.41.186',1),('191.7.192.126',1),('187.136.69.217',2),('190.101.1.137',1),('5.57.255.218',1),('54.196.97.44',1),('185.26.174.20',1),('182.18.21.151',1),('71.6.202.196',1),('222.186.21.102',1),('106.75.114.118',1),('196.52.43.66',1),('113.164.68.52',1),('157.55.39.176',1),('222.186.34.32',1),('66.249.79.75',1),('66.249.79.81',1),('66.249.79.73',1),('66.249.79.79',1),('66.249.79.151',1),('66.249.79.71',1),('66.249.79.145',1),('192.186.2.10',1),('66.249.79.77',1),('106.75.15.97',1),('110.8.84.214',1),('34.207.154.35',3),('104.222.67.56',1),('179.219.55.62',1),('47.203.93.185',1),('66.249.69.199',1),('152.254.150.30',14),('170.78.212.41',4);
89/*!40000 ALTER TABLE `stats` ENABLE KEYS */;
90UNLOCK TABLES;
91
92--
93-- Table structure for table `users`
94--
95
96DROP TABLE IF EXISTS `users`;
97/*!40101 SET @saved_cs_client = @@character_set_client */;
98/*!40101 SET character_set_client = utf8 */;
99CREATE TABLE `users` (
100 `id` mediumint(9) NOT NULL AUTO_INCREMENT,
101 `login` varchar(50) DEFAULT NULL,
102 `password` varchar(50) DEFAULT NULL,
103 PRIMARY KEY (`id`)
104) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
105/*!40101 SET character_set_client = @saved_cs_client */;
106
107--
108-- Dumping data for table `users`
109--
110
111LOCK TABLES `users` WRITE;
112/*!40000 ALTER TABLE `users` DISABLE KEYS */;
113INSERT INTO `users` VALUES (1,'admin','7b71be0e85318117d2e514ce2a2e222c');
114/*!40000 ALTER TABLE `users` ENABLE KEYS */;
115UNLOCK TABLES;
116/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
117
118/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
119/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
120/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
121/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
122/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
123/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
124/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
125
126-- Dump completed on 2019-10-11 2:16:21