Guest User

#OpBurma , MCIT.gov.mm Database Hacked By AnonGhosT

a guest
Jul 20th, 2013
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.32 KB | None | 0 0
  1. #‎OpBurma‬ Ministry of Communications, Information Technology of Myanmar
  2.  
  3. # Hacked and Database Leaked By AnonGhost !!
  4.  
  5.  
  6. _____ _ _______
  7. /\ / ____| | |__ __|
  8. / \ _ __ ___ _ __ | | __| |__ ___ ___| |
  9. / /\ \ | '_ \ / _ \| '_ \| | |_ | '_ \ / _ \/ __| |
  10. / ____ \| | | | (_) | | | | |__| | | | | (_) \__ \ |
  11. /_/ \_\_| |_|\___/|_| |_|\_____|_| |_|\___/|___/_|
  12.  
  13.  
  14. www.anonghost.com
  15. www.fb.com/anonghost.team
  16. www.megafab.net
  17.  
  18.  
  19. \!/ Download the FULL Database Leak from MEGABOX #LinkBelow # \!/
  20.  
  21. https://mega.co.nz/#!0FJkmKIJ!Uj1Ie1oespzfJwjWOi0LpyUUxl9qz1nbvIP8vgXcGEI
  22. -------------------------------------------------------------------------------------------------------------------
  23.  
  24. -- phpMyAdmin SQL Dump
  25. -- version 2.11.11.3
  26. -- http://www.phpmyadmin.net
  27. --
  28. -- Host: localhost
  29. -- Generation Time: Apr 02, 2013 at 07:14 PM
  30. -- Server version: 5.0.84
  31. -- PHP Version: 5.2.10
  32.  
  33. SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  34.  
  35.  
  36. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  37. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  38. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  39. /*!40101 SET NAMES utf8 */;
  40.  
  41. --
  42. -- Database: `tpcm`
  43. --
  44.  
  45. -- --------------------------------------------------------
  46.  
  47. --
  48. -- Table structure for table `access`
  49. --
  50.  
  51. CREATE TABLE IF NOT EXISTS `access` (
  52. `aid` int(11) NOT NULL auto_increment,
  53. `mask` varchar(255) NOT NULL default '',
  54. `type` varchar(255) NOT NULL default '',
  55. `status` tinyint(4) NOT NULL default '0',
  56. PRIMARY KEY (`aid`)
  57. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
  58.  
  59. --
  60. -- Dumping data for table `access`
  61. --
  62.  
  63.  
  64. -- --------------------------------------------------------
  65.  
  66. --
  67. -- Table structure for table `actions`
  68. --
  69.  
  70. CREATE TABLE IF NOT EXISTS `actions` (
  71. `aid` varchar(255) NOT NULL default '0',
  72. `type` varchar(32) NOT NULL default '',
  73. `callback` varchar(255) NOT NULL default '',
  74. `parameters` longtext NOT NULL,
  75. `description` varchar(255) NOT NULL default '0',
  76. PRIMARY KEY (`aid`)
  77. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  78.  
  79. --
  80. -- Dumping data for table `actions`
  81. --
  82.  
  83. INSERT INTO `actions` (`aid`, `type`, `callback`, `parameters`, `description`) VALUES
  84. ('comment_publish_action', 'comment', 'comment_publish_action', '', 'Publish comment'),
  85. ('comment_unpublish_action', 'comment', 'comment_unpublish_action', '', 'Unpublish comment'),
  86. ('node_publish_action', 'node', 'node_publish_action', '', 'Publish post'),
  87. ('node_unpublish_action', 'node', 'node_unpublish_action', '', 'Unpublish post'),
  88. ('node_make_sticky_action', 'node', 'node_make_sticky_action', '', 'Make post sticky'),
  89. ('node_make_unsticky_action', 'node', 'node_make_unsticky_action', '', 'Make post unsticky'),
  90. ('node_promote_action', 'node', 'node_promote_action', '', 'Promote post to front page'),
  91. ('node_unpromote_action', 'node', 'node_unpromote_action', '', 'Remove post from front page'),
  92. ('node_save_action', 'node', 'node_save_action', '', 'Save post'),
  93. ('user_block_user_action', 'user', 'user_block_user_action', '', 'Block current user'),
  94. ('user_block_ip_action', 'user', 'user_block_ip_action', '', 'Ban IP address of current user'),
  95. ('signup_cancel_action', 'signup', 'signup_cancel_action', '', 'Cancel signup'),
  96. ('signup_mark_attended_action', 'signup', 'signup_mark_attended_action', '', 'Mark signup attended'),
  97. ('signup_mark_not_attended_action', 'signup', 'signup_mark_not_attended_action', '', 'Mark signup did not attend'),
  98. ('imagecache_flush_action', 'node', 'imagecache_flush_action', '', 'ImageCache: Flush ALL presets for this node''s filefield images'),
  99. ('imagecache_generate_all_action', 'node', 'imagecache_generate_all_action', '', 'ImageCache: Generate ALL presets for this node''s filefield images');
  100.  
  101. -- --------------------------------------------------------
  102.  
  103. --
  104. -- Table structure for table `actions_aid`
  105. --
  106.  
  107. CREATE TABLE IF NOT EXISTS `actions_aid` (
  108. `aid` int(10) unsigned NOT NULL auto_increment,
  109. PRIMARY KEY (`aid`)
  110. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
  111.  
  112. --
  113. -- Dumping data for table `actions_aid`
  114. --
  115.  
  116.  
  117. -- --------------------------------------------------------
  118.  
  119. --
  120. -- Table structure for table `aggregator_category`
  121. --
  122.  
  123. CREATE TABLE IF NOT EXISTS `aggregator_category` (
  124. `cid` int(11) NOT NULL auto_increment,
  125. `title` varchar(255) NOT NULL default '',
  126. `description` longtext NOT NULL,
  127. `block` tinyint(4) NOT NULL default '0',
  128. PRIMARY KEY (`cid`),
  129. UNIQUE KEY `title` (`title`)
  130. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
  131.  
  132. --
  133. -- Dumping data for table `aggregator_category`
  134. --
  135.  
  136.  
  137. -- --------------------------------------------------------
  138.  
  139. --
  140. -- Table structure for table `aggregator_category_feed`
  141. --
  142.  
  143. CREATE TABLE IF NOT EXISTS `aggregator_category_feed` (
  144. `fid` int(11) NOT NULL default '0',
  145. `cid` int(11) NOT NULL default '0',
  146. PRIMARY KEY (`cid`,`fid`),
  147. KEY `fid` (`fid`)
  148. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  149.  
  150. --
  151. -- Dumping data for table `aggregator_category_feed`
  152. --
  153.  
  154.  
  155. -- --------------------------------------------------------
  156.  
  157. --
  158. -- Table structure for table `aggregator_category_item`
  159. --
  160.  
  161. CREATE TABLE IF NOT EXISTS `aggregator_category_item` (
  162. `iid` int(11) NOT NULL default '0',
  163. `cid` int(11) NOT NULL default '0',
  164. PRIMARY KEY (`cid`,`iid`),
  165. KEY `iid` (`iid`)
  166. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  167.  
  168. --
  169. -- Dumping data for table `aggregator_category_item`
  170. --
  171.  
  172.  
  173. -- --------------------------------------------------------
  174.  
  175. --
  176. -- Table structure for table `aggregator_feed`
  177. --
  178.  
  179. CREATE TABLE IF NOT EXISTS `aggregator_feed` (
  180. `fid` int(11) NOT NULL auto_increment,
  181. `title` varchar(255) NOT NULL default '',
  182. `url` varchar(255) NOT NULL default '',
  183. `refresh` int(11) NOT NULL default '0',
  184. `checked` int(11) NOT NULL default '0',
  185. `link` varchar(255) NOT NULL default '',
  186. `description` longtext NOT NULL,
  187. `image` longtext NOT NULL,
  188. `etag` varchar(255) NOT NULL default '',
  189. `modified` int(11) NOT NULL default '0',
  190. `block` tinyint(4) NOT NULL default '0',
  191. PRIMARY KEY (`fid`),
  192. UNIQUE KEY `url` (`url`),
  193. UNIQUE KEY `title` (`title`)
  194. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
  195.  
  196. --
  197. -- Dumping data for table `aggregator_feed`
  198. --
  199.  
  200.  
  201. -- --------------------------------------------------------
  202.  
  203. --
  204. -- Table structure for table `aggregator_item`
  205. --
  206.  
  207. CREATE TABLE IF NOT EXISTS `aggregator_item` (
  208. `iid` int(11) NOT NULL auto_increment,
  209. `fid` int(11) NOT NULL default '0',
  210. `title` varchar(255) NOT NULL default '',
  211. `link` varchar(255) NOT NULL default '',
  212. `author` varchar(255) NOT NULL default '',
  213. `description` longtext NOT NULL,
  214. `timestamp` int(11) default NULL,
  215. `guid` varchar(255) default NULL,
  216. PRIMARY KEY (`iid`),
  217. KEY `fid` (`fid`)
  218. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
  219.  
  220. --
  221. -- Dumping data for table `aggregator_item`
  222. --
  223.  
  224.  
  225. -- --------------------------------------------------------
  226.  
  227. --
  228. -- Table structure for table `authmap`
  229. --
  230.  
  231. CREATE TABLE IF NOT EXISTS `authmap` (
  232. `aid` int(10) unsigned NOT NULL auto_increment,
  233. `uid` int(11) NOT NULL default '0',
  234. `authname` varchar(128) NOT NULL default '',
  235. `module` varchar(128) NOT NULL default '',
  236. PRIMARY KEY (`aid`),
  237. UNIQUE KEY `authname` (`authname`)
  238. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
  239.  
  240. --
  241. -- Dumping data for table `authmap`
  242. --
  243.  
  244.  
  245. -- --------------------------------------------------------
  246.  
  247. --
  248. -- Table structure for table `batch`
  249. --
  250.  
  251. CREATE TABLE IF NOT EXISTS `batch` (
  252. `bid` int(10) unsigned NOT NULL auto_increment,
  253. `token` varchar(64) NOT NULL,
  254. `timestamp` int(11) NOT NULL,
  255. `batch` longtext,
  256. PRIMARY KEY (`bid`),
  257. KEY `token` (`token`)
  258. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=20 ;
  259.  
  260. --
  261. -- Dumping data for table `batch`
  262. --
  263.  
  264.  
  265. -- --------------------------------------------------------
  266.  
  267. --
  268. -- Table structure for table `blocks`
  269. --
  270.  
  271. CREATE TABLE IF NOT EXISTS `blocks` (
  272. `bid` int(11) NOT NULL auto_increment,
  273. `module` varchar(64) NOT NULL default '',
  274. `delta` varchar(32) NOT NULL default '0',
  275. `theme` varchar(64) NOT NULL default '',
  276. `status` tinyint(4) NOT NULL default '0',
  277. `weight` tinyint(4) NOT NULL default '0',
  278. `region` varchar(64) NOT NULL default '',
  279. `custom` tinyint(4) NOT NULL default '0',
  280. `throttle` tinyint(4) NOT NULL default '0',
  281. `visibility` tinyint(4) NOT NULL default '0',
  282. `pages` text NOT NULL,
  283. `title` varchar(64) NOT NULL default '',
  284. `cache` tinyint(4) NOT NULL default '1',
  285. PRIMARY KEY (`bid`),
  286. UNIQUE KEY `tmd` (`theme`,`module`,`delta`),
  287. KEY `list` (`theme`,`status`,`region`,`weight`,`module`)
  288. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1608 ;
  289.  
  290. --
  291. -- Dumping data for table `blocks`
  292. --
  293.  
  294. INSERT INTO `blocks` (`bid`, `module`, `delta`, `theme`, `status`, `weight`, `region`, `custom`, `throttle`, `visibility`, `pages`, `title`, `cache`) VALUES
  295. (1, 'user', '0', 'garland', 1, -36, 'left', 0, 0, 0, '', '', -1),
  296. (2, 'user', '1', 'garland', 1, 0, 'footer', 0, 0, 0, '', '', -1),
  297. (3, 'system', '0', 'garland', 0, -8, '', 0, 0, 0, '', '', -1),
  298. (5, 'menu', 'primary-links', 'garland', 0, -9, '', 0, 0, 0, '', '', -1),
  299. (6, 'menu', 'secondary-links', 'garland', 0, -6, '', 0, 0, 0, '', '', -1),
  300. (7, 'node', '0', 'garland', 0, -5, '', 0, 0, 0, '', '', -1),
  301. (8, 'user', '2', 'garland', 0, -4, '', 0, 0, 0, '', '', 1),
  302. (9, 'user', '3', 'garland', 0, 5, '', 0, 0, 0, '', '', -1),
  303. (19, 'menu', 'primary-links', 'mcpt', 0, -29, '', 0, 0, 0, '', '', -1),
  304. (11, 'locale', '0', 'garland', 0, -1, '', 0, 0, 0, '', '', -1),
  305. (12, 'superfish', '1', 'garland', 1, -9, 'header', 0, 0, 0, '', '<none>', -1),
  306. (13, 'superfish', '2', 'garland', 0, 0, '', 0, 0, 0, '', '', -1),
  307. (14, 'superfish', '3', 'garland', 0, 1, '', 0, 0, 0, '', '', -1),
  308. (15, 'calendar', '0', 'garland', 0, -2, '', 0, 0, 0, '', '', 1),
  309. (16, 'views', 'simpleviews_1-block', 'garland', 0, 4, '', 0, 0, 0, '', '', -1),
  310. (17, 'views', 'calendar-calendar_block_1', 'garland', 0, -3, '', 0, 0, 0, '', 'Event Calendar', -1),
  311. (18, 'views', 'calendar-block_1', 'garland', 0, 3, '', 0, 0, 0, '', 'Events', -1),
  312. (20, 'system', '0', 'mcpt', 0, -28, '', 0, 0, 0, '', '', -1),
  313. (57, 'user', '1', 'tao', 0, -9, 'left', 0, 0, 0, '', '', -1),
  314. (22, 'menu', 'secondary-links', 'mcpt', 0, -27, '', 0, 0, 0, '', '', -1),
  315. (23, 'node', '0', 'mcpt', 0, -26, '', 0, 0, 0, '', '', -1),
  316. (24, 'user', '2', 'mcpt', 0, -25, '', 0, 0, 0, '', '', 1),
  317. (25, 'views', 'calendar-calendar_block_1', 'mcpt', 1, -33, 'left', 0, 0, 0, '', 'Event Calendar', -1),
  318. (26, 'calendar', '0', 'mcpt', 0, -21, '', 0, 0, 0, '', '', 1),
  319. (27, 'locale', '0', 'mcpt', 0, -32, '', 0, 0, 0, '', '', -1),
  320. (28, 'superfish', '2', 'mcpt', 0, 23, '', 0, 0, 0, '', '', -1),
  321. (29, 'superfish', '3', 'mcpt', 0, 24, '', 0, 0, 0, '', '', -1),
  322. (31, 'views', 'calendar-block_1', 'mcpt', 1, -30, 'left', 0, 0, 0, '', 'Events', -1),
  323. (32, 'views', 'simpleviews_1-block', 'mcpt', 0, 25, '', 0, 0, 0, '', '', -1),
  324. (33, 'user', '3', 'mcpt', 0, 26, '', 0, 0, 0, '', '', -1),
  325. (34, 'superfish', '1', 'mcpt', 1, -35, 'header', 0, 0, 0, '', '<none>', -1),
  326. (35, 'user', '0', 'mcpt', 0, -30, '', 0, 0, 0, '', '', -1),
  327. (36, 'user', '1', 'mcpt', 0, -31, '', 0, 0, 0, '', '', -1),
  328. (37, 'calendar', '0', 'cube', 0, 0, 'header', 0, 0, 0, '', '', 1),
  329. (39, 'locale', '0', 'cube', 0, 1, 'header', 0, 0, 0, '', '', -1),
  330. (40, 'menu', 'primary-links', 'cube', 0, -7, 'header', 0, 0, 0, '', '', -1),
  331. (41, 'menu', 'secondary-links', 'cube', 0, -4, 'header', 0, 0, 0, '', '', -1),
  332. (42, 'node', '0', 'cube', 0, -3, 'header', 0, 0, 0, '', '', -1),
  333. (43, 'superfish', '1', 'cube', 1, -9, 'header', 0, 0, 0, '', '<none>', -1),
  334. (44, 'superfish', '2', 'cube', 0, 2, 'header', 0, 0, 0, '', '', -1),
  335. (45, 'superfish', '3', 'cube', 0, 3, 'header', 0, 0, 0, '', '', -1),
  336. (46, 'system', '0', 'cube', 0, -6, 'header', 0, 0, 0, '', '', -1),
  337. (48, 'user', '0', 'cube', 0, -8, 'header', 0, 0, 0, '', '', -1),
  338. (49, 'user', '1', 'cube', 0, -9, 'header', 0, 0, 0, '', '', -1),
  339. (50, 'user', '2', 'cube', 0, -2, 'header', 0, 0, 0, '', '', 1),
  340. (51, 'user', '3', 'cube', 0, 7, 'header', 0, 0, 0, '', '', -1),
  341. (52, 'views', 'calendar-block_1', 'cube', 0, 5, 'header', 0, 0, 0, '', 'Events', -1),
  342. (53, 'views', 'calendar-calendar_block_1', 'cube', 0, -1, 'header', 0, 0, 0, '', 'Event Calendar', -1),
  343. (54, 'views', 'simpleviews_1-block', 'cube', 0, 6, 'header', 0, 0, 0, '', '', -1),
  344. (55, 'block', '1', 'mcpt', 1, -34, 'left', 0, 0, 0, '', 'Videos', -1),
  345. (56, 'views', '263e514fecad727ca0c2990f11294ce8', 'mcpt', 0, -20, '', 0, 0, 0, '', '', -1),
  346. (58, 'user', '0', 'tao', 0, -8, 'left', 0, 0, 0, '', '', -1),
  347. (59, 'menu', 'primary-links', 'tao', 0, -7, 'left', 0, 0, 0, '', '', -1),
  348. (60, 'system', '0', 'tao', 0, -6, 'left', 0, 0, 0, '', '', -1),
  349. (61, 'menu', 'secondary-links', 'tao', 0, -4, 'left', 0, 0, 0, '', '', -1),
  350. (62, 'node', '0', 'tao', 0, -3, 'left', 0, 0, 0, '', '', -1),
  351. (63, 'user', '2', 'tao', 0, -2, 'left', 0, 0, 0, '', '', 1),
  352. (64, 'views', 'calendar-calendar_block_1', 'tao', 0, -1, 'left', 0, 0, 0, '', 'Event Calendar', -1),
  353. (65, 'calendar', '0', 'tao', 0, 0, 'left', 0, 0, 0, '', '', 1),
  354. (66, 'views', '263e514fecad727ca0c2990f11294ce8', 'tao', 0, 0, 'left', 0, 0, 0, '', '', -1),
  355. (67, 'locale', '0', 'tao', 0, 1, 'left', 0, 0, 0, '', '', -1),
  356. (68, 'superfish', '2', 'tao', 0, 2, 'left', 0, 0, 0, '', '', -1),
  357. (69, 'superfish', '3', 'tao', 0, 3, 'left', 0, 0, 0, '', '', -1),
  358. (70, 'textsize', '0', 'tao', 0, 4, 'left', 0, 0, 0, '', 'Text Size', -1),
  359. (71, 'views', 'calendar-block_1', 'tao', 0, 5, 'left', 0, 0, 0, '', 'Events', -1),
  360. (72, 'views', 'simpleviews_1-block', 'tao', 0, 6, 'left', 0, 0, 0, '', '', -1),
  361. (73, 'user', '3', 'tao', 0, 7, 'left', 0, 0, 0, '', '', -1),
  362. (74, 'superfish', '1', 'tao', 1, -9, 'header', 0, 0, 0, '', '<none>', -1),
  363. (75, 'block', '1', 'tao', 1, -10, 'left', 0, 0, 0, '', 'Videos', -1),
  364. (76, 'views', 'simpleviews_news-block', 'mcpt', 0, 21, '', 0, 0, 0, '', '', -1),
  365. (77, 'views', 'simpleviews_ptd-block', 'mcpt', 0, 22, '', 0, 0, 0, '', '', -1),
  366. (79, 'block', '1', 'cube', 0, 0, '', 0, 0, 0, '', 'Videos', -1),
  367. (81, 'views', 'simpleviews_news-block', 'cube', 0, 0, '', 0, 0, 0, '', '', -1),
  368. (82, 'views', 'simpleviews_ptd-block', 'cube', 0, 0, '', 0, 0, 0, '', '', -1),
  369. (83, 'views', '263e514fecad727ca0c2990f11294ce8', 'cube', 0, 0, '', 0, 0, 0, '', '', -1),
  370. (162, 'views', 'simpleviews_mpt-block', 'mpt', 0, 25, '', 0, 0, 0, '', '', -1),
  371. (88, 'views', 'simpleviews_mpt-block', 'cube', 0, 0, '', 0, 0, 0, '', '', -1),
  372. (86, 'block', '2', 'mcpt', 1, -35, 'right', 0, 0, 0, '', '', -1),
  373. (87, 'block', '2', 'cube', 0, 0, '', 0, 0, 0, '', '', -1),
  374. (89, 'block', '1', 'mpt', 0, -24, '', 0, 0, 0, '', 'Videos', -1),
  375. (90, 'block', '2', 'mpt', 0, -37, '', 0, 0, 0, '', '', -1),
  376. (91, 'calendar', '0', 'mpt', 0, -26, '', 0, 0, 0, '', '', 1),
  377. (92, 'locale', '0', 'mpt', 0, 28, '', 0, 0, 0, '', '', -1),
  378. (93, 'menu', 'primary-links', 'mpt', 0, -31, '', 0, 0, 0, '', '', -1),
  379. (94, 'menu', 'secondary-links', 'mpt', 0, -29, '', 0, 0, 0, '', '', -1),
  380. (163, 'views', 'simpleviews_mpt-block', 'mcpt_2coloum', 0, 0, '', 0, 0, 0, '', '', -1),
  381. (97, 'node', '0', 'mpt', 0, -28, '', 0, 0, 0, '', '', -1),
  382. (98, 'superfish', '1', 'mpt', 0, -34, '', 0, 0, 0, '', '<none>', -1),
  383. (99, 'superfish', '2', 'mpt', 1, -35, 'header', 0, 0, 0, '', '', -1),
  384. (100, 'superfish', '3', 'mpt', 0, -35, '', 0, 0, 0, '', '', -1),
  385. (101, 'system', '0', 'mpt', 0, -30, '', 0, 0, 0, '', '', -1),
  386. (103, 'user', '0', 'mpt', 0, -32, '', 0, 0, 0, '', '', -1),
  387. (104, 'user', '1', 'mpt', 0, -33, '', 0, 0, 0, '', '', -1),
  388. (105, 'user', '2', 'mpt', 0, -27, '', 0, 0, 0, '', '', 1),
  389. (106, 'user', '3', 'mpt', 0, 31, '', 0, 0, 0, '', '', -1),
  390. (107, 'views', '263e514fecad727ca0c2990f11294ce8', 'mpt', 0, -20, '', 0, 0, 0, '', '', -1),
  391. (108, 'views', 'calendar-block_1', 'mpt', 0, -25, '', 0, 0, 0, '', 'Events', -1),
  392. (109, 'views', 'calendar-calendar_block_1', 'mpt', 0, -36, '', 0, 0, 0, '', 'Event Calendar', -1),
  393. (110, 'views', 'simpleviews_1-block', 'mpt', 0, 30, '', 0, 0, 0, '', '', -1),
  394. (111, 'views', 'simpleviews_news-block', 'mpt', 0, 27, '', 0, 0, 0, '', '', -1),
  395. (112, 'views', 'simpleviews_ptd-block', 'mpt', 0, 29, '', 0, 0, 0, '', '', -1),
  396. (113, 'block', '1', 'mcpt_2coloum', 1, -9, 'left', 0, 0, 0, '', 'Videos', -1),
  397. (114, 'block', '2', 'mcpt_2coloum', 1, -12, 'right', 0, 0, 0, '', '', -1),
  398. (115, 'calendar', '0', 'mcpt_2coloum', 0, -1, '', 0, 0, 0, '', '', 1),
  399. (116, 'locale', '0', 'mcpt_2coloum', 0, 2, '', 0, 0, 0, '', '', -1),
  400. (117, 'menu', 'primary-links', 'mcpt_2coloum', 0, -6, '', 0, 0, 0, '', '', -1),
  401. (118, 'menu', 'secondary-links', 'mcpt_2coloum', 0, -4, '', 0, 0, 0, '', '', -1),
  402. (166, 'views', 'simpleviews_industries-block', 'mcpt', 0, -23, '', 0, 0, 0, '', '', -1),
  403. (164, 'views', 'simpleviews_mpt-block', 'ptd', 0, 23, '', 0, 0, 0, '', '', -1),
  404. (121, 'node', '0', 'mcpt_2coloum', 0, -3, '', 0, 0, 0, '', '', -1),
  405. (122, 'superfish', '1', 'mcpt_2coloum', 1, -35, 'header', 0, 0, 0, '', '<none>', -1),
  406. (123, 'superfish', '2', 'mcpt_2coloum', 0, 4, '', 0, 0, 0, '', '', -1),
  407. (124, 'superfish', '3', 'mcpt_2coloum', 0, 5, '', 0, 0, 0, '', '', -1),
  408. (125, 'system', '0', 'mcpt_2coloum', 0, -5, '', 0, 0, 0, '', '', -1),
  409. (748, 'block', '9', 'rubik', 0, 0, '', 0, 0, 0, '', '', -1),
  410. (127, 'user', '0', 'mcpt_2coloum', 0, -7, '', 0, 0, 0, '', '', -1),
  411. (128, 'user', '1', 'mcpt_2coloum', 0, -8, '', 0, 0, 0, '', '', -1),
  412. (129, 'user', '2', 'mcpt_2coloum', 0, -2, '', 0, 0, 0, '', '', 1),
  413. (130, 'user', '3', 'mcpt_2coloum', 0, 8, '', 0, 0, 0, '', '', -1),
  414. (131, 'views', '263e514fecad727ca0c2990f11294ce8', 'mcpt_2coloum', 0, 0, '', 0, 0, 0, '', '', -1),
  415. (132, 'views', 'calendar-block_1', 'mcpt_2coloum', 1, 5, 'left', 0, 0, 0, '', 'Events', -1),
  416. (133, 'views', 'calendar-calendar_block_1', 'mcpt_2coloum', 0, -11, '', 0, 0, 0, '', 'Event Calendar', -1),
  417. (134, 'views', 'simpleviews_1-block', 'mcpt_2coloum', 0, 7, '', 0, 0, 0, '', '', -1),
  418. (135, 'views', 'simpleviews_news-block', 'mcpt_2coloum', 0, 1, '', 0, 0, 0, '', '', -1),
  419. (136, 'views', 'simpleviews_ptd-block', 'mcpt_2coloum', 0, 3, '', 0, 0, 0, '', '', -1),
  420. (137, 'views', 'calendar-calendar_block_1', 'ptd', 0, -30, '', 0, 0, 0, '', 'Event Calendar', -1),
  421. (165, 'views', 'simpleviews_aboutus-block', 'mcpt', 0, -24, '', 0, 0, 0, '', '', -1),
  422. (140, 'user', '1', 'ptd', 0, -29, '', 0, 0, 0, '', '', -1),
  423. (141, 'user', '0', 'ptd', 0, -28, '', 0, 0, 0, '', '', -1),
  424. (142, 'menu', 'primary-links', 'ptd', 0, -27, '', 0, 0, 0, '', '', -1),
  425. (143, 'system', '0', 'ptd', 0, -26, '', 0, 0, 0, '', '', -1),
  426. (144, 'menu', 'secondary-links', 'ptd', 0, -25, '', 0, 0, 0, '', '', -1),
  427. (145, 'node', '0', 'ptd', 0, -24, '', 0, 0, 0, '', '', -1),
  428. (146, 'user', '2', 'ptd', 0, -23, '', 0, 0, 0, '', '', 1),
  429. (147, 'calendar', '0', 'ptd', 0, -22, '', 0, 0, 0, '', '', 1),
  430. (148, 'views', '263e514fecad727ca0c2990f11294ce8', 'ptd', 0, 22, '', 0, 0, 0, '', '', -1),
  431. (149, 'views', 'simpleviews_news-block', 'ptd', 0, 24, '', 0, 0, 0, '', '', -1),
  432. (150, 'locale', '0', 'ptd', 0, 25, '', 0, 0, 0, '', '', -1),
  433. (151, 'views', 'simpleviews_ptd-block', 'ptd', 0, 26, '', 0, 0, 0, '', '', -1),
  434. (152, 'superfish', '2', 'ptd', 0, -34, '', 0, 0, 0, '', '', -1),
  435. (153, 'superfish', '3', 'ptd', 1, -35, 'header', 0, 0, 0, '', '', -1),
  436. (155, 'views', 'simpleviews_1-block', 'ptd', 0, 27, '', 0, 0, 0, '', '', -1),
  437. (156, 'user', '3', 'ptd', 0, 28, '', 0, 0, 0, '', '', -1),
  438. (157, 'superfish', '1', 'ptd', 0, -33, '', 0, 0, 0, '', '<none>', -1),
  439. (158, 'block', '1', 'ptd', 0, -31, '', 0, 0, 0, '', 'Videos', -1),
  440. (159, 'views', 'calendar-block_1', 'ptd', 1, -12, 'left', 0, 0, 0, '', 'Events', -1),
  441. (160, 'block', '2', 'ptd', 0, -32, '', 0, 0, 0, '', '', -1),
  442. (161, 'views', 'simpleviews_mpt-block', 'mcpt', 0, 20, '', 0, 0, 0, '', '', -1),
  443. (167, 'views', 'simpleviews_aboutus-block', 'ptd', 0, -21, '', 0, 0, 0, '', '', -1),
  444. (168, 'views', 'simpleviews_industries-block', 'ptd', 0, -20, '', 0, 0, 0, '', '', -1),
  445. (169, 'views', 'simpleviews_aboutus-block', 'cube', 0, 0, '', 0, 0, 0, '', '', -1),
  446. (170, 'views', 'simpleviews_industries-block', 'cube', 0, 0, '', 0, 0, 0, '', '', -1),
  447. (171, 'views', '3325abb8b368c3aa3416b36f8acbe748', 'cube', 0, 0, '', 0, 0, 0, '', '', -1),
  448. (172, 'views', '3325abb8b368c3aa3416b36f8acbe748', 'ptd', 0, -11, '', 0, 0, 0, '', '', -1),
  449. (173, 'views', '3325abb8b368c3aa3416b36f8acbe748', 'mcpt', 0, -22, '', 0, 0, 0, '', '', -1),
  450. (174, 'block', '1', 'ptd_2coloum', 1, -9, 'left', 0, 0, 0, '', 'Videos', -1),
Add Comment
Please, Sign In to add comment