You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
14 => 'INSERT INTO `%--%_options` VALUES(\'1\',\'global_setting\',\'a:17:{s:4:\\"name\\";s:25:\\"Lazy Admin's Website\\";s:6:\\"author\\";s:10:\\"Lazy Admin\\";s:5:\\"title\\";s:0:\\"\\";s:8:\\"keywords\\";s:8:\\"Keywords\\";s:11:\\"description\\";s:11:\\"Description\\";s:5:\\"admin\\";s:7:\\"manager\\";s:6:\\"passwd\\";s:32:\\"42f749ade7f9e195bf475f37a44cafcb\\";s:5:\\"close\\";i:1;s:9:\\"close_tip\\";s:454:\\"<p>Welcome to SweetRice - Thank your for install SweetRice as your website management system.</p><h1>This site is building now , please come late.</h1><p>If you are the webmaster,please go to Dashboard -> General -> Website setting </p><p>and uncheck the checkbox \\"Site close\\" to open your website.</p><p>More help at <a href=\\"http://www.basic-cms.org/docs/5-things-need-to-be-done-when-SweetRice-installed/\\">Tip for Basic CMS SweetRice installed</a></p>\\";s:5:\\"cache\\";i:0;s:13:\\"cache_expired\\";i:0;s:10:\\"user_track\\";i:0;s:11:\\"url_rewrite\\";i:0;s:4:\\"logo\\";s:0:\\"\\";s:5:\\"theme\\";s:0:\\"\\";s:4:\\"lang\\";s:9:\\"en-us.php\\";s:11:\\"admin_email\\";N;}\',\'1575023409\');',
80
+
15=>'INSERT INTO `%--%_options` VALUES(\'2\',\'categories\',\'\',\'1575023409\');',
81
+
16=>'INSERT INTO `%--%_options` VALUES(\'3\',\'links\',\'\',\'1575023409\');',
82
+
17=>'DROP TABLE IF EXISTS `%--%_posts`;',
83
+
18=>'CREATE TABLE `%--%_posts` (
84
+
`id` int(10) NOT NULL AUTO_INCREMENT,
85
+
`name` varchar(255) NOT NULL,
86
+
`title` varchar(255) NOT NULL,
87
+
`body` longtext NOT NULL,
88
+
`keyword` varchar(255) NOT NULL DEFAULT \'\',
89
+
`tags` text NOT NULL,
90
+
`description` varchar(255) NOT NULL DEFAULT \'\',
91
+
`sys_name` varchar(128) NOT NULL,
92
+
`date` int(10) NOT NULL DEFAULT \'0\',
93
+
`category` int(10) NOT NULL DEFAULT \'0\',
94
+
`in_blog` tinyint(1) NOT NULL,
95
+
`views` int(10) NOT NULL,
96
+
`allow_comment` tinyint(1) NOT NULL DEFAULT \'1\',
0 commit comments