Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- phpMyAdmin SQL Dump
- -- version 3.3.8.1
- -- http://www.phpmyadmin.net
- --
- -- Host: localhost
- -- Generation Time: Jun 09, 2011 at 05:45 AM
- -- Server version: 5.0.91
- -- PHP Version: 5.2.9
- 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: `shehabi_live`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `ehda_msgs`
- --
- DROP TABLE IF EXISTS `ehda_msgs`;
- CREATE TABLE IF NOT EXISTS `ehda_msgs` (
- `id` int(11) NOT NULL auto_increment,
- `name` varchar(255) NOT NULL default '',
- `msgText` varchar(255) NOT NULL default '',
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;
- --
- -- Dumping data for table `ehda_msgs`
- --
- INSERT INTO `ehda_msgs` (`id`, `name`, `msgText`) VALUES
- (1, 'saleh1', 'msg1'),
- (2, 'saleh2', 'msg2'),
- (3, 'saleh3', 'msg3'),
- (4, 'saleh4', 'msg4'),
- (5, 'saleh5', 'msg5'),
- (6, 'saleh6', 'msg6'),
- (7, 'saleh7', 'msg7'),
- (8, 'saleh8', '?????'),
- (9, 'saleh9', 'msg9');
- -- --------------------------------------------------------
- --
- -- Table structure for table `live_broadcast_banners`
- --
- DROP TABLE IF EXISTS `live_broadcast_banners`;
- CREATE TABLE IF NOT EXISTS `live_broadcast_banners` (
- `id` int(11) NOT NULL auto_increment,
- `path` varchar(255) NOT NULL default '',
- `Remarks` varchar(255) NOT NULL default '',
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;
- --
- -- Dumping data for table `live_broadcast_banners`
- --
- INSERT INTO `live_broadcast_banners` (`id`, `path`, `Remarks`) VALUES
- (1, 'matrook.gif', '???????'),
- (2, 'jamri-binzabar.gif', '?? ???'),
- (3, 'maqtalLive.gif', '??????'),
- (4, '3ez.gif', '????'),
- (5, 'offline.gif0', 'Offline'),
- (6, 'alshehab-ibarhimi.gif', '???????'),
- (7, 'binzabar2.gif', '?? ???');
- -- --------------------------------------------------------
- --
- -- Table structure for table `live_broadcast_mula`
- --
- DROP TABLE IF EXISTS `live_broadcast_mula`;
- CREATE TABLE IF NOT EXISTS `live_broadcast_mula` (
- `id` int(11) NOT NULL auto_increment,
- `name` varchar(100) character set utf8 default NULL,
- `remarks` varchar(250) default NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
- --
- -- Dumping data for table `live_broadcast_mula`
- --
- INSERT INTO `live_broadcast_mula` (`id`, `name`, `remarks`) VALUES
- (1, '????? ????', '??????'),
- (2, 'ÕÇáÍ ÇáÔíÎ', 'ãÃÊã Âá ÔåÇÈ'),
- (3, 'الملا يوسف', 'äãÓÔí'),
- (4, 'ÍÓíä ÕÇáÍ', 'ÇáÈÍÑíä');
- -- --------------------------------------------------------
- --
- -- Table structure for table `live_broadcast_places`
- --
- DROP TABLE IF EXISTS `live_broadcast_places`;
- CREATE TABLE IF NOT EXISTS `live_broadcast_places` (
- `id` int(11) NOT NULL auto_increment,
- `name` varchar(100) default NULL,
- `remarks` varchar(250) default NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
- --
- -- Dumping data for table `live_broadcast_places`
- --
- INSERT INTO `live_broadcast_places` (`id`, `name`, `remarks`) VALUES
- (1, '???? ?? ????', ''),
- (2, 'ÃÓÃäÃÉ Èä ÒÈÑ', ''),
- (3, 'ãÃÊã ÇáãÊÑæß', ''),
- (4, 'ãÃÊã Âá ÔåÇÈ', '');
- -- --------------------------------------------------------
- --
- -- Table structure for table `live_broadcast_settings`
- --
- DROP TABLE IF EXISTS `live_broadcast_settings`;
- CREATE TABLE IF NOT EXISTS `live_broadcast_settings` (
- `bannerID` int(4) default NULL,
- `status` tinyint(4) default '1',
- `placeID` int(2) NOT NULL default '0',
- `mulaID` int(2) NOT NULL default '0',
- `mountPoint` varchar(255) NOT NULL default '',
- `Remarks` varchar(255) NOT NULL default ''
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
- --
- -- Dumping data for table `live_broadcast_settings`
- --
- INSERT INTO `live_broadcast_settings` (`bannerID`, `status`, `placeID`, `mulaID`, `mountPoint`, `Remarks`) VALUES
- (5, 0, 1, 5, 'http://www.alshehabi.net/', 'aa');
- -- --------------------------------------------------------
- --
- -- Table structure for table `live_broadcast_timetable`
- --
- DROP TABLE IF EXISTS `live_broadcast_timetable`;
- CREATE TABLE IF NOT EXISTS `live_broadcast_timetable` (
- `id` int(11) NOT NULL auto_increment,
- `time` varchar(25) default NULL,
- `place` int(11) default NULL,
- `mula` int(11) default NULL,
- `displayOrder` tinyint(4) NOT NULL default '0',
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
- --
- -- Dumping data for table `live_broadcast_timetable`
- --
- INSERT INTO `live_broadcast_timetable` (`id`, `time`, `place`, `mula`, `displayOrder`) VALUES
- (1, '01:00 Õ', 1, 1, 1),
- (2, '07:00 ã', 3, 3, 1),
- (3, '10:00 Õ', 2, 2, 1),
- (4, '09:30', 4, 1, 1);
- -- --------------------------------------------------------
- --
- -- Table structure for table `mailingList`
- --
- DROP TABLE IF EXISTS `mailingList`;
- CREATE TABLE IF NOT EXISTS `mailingList` (
- `id` int(11) NOT NULL auto_increment,
- `name` varchar(255) NOT NULL default '',
- `email` varchar(255) NOT NULL default '',
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=506 ;
- --
- -- Dumping data for table `mailingList`
- --
- INSERT INTO `mailingList` (`id`, `name`, `email`) VALUES
- (1, '[email protected]', '[email protected]'),
- (2, '[email protected]', '[email protected]'),
- (24, 'ÌÚÝÑ', '[email protected]'),
- (5, '[email protected]', '[email protected]'),
- (7, '[email protected]', '[email protected]'),
- (8, '[email protected]', '[email protected]'),
- (10, '[email protected]', '[email protected]'),
- (22, 'saleh', '[email protected]'),
- (12, '[email protected]', '[email protected]'),
- (13, '[email protected]', '[email protected]'),
- (14, 'ÕÇáÍ ÇáÔåÇÈí', '[email protected]'),
- (23, 'Çã ÓÚÇÏ', '[email protected]'),
- (26, 'Ãã ÃÍãÏ', '[email protected]'),
- (28, 'shehab_Lebnan', '[email protected]'),
- (29, 'Ãã åÇÔã', '[email protected]'),
- (30, 'Çã áÌíä', '[email protected]'),
- (31, 'ÇÈæ ÇÍãÏ ÇáÔåÇÈí', '[email protected]'),
- (32, 'ÝÊÍíÉ', '[email protected]'),
- (33, 'future', '[email protected]'),
- (34, 'ÌãÚÉ ãÍãÏ ÓáÇãÉ', '[email protected]'),
- (35, 'ÌãÚÉ ãÍãÏ ÓáÇãÉ', '[email protected]'),
- (36, 'adol', '[email protected]'),
- (37, 'ãáÇß ÇáÍÇÓæÈ', '[email protected]'),
- (38, 'gadoora', '[email protected]'),
- (40, 'hassan', '[email protected]'),
- (41, 'ÍãíÏ ÇáÔãáÇä', '[email protected]'),
- (43, 'ÞÇÓãæ', '[email protected]'),
- (44, 'åáÇá', '[email protected]'),
- (46, 'ismail', '[email protected]'),
- (52, 'ÌÇÓã', 'jass_999@hot,mail.com'),
- (53, 'ÛÏíÑ', '[email protected]'),
- (54, 'æáÇÁ ÇáÞÕÇÈ', '[email protected]'),
- (55, 'ÍíÏÑ ßÇÙã', 'iraqison_2007@ yahoo.com'),
- (58, 'ÚáÇÁ ÚÈÏ ÇáÍÓíä ÇáÑÈíÚí', '[email protected]'),
- (59, 'ÚáÇÁ', '[email protected]'),
- (60, 'äæÑ ÇáæáÇíÉ', '[email protected]'),
- (63, 'ÒßÑíÇ ãÕØÝì ÇáÔåÇÈí', '[email protected]'),
- (64, 'ÒßÑíÇ ÇáÔåÇÈí', '[email protected]'),
- (65, 'zahraa', '[email protected]'),
- (66, 'ãæÞÚ ÈÇÈ ÇáÍæÇÆÌ ÇáÔåíÏ ÚÈÏ Çááå ÇáÑÖíÚ Úáíå ÇáÓáÇ', '[email protected]'),
- (67, 'ÔåÇÈ Âá ÔåÇÈ', '[email protected]'),
- (68, 'ghorob', '[email protected]'),
- (69, 'ÚÈÏÇááå', '[email protected]'),
- (71, '[email protected]', '[email protected]'),
- (73, 'sajid', '[email protected]'),
- (74, 'ehsan ali bin ali al faraj', '[email protected]'),
- (76, 'äÏÇÁ', '[email protected]'),
- (77, 'ÏÎÊÑ ÈÇÛáæã', 'cute_s1995@hotmail'),
- (78, 'ÈæÕÇáÍ', '[email protected]'),
- (79, 'ÍÓíä', '[email protected]'),
- (80, 'ÍÓíä', '[email protected]'),
- (81, 'Mahmood Shehab', '[email protected]'),
- (82, 'ÍÓíä', '[email protected]'),
- (83, 'MOF', '[email protected]'),
- (85, 'ÍÓíä', '[email protected]'),
- (89, 'Ãã ÓíÏ ßÑÇÑ', '[email protected]'),
- (380, 'toot', '[email protected]'),
- (136, 'ÃÈæ ÇáÍÓä', '[email protected]'),
- (199, 'ÈæÚÈÏÇááå', '[email protected]'),
- (200, 'ÒåÑÇÁ', '[email protected]'),
- (201, 'Úáí', '[email protected]'),
- (249, 'ÌÚÝÑ ÇÈæ ÍíÇÉ', '[email protected]'),
- (250, 'Úáí ãÍãÏ ÍÓä ÇáÔåÇÈí', '[email protected]'),
- (252, 'ÇÈæ ÍíÏÑ ÇáÔÑíÝí', '[email protected]'),
- (259, 'ÓÚÏÓáæ', '[email protected]'),
- (313, 'ÒßÑíÇ ÇÍãÏ', '[email protected]'),
- (314, 'ÎÇÏãÉ ãÍãÏ æÂáå', '[email protected]'),
- (315, 'hussain alaskafy', '[email protected]'),
- (316, 'ÌÚÝÑ ÇáÚÇÕí', '[email protected]'),
- (317, 'ÇÈæÑÈÇÈ', '[email protected]'),
- (319, 'ÇÍãÏ ÇáÔåÇÈí', '[email protected]'),
- (321, 'mohammad hameed alshehabi', '[email protected]'),
- (322, 'talib', '[email protected]'),
- (323, 'ÃÈæ ÇáÑÖÜÜÇ', '[email protected]'),
- (324, 'ÅÍÓÜÜÜÜÇÓ ØÜÜÜÜÝáÉ', '[email protected]'),
- (325, 'ãäì ÇáÇÍÓÇÆíÉ', 'wanash-2008hotmail.com'),
- (326, 'ßÇÙã ÇáÔåÇÈí', '[email protected]'),
- (327, 'ãäì ÇáÇÍÓÇÆíÉ', '[email protected]'),
- (328, 'hassan', '[email protected]'),
- (329, 'äÈíá ÇáÔåÇÈí', '[email protected]'),
- (331, 'ÍÓíä ÇáÓÞÇí', '[email protected]'),
- (332, 'Úáí', '[email protected]'),
- (333, 'Úáí ÇáÔåÇÈí', '[email protected]'),
- (334, 'äÇäæ', '[email protected]'),
- (335, 'ÚíÓì ÝÄÇÏ', '[email protected]'),
- (375, 'ãÚä ÇáÔåÇÈí', '[email protected]'),
- (376, 'ÚíÓì ÇáÔåÇÈí', '[email protected]'),
- (377, 'äæÑ ÇáÍÓíä ', '[email protected]'),
- (379, 'alaradi', '[email protected]'),
- (381, 'jonn1', '[email protected]'),
- (382, 'jonn2', '[email protected]'),
- (383, 'jonn3', '[email protected]'),
- (384, 'mokvsfsy', '[email protected]'),
- (385, 'vysmlqsa', '[email protected]'),
- (386, 'kxfhagug', '[email protected]'),
- (387, 'poqiajgd', 'QW53aW1vSnU5WGhyWWloNg=='),
- (388, 'mqvwbvsc', '\r\n SomeCustomInjectedHeader:injected_by_wvs'),
- (389, '\r\n SomeCustomInjectedHeader:injected_by_wvs', '[email protected]'),
- (390, 'vysmlqsa', '[email protected]'),
- (391, 'vgwgmxjv', '[email protected]'),
- (392, 'kfotubpj', '[email protected]'),
- (393, 'nspfpgcp', 'http://some-inexistent-website.acu/some_inexistent_file_with_long_name'),
- (394, 'nspfpgcp', '1some_inexistent_file_with_long_name'),
- (395, 'kxfhagug', '[email protected]'),
- (396, 'dsfvmctm', ')'),
- (397, 'odjlntcq', 'print(md5(acunetix_wvs_security_test));die();/*'),
- (398, 'nspfpgcp', 'http://testphp.vulnweb.com/acunetix_file_inclusion_test?'),
- (399, 'odjlntcq', '${@print(md5(acunetix_wvs_security_test))}'),
- (400, 'dsfvmctm', '!(()&&!|*|*|'),
- (401, 'kxfhagug', '268435455'),
- (402, 'http://some-inexistent-website.acu/some_inexistent_file_with_long_name', '[email protected]'),
- (403, 'vgwgmxjv', '[email protected]'),
- (404, 'print(md5(acunetix_wvs_security_test));die();/*', '[email protected]'),
- (405, 'dsfvmctm', '^(#$!@#$)(()))******'),
- (406, '1some_inexistent_file_with_long_name', '[email protected]'),
- (407, 'vgwgmxjv', 'acunetix_wvs_invalid_filename'),
- (408, ')', '[email protected]'),
- (409, '${@print(md5(acunetix_wvs_security_test))}', '[email protected]'),
- (410, 'http://testphp.vulnweb.com/acunetix_file_inclusion_test?', '[email protected]'),
- (411, 'kxfhagug', '[email protected]'),
- (412, 'vgwgmxjv', 'index.php'),
- (413, 'sgrstgyp', '&cat /etc/passwd'),
- (414, '!(()&&!|*|*|', '[email protected]'),
- (415, 'vgwgmxjv', 'index.php\0'),
- (416, 'sgrstgyp', '&cat /etc/passwd&'),
- (417, '^(#$!@#$)(()))******', '[email protected]'),
- (418, 'kfotubpj', '[email protected]'),
- (419, 'fvgeuspr', 'http://www.acunetix.tst'),
- (420, 'vgwgmxjv', '[email protected]'),
- (421, 'http://www.acunetix.tst', '[email protected]'),
- (422, '268435455', '[email protected]'),
- (423, 'sgrstgyp', '\ncat /etc/passwd\n'),
- (424, 'vysmlqsa', '[email protected]'),
- (425, 'kfotubpj', 'À\0xa7'),
- (426, 'sgrstgyp', '`cat /etc/passwd`'),
- (427, 'gipjffrm', 'OTcyNDUw'),
- (428, 'acunetix_wvs_invalid_filename', '[email protected]'),
- (429, 'mvdcnquh', '../../../../../../../../../../etc/passwd'),
- (430, 'vysmlqsa', 'mSaeUou9'),
- (431, 'sgrstgyp', '|cat /etc/passwd#'),
- (432, 'kfotubpj', '1"'),
- (433, 'OTc1MzQ0', '[email protected]'),
- (434, 'index.php', '[email protected]'),
- (435, 'mvdcnquh', '../../../../../../../../../../etc/passwd\0.png'),
- (436, 'kfotubpj', 'À¢'),
- (437, 'vysmlqsa', '[email protected]'),
- (438, 'sgrstgyp', ';cat /etc/passwd;'),
- (439, 'avmocici', '<!--'),
- (440, 'mvdcnquh', '/../..//../..//../..//../..//../..//etc/passwd\0'),
- (441, 'index.php\0', '[email protected]'),
- (442, 'vysmlqsa', '0'),
- (443, 'kfotubpj', 'JyI='),
- (444, 'sgrstgyp', '||cat /etc/passwd'),
- (445, 'vysmlqsa', '[email protected]" and sleep(5.75)="'),
- (446, 'mvdcnquh', '.\\./.\\./.\\./.\\./.\\./.\\./etc/passwd'),
- (447, '&cat /etc/passwd', '[email protected]'),
- (448, 'mvdcnquh', '/etc/passwd'),
- (449, '<!--', '[email protected]'),
- (450, 'kfotubpj', 'ð''ð""'),
- (451, '&cat /etc/passwd&', '[email protected]'),
- (452, 'kfotubpj', '[email protected]'),
- (453, '\ncat /etc/passwd\n', '[email protected]'),
- (454, 'vysmlqsa', '[email protected]" or (sleep(5.75)+1) limit 1 -- '),
- (455, 'mvdcnquh', '../..//../..//../..//../..//../..//../..//../..//../..//etc/passwd'),
- (456, 'vysmlqsa', '0'),
- (457, '`cat /etc/passwd`', '[email protected]'),
- (458, 'À\0xa7', '[email protected]'),
- (459, 'mvdcnquh', '../.../.././../.../.././../.../.././../.../.././../.../.././../.../.././etc/passwd'),
- (460, 'vysmlqsa', '0'),
- (461, 'mvdcnquh', '..À¯..À¯..À¯..À¯..À¯..À¯..À¯..À¯etc/passwd'),
- (462, '1"', '[email protected]'),
- (463, '|cat /etc/passwd#', '[email protected]'),
- (464, 'mvdcnquh', 'invalid../../../../../../../../../../etc/passwd/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.'),
- (465, 'vysmlqsa', '0'),
- (466, 'À¢', '[email protected]'),
- (467, 'mvdcnquh', 'file:///etc/passwd'),
- (468, ';cat /etc/passwd;', '[email protected]'),
- (469, '||cat /etc/passwd', '[email protected]'),
- (470, 'vysmlqsa', '0'),
- (471, 'JyI=', '[email protected]'),
- (472, 'mvdcnquh', '/../../../../../../../etc/passwd'),
- (473, 'vysmlqsa', '0'),
- (474, '../../../../../../../../../../etc/passwd', '[email protected]'),
- (475, 'ð''ð""', '[email protected]'),
- (476, 'vysmlqsa', '0'),
- (477, '../../../../../../../../../../etc/passwd\0.png', '[email protected]'),
- (478, 'vysmlqsa', '[email protected]"=sleep(5.75)="'),
- (479, '/../..//../..//../..//../..//../..//etc/passwd\0', '[email protected]'),
- (480, '.\\./.\\./.\\./.\\./.\\./.\\./etc/passwd', '[email protected]'),
- (481, '/etc/passwd', '[email protected]'),
- (482, 'vysmlqsa', '[email protected]'),
- (483, '../..//../..//../..//../..//../..//../..//../..//../..//etc/passwd', '[email protected]'),
- (484, '8PI4wZvb', '[email protected]'),
- (485, '../.../.././../.../.././../.../.././../.../.././../.../.././../.../.././etc/passwd', '[email protected]'),
- (486, 'vysmlqsa', '[email protected]'),
- (487, '..À¯..À¯..À¯..À¯..À¯..À¯..À¯..À¯etc/passwd', '[email protected]'),
- (488, 'invalid../../../../../../../../../../etc/passwd/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././.', '[email protected]'),
- (489, '0', '[email protected]'),
- (490, 'file:///etc/passwd', '[email protected]'),
- (491, 'vysmlqsa" and sleep(5.75)="', '[email protected]'),
- (492, '/../../../../../../../etc/passwd', '[email protected]'),
- (493, 'vysmlqsa" or (sleep(5.75)+1) limit 1 -- ', '[email protected]'),
- (494, '0', '[email protected]'),
- (495, '0', '[email protected]'),
- (496, '0', '[email protected]'),
- (497, '0', '[email protected]'),
- (498, '0', '[email protected]'),
- (499, '0', '[email protected]'),
- (500, 'vysmlqsa"=sleep(5.75)="', '[email protected]'),
- (501, 'hhhhhh', 'hhhhhhhhh'),
- (502, 'ÓíÏÚÈÏÇááå', '[email protected]'),
- (503, 'ÈæÚÈÏÇááå', '[email protected]'),
- (504, 'åÇÏí ÈÕÑ ', '[email protected]'),
- (505, 'Úáì ÑÌÈ Úáì', '[email protected]');
Advertisement
Add Comment
Please, Sign In to add comment