-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofiles.sql
More file actions
99 lines (90 loc) · 6.84 KB
/
Copy pathprofiles.sql
File metadata and controls
99 lines (90 loc) · 6.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
-- phpMyAdmin SQL Dump
-- version 3.3.9.2
-- http://www.phpmyadmin.net
--
-- Хост: localhost
-- Время создания: Июл 08 2011 г., 08:22
-- Версия сервера: 5.1.52
-- Версия PHP: 5.2.17
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 */;
--
-- База данных: `user437_photovote`
--
-- --------------------------------------------------------
--
-- Структура таблицы `profiles`
--
CREATE TABLE IF NOT EXISTS `profiles` (
`Number` int(250) NOT NULL AUTO_INCREMENT,
`NS` tinytext NOT NULL,
`Photo` text NOT NULL,
`Rating` int(12) NOT NULL,
PRIMARY KEY (`Number`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=60 ;
--
-- Дамп данных таблицы `profiles`
--
INSERT INTO `profiles` (`Number`, `NS`, `Photo`, `Rating`) VALUES
(1, 'ВикуÑÑ ÐšÐ°Ð½Ñ‚Ñ€', 'images/upload_profiles/1.jpg', 618),
(2, 'Елена Михедова', 'images/upload_profiles/2.jpg', 532),
(3, 'Марина Прокопенко', 'images/upload_profiles/3.jpg', 809),
(4, 'Ð”Ð°Ñ€ÑŒÑ Ðртамонова', 'images/upload_profiles/4.jpg', 329),
(5, 'Лена Щетинина', 'images/upload_profiles/5.jpg', 61),
(6, 'Марина Городецкого', 'images/upload_profiles/6.jpg', 32),
(7, 'Вика sexy Самойлова', 'images/upload_profiles/7.jpg', 38),
(8, 'Вика Малютина', 'images/upload_profiles/8.jpg', 66),
(9, 'КриÑтина Леконцева', 'images/upload_profiles/9.jpg', 360),
(10, 'Ленка Якубышина', 'images/upload_profiles/10.jpg', 1227),
(11, 'ЯÑÑŽÐ½Ñ Ðовикова', 'images/upload_profiles/11.jpg', 946),
(12, 'ВикуÑька Ефремова', 'images/upload_profiles/12.jpg', 73),
(13, 'Мариам Юрченкова', 'images/upload_profiles/13.jpg', 60),
(14, 'Ðлёнчик Зубакова', 'images/upload_profiles/14.jpg', 203),
(15, 'ÐаÑÑ‚Ñ Ð‘ÑƒÐ»Ð°Ñ‚Ð¾Ð²Ð°', 'images/upload_profiles/15.jpg', 169),
(16, 'КÑÐµÐ½Ð¸Ñ Ð£Ð»ÐµÑова', 'images/upload_profiles/16.jpg', 145),
(17, 'Ольга Мокриденко', 'images/upload_profiles/17.jpg', 155),
(18, 'Ð®Ð»Ñ ÐšÐ¾Ñ‡ÐµÐ³Ð°Ñ€Ð¾Ð²Ð°', 'images/upload_profiles/18.jpg', 793),
(19, 'Тома Мирончик', 'images/upload_profiles/19.jpg', 51),
(20, 'Ð’Ð°Ð»ÐµÑ€Ð¸Ñ Ð›ÐµÐ³Ð°', 'images/upload_profiles/20.jpg', 346),
(21, 'Ð®Ð»Ð¸Ñ Ðдашева', 'images/upload_profiles/21.jpg', 302),
(22, 'Даша Соловьева', 'images/upload_profiles/22.jpg', 268),
(23, 'Ðнютка Ильина', 'images/upload_profiles/23.jpg', 119),
(24, 'Ð•Ð²Ð³ÐµÐ½Ð¸Ñ Ð•Ð²Ð´Ð¾ÐºÐ¸Ð¼Ð¾Ð²Ð°', 'images/upload_profiles/24.jpg', 194),
(25, 'ÐšÐ°Ñ‚Ñ Ð¡Ð°Ð¼Ð±ÑƒÐºÐ°', 'images/upload_profiles/25.jpg', 456),
(26, 'Мила Ðлыкеева', 'images/upload_profiles/26.jpg', 163),
(27, 'Регина Марте', 'images/upload_profiles/27.jpg', 283),
(28, 'ÐÐ°Ñ‚Ð°Ð»ÑŒÑ Lisica', 'images/upload_profiles/28.jpg', 272),
(29, 'Ира Тихомирова', 'images/upload_profiles/29.jpg', 262),
(30, 'ÐлекÑандра Павлий', 'images/upload_profiles/30.jpg', 145),
(31, 'Елена УÑаевич ', 'images/upload_profiles/31.jpg', 312),
(32, 'Maria Chemyakina', 'images/upload_profiles/32.jpg', 262),
(33, 'КриÑтинка Шаранкевич', 'images/upload_profiles/33.jpg', 242),
(34, 'Sanda Sudzumia', 'images/upload_profiles/34.jpg', 199),
(35, 'Светлана ВаÑильевна', 'images/upload_profiles/35.jpg', 284),
(36, 'Оленька (Городецкова)', 'images/upload_profiles/36.jpg', 166),
(37, 'Lyuba Popova', 'images/upload_profiles/37.jpg', 415),
(38, 'Марина ÐœÐ¸Ð»ÐµÐ½ÑŒÐºÐ°Ñ ÐšÐ¾Ð²Ð°Ð»ÑŒÑ‡ÑƒÐº', 'images/upload_profiles/38.jpg', 307),
(39, 'MaRiNkA (ГрÑдовкина)', 'images/upload_profiles/39.jpg', 208),
(40, 'Вера Гарбаренко', 'images/upload_profiles/40.jpg', 310),
(41, 'Екатерина Шубина', 'images/upload_profiles/41.jpg', 113),
(42, 'Карина ÐлекÑандровна', 'images/upload_profiles/42.jpg', 118),
(43, 'Ірчик Кібель', 'images/upload_profiles/43.jpg', 109),
(44, 'Ðлина (Таракашка)', 'images/upload_profiles/44.jpg', 437),
(45, 'Anna Krasnova', 'images/upload_profiles/45.jpg', 322),
(46, 'ÐаÑтюша ЕлиÑеева', 'images/upload_profiles/46.jpg', 329),
(47, 'Ðлёна Лемешонок', 'images/upload_profiles/47.jpg', 172),
(48, 'Полина Ðртёменко', 'images/upload_profiles/48.jpg', 265),
(49, 'ÐšÐ°Ñ‚Ñ (Комова)', 'images/upload_profiles/49.jpg', 316),
(50, 'Екатерина Ершакова', 'images/upload_profiles/50.jpg', 213),
(51, 'Kristusha Fortynatova', 'images/upload_profiles/51.jpg', 167),
(52, 'Darya Dmitrieva', 'images/upload_profiles/52.jpg', 257),
(53, 'Елена Галкина', 'images/upload_profiles/53.jpg', 336),
(54, 'ТатьÑна Сычёва', 'images/upload_profiles/54.jpg', 305),
(55, '|_P_о_Z_i_T_i_F_|', 'images/upload_profiles/23145-gbpics.eu.jpg', 254),
(57, 'balvanka', 'images/nophoto.jpg', 55),
(56, 'ÐÐ½Ñ ÐŸÑ€Ð¾Ñ…Ð¾Ñ€Ð¾Ð²Ð°', 'images/upload_profiles/56.jpg', 688),
(58, 'Ð¡Ð²ÐµÑ‚ÑƒÐ»Ñ Ð•Ð»Ð¸Ñеева', 'images/upload_profiles/58.jpg', 141),
(59, 'ÐÐ½Ñ ÐšÑ€ÑŽÐºÐ¾Ð²Ð°', 'images/upload_profiles/59.jpg', 377);