Joker0day

alshehabi live (shia)

Feb 27th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 3.3.8.1
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: localhost
  6. -- Generation Time: Jun 09, 2011 at 05:46 AM
  7. -- Server version: 5.0.91
  8. -- PHP Version: 5.2.9
  9.  
  10. SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  11.  
  12.  
  13. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  14. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  15. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  16. /*!40101 SET NAMES utf8 */;
  17.  
  18. --
  19. -- Database: `shehabi_nuke`
  20. --
  21.  
  22. -- --------------------------------------------------------
  23.  
  24. --
  25. -- Table structure for table `ehda_msgs`
  26. --
  27.  
  28. DROP TABLE IF EXISTS `ehda_msgs`;
  29. CREATE TABLE IF NOT EXISTS `ehda_msgs` (
  30. `id` int(11) NOT NULL auto_increment,
  31. `name` varchar(255) collate cp1256_bin NOT NULL default '',
  32. `msgText` varchar(255) collate cp1256_bin NOT NULL default '',
  33. PRIMARY KEY (`id`)
  34. ) ENGINE=MyISAM DEFAULT CHARSET=cp1256 COLLATE=cp1256_bin AUTO_INCREMENT=10 ;
  35.  
  36. --
  37. -- Dumping data for table `ehda_msgs`
  38. --
  39.  
  40. INSERT INTO `ehda_msgs` (`id`, `name`, `msgText`) VALUES
  41. (1, 'saleh1', 'msg1'),
  42. (2, 'saleh2', 'msg2'),
  43. (3, 'saleh3', 'msg3'),
  44. (4, 'saleh4', 'msg4'),
  45. (5, 'saleh5', 'msg5'),
  46. (6, 'saleh6', 'msg6'),
  47. (7, 'saleh7', 'msg7'),
  48. (8, 'saleh8', '?????'),
  49. (9, 'saleh9', 'msg9');
  50.  
  51. -- --------------------------------------------------------
  52.  
  53. --
  54. -- Table structure for table `live_broadcast_banners`
  55. --
  56.  
  57. DROP TABLE IF EXISTS `live_broadcast_banners`;
  58. CREATE TABLE IF NOT EXISTS `live_broadcast_banners` (
  59. `id` int(11) NOT NULL auto_increment,
  60. `path` varchar(255) collate cp1256_bin NOT NULL default '',
  61. `Remarks` varchar(255) collate cp1256_bin NOT NULL default '',
  62. PRIMARY KEY (`id`)
  63. ) ENGINE=MyISAM DEFAULT CHARSET=cp1256 COLLATE=cp1256_bin AUTO_INCREMENT=8 ;
  64.  
  65. --
  66. -- Dumping data for table `live_broadcast_banners`
  67. --
  68.  
  69. INSERT INTO `live_broadcast_banners` (`id`, `path`, `Remarks`) VALUES
  70. (1, 'matrook.gif', 'مأتم المتروك'),
  71. (2, 'jamri-binzabar.gif', '?? ???'),
  72. (3, 'maqtalLive.gif', '??????'),
  73. (4, '3ez.gif', '????'),
  74. (5, 'offline.gif', 'Offline'),
  75. (6, 'alshehab-ibarhimi.gif', '???????'),
  76. (7, 'binzabar2.gif', '?? ???');
  77.  
  78. -- --------------------------------------------------------
  79.  
  80. --
  81. -- Table structure for table `live_broadcast_mula`
  82. --
  83.  
  84. DROP TABLE IF EXISTS `live_broadcast_mula`;
  85. CREATE TABLE IF NOT EXISTS `live_broadcast_mula` (
  86. `id` int(11) NOT NULL auto_increment,
  87. `name` varchar(100) collate cp1256_bin default NULL,
  88. `remarks` varchar(250) collate cp1256_bin default NULL,
  89. PRIMARY KEY (`id`)
  90. ) ENGINE=MyISAM DEFAULT CHARSET=cp1256 COLLATE=cp1256_bin AUTO_INCREMENT=4 ;
  91.  
  92. --
  93. -- Dumping data for table `live_broadcast_mula`
  94. --
  95.  
  96. INSERT INTO `live_broadcast_mula` (`id`, `name`, `remarks`) VALUES
  97. (1, 'الشيخ صالح', 'مجلس الظهيرة'),
  98. (2, '????? ????', ''),
  99. (3, '???? ????', '');
  100.  
  101. -- --------------------------------------------------------
  102.  
  103. --
  104. -- Table structure for table `live_broadcast_places`
  105. --
  106.  
  107. DROP TABLE IF EXISTS `live_broadcast_places`;
  108. CREATE TABLE IF NOT EXISTS `live_broadcast_places` (
  109. `id` int(11) NOT NULL auto_increment,
  110. `name` varchar(100) collate cp1256_bin default NULL,
  111. `remarks` varchar(250) collate cp1256_bin default NULL,
  112. PRIMARY KEY (`id`)
  113. ) ENGINE=MyISAM DEFAULT CHARSET=cp1256 COLLATE=cp1256_bin AUTO_INCREMENT=2 ;
  114.  
  115. --
  116. -- Dumping data for table `live_broadcast_places`
  117. --
  118.  
  119. INSERT INTO `live_broadcast_places` (`id`, `name`, `remarks`) VALUES
  120. (1, 'مأتم آل شهاب', 'الدراز');
  121.  
  122. -- --------------------------------------------------------
  123.  
  124. --
  125. -- Table structure for table `live_broadcast_settings`
  126. --
  127.  
  128. DROP TABLE IF EXISTS `live_broadcast_settings`;
  129. CREATE TABLE IF NOT EXISTS `live_broadcast_settings` (
  130. `bannerID` int(4) default NULL,
  131. `status` tinyint(4) default '1',
  132. `placeID` int(2) NOT NULL default '0',
  133. `mulaID` int(2) NOT NULL default '0',
  134. `mountPoint` varchar(255) collate cp1256_bin NOT NULL default '',
  135. `Remarks` varchar(255) collate cp1256_bin NOT NULL default ''
  136. ) ENGINE=MyISAM DEFAULT CHARSET=cp1256 COLLATE=cp1256_bin;
  137.  
  138. --
  139. -- Dumping data for table `live_broadcast_settings`
  140. --
  141.  
  142. INSERT INTO `live_broadcast_settings` (`bannerID`, `status`, `placeID`, `mulaID`, `mountPoint`, `Remarks`) VALUES
  143. (5, 0, 1, 5, 'http://www.alshehabi.net/', 'aa');
  144.  
  145. -- --------------------------------------------------------
  146.  
  147. --
  148. -- Table structure for table `live_broadcast_timetable`
  149. --
  150.  
  151. DROP TABLE IF EXISTS `live_broadcast_timetable`;
  152. CREATE TABLE IF NOT EXISTS `live_broadcast_timetable` (
  153. `id` int(11) NOT NULL auto_increment,
  154. `time` varchar(25) collate cp1256_bin default NULL,
  155. `place` int(11) default NULL,
  156. `mula` int(11) default NULL,
  157. `displayOrder` tinyint(4) NOT NULL default '0',
  158. PRIMARY KEY (`id`)
  159. ) ENGINE=MyISAM DEFAULT CHARSET=cp1256 COLLATE=cp1256_bin AUTO_INCREMENT=1 ;
  160.  
  161. --
  162. -- Dumping data for table `live_broadcast_timetable`
  163. --
  164.  
  165.  
  166. -- --------------------------------------------------------
  167.  
  168. --
  169. -- Table structure for table `mailingList`
  170. --
  171.  
  172. DROP TABLE IF EXISTS `mailingList`;
  173. CREATE TABLE IF NOT EXISTS `mailingList` (
  174. `id` int(11) NOT NULL auto_increment,
  175. `name` varchar(255) collate cp1256_bin NOT NULL default '',
  176. `email` varchar(255) collate cp1256_bin NOT NULL default '',
  177. PRIMARY KEY (`id`)
  178. ) ENGINE=MyISAM DEFAULT CHARSET=cp1256 COLLATE=cp1256_bin AUTO_INCREMENT=381 ;
  179.  
  180. --
  181. -- Dumping data for table `mailingList`
  182. --
  183.  
  184. INSERT INTO `mailingList` (`id`, `name`, `email`) VALUES
  185. (24, '????', '[email protected]'),
  186. (22, 'saleh', '[email protected]'),
  187. (14, '???? ???????', '[email protected]'),
  188. (23, '?? ????', '[email protected]'),
  189. (26, '?? ????', '[email protected]'),
  190. (28, 'shehab_Lebnan', '[email protected]'),
  191. (29, '?? ????', '[email protected]'),
  192. (30, '?? ????', '[email protected]'),
  193. (31, '??? ???? ???????', '[email protected]'),
  194. (32, '?????', '[email protected]'),
  195. (33, 'future', '[email protected]'),
  196. (34, '???? ???? ?????', '[email protected]'),
  197. (35, '???? ???? ?????', '[email protected]'),
  198. (36, 'adol', '[email protected]'),
  199. (37, '???? ???????', '[email protected]'),
  200. (38, 'gadoora', '[email protected]'),
  201. (40, 'hassan', '[email protected]'),
  202. (41, '???? ???????', '[email protected]'),
  203. (43, '?????', '[email protected]'),
  204. (44, '????', '[email protected]'),
  205. (46, 'ismail', '[email protected]'),
  206. (52, '????', 'jass_999@hot,mail.com'),
  207. (53, '????', '[email protected]'),
  208. (54, '???? ??????', '[email protected]'),
  209. (55, '???? ????', 'iraqison_2007@ yahoo.com'),
  210. (58, '???? ??? ?????? ???????', '[email protected]'),
  211. (59, '????', '[email protected]'),
  212. (60, '??? ???????', '[email protected]'),
  213. (63, '????? ????? ???????', '[email protected]'),
  214. (64, '????? ???????', '[email protected]'),
  215. (65, 'zahraa', '[email protected]'),
  216. (66, '???? ??? ??????? ?????? ??? ???? ?????? ???? ?????', '[email protected]'),
  217. (67, '???? ?? ????', '[email protected]'),
  218. (68, 'ghorob', '[email protected]'),
  219. (69, '???????', '[email protected]'),
  220. (73, 'sajid', '[email protected]'),
  221. (74, 'ehsan ali bin ali al faraj', '[email protected]'),
  222. (76, '????', '[email protected]'),
  223. (77, '???? ??????', 'cute_s1995@hotmail'),
  224. (78, '??????', '[email protected]'),
  225. (79, '????', '[email protected]'),
  226. (80, '????', '[email protected]'),
  227. (81, 'Mahmood Shehab', '[email protected]'),
  228. (82, '????', '[email protected]'),
  229. (83, 'MOF', '[email protected]'),
  230. (85, '????', '[email protected]'),
  231. (89, '?? ??? ????', '[email protected]'),
  232. (380, 'toot', '[email protected]'),
  233. (136, '??? ?????', '[email protected]'),
  234. (199, '?????????', '[email protected]'),
  235. (200, '?????', '[email protected]'),
  236. (201, '???', '[email protected]'),
  237. (249, '???? ??? ????', '[email protected]'),
  238. (250, '??? ???? ??? ???????', '[email protected]'),
  239. (252, '??? ???? ???????', '[email protected]'),
  240. (259, '??????', '[email protected]'),
  241. (313, '????? ????', '[email protected]'),
  242. (314, '????? ???? ????', '[email protected]'),
  243. (315, 'hussain alaskafy', '[email protected]'),
  244. (316, '???? ??????', '[email protected]'),
  245. (317, '???????', '[email protected]'),
  246. (319, '???? ???????', '[email protected]'),
  247. (321, 'mohammad hameed alshehabi', '[email protected]'),
  248. (322, 'talib', '[email protected]'),
  249. (323, '??? ???????', '[email protected]'),
  250. (324, '????????? ????????', '[email protected]'),
  251. (325, '??? ?????????', 'wanash-2008hotmail.com'),
  252. (326, '???? ???????', '[email protected]'),
  253. (327, '??? ?????????', '[email protected]'),
  254. (328, 'hassan', '[email protected]'),
  255. (329, '???? ???????', '[email protected]'),
  256. (331, '???? ??????', '[email protected]'),
  257. (332, '???', '[email protected]'),
  258. (333, '??? ???????', '[email protected]'),
  259. (334, '????', '[email protected]'),
  260. (335, '???? ????', '[email protected]'),
  261. (375, '??? ???????', '[email protected]'),
  262. (376, '???? ???????', '[email protected]'),
  263. (377, '??? ?????? ', '[email protected]'),
  264. (379, 'alaradi', '[email protected]');
Add Comment
Please, Sign In to add comment