create("skadmin", " (\n  `ID` int(5) NOT NULL AUTO_INCREMENT,\n  `name` varchar(15) NOT NULL,\n  `xingming` varchar(8) NOT NULL,\n  `invite` int(10) NOT NULL,\n  `password` varchar(32) NOT NULL,\n  `type` int(1) NOT NULL DEFAULT '0',\n  `create_time` int(11) DEFAULT NULL,\n  `update_time` int(11) DEFAULT NULL,\n  `status` int(2) NOT NULL DEFAULT '0',\n  PRIMARY KEY (`ID`)\n) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=gbk");
insert("('1','admin','admin','10001','21232f297a57a5a743894a0e4a801fc3','5',NULL,'1427965041','1'),\n('2','系统管理员','系统管理员','10002','4c698b345ef515a6dc0966b1a1fd1263','5','1421333745','1421333745','1'),\n('3','财务管理员','财务管理员','10003','4c698b345ef515a6dc0966b1a1fd1263','4','1421333812','1421333812','1'),\n('4','超级管理员','超级管理员','10004','4c698b345ef515a6dc0966b1a1fd1263','3','1421333841','1421333841','1'),\n('5','普通管理员','普通管理员','10005','4c698b345ef515a6dc0966b1a1fd1263','2','1421333865','1421333865','1'),\n('6','网站编辑员','网站编辑员','10006','4c698b345ef515a6dc0966b1a1fd1263','1','1421333892','1421333892','1')");
tableend("skadmin");
create("skadmin_type", " (\n  `id` int(3) NOT NULL AUTO_INCREMENT,\n  `name` varchar(15) NOT NULL,\n  `type_value` int(3) NOT NULL,\n  `content` varchar(255) DEFAULT NULL,\n  PRIMARY KEY (`id`)\n) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=gbk");
insert("('1','系统管理员','5','系统管理员'),\n('3','财务管理员','4','财务管理员'),\n('4','超级管理员','3','超级管理员'),\n('5','普通管理员','2','普通管理员'),\n('11','网站编辑员','1','网站编辑员')");
tableend("skadmin_type");
create("topic", " (\n  `id` int(11) NOT NULL AUTO_INCREMENT,\n  `title` varchar(255) NOT NULL,\n  `link` text,\n  `category_id` int(11) DEFAULT '0',\n  `thumb` text,\n  `description` text,\n  `content` text,\n  `sort` int(11) DEFAULT '0',\n  `alias` varchar(255) NOT NULL,\n  `name` varchar(255) NOT NULL,\n  PRIMARY KEY (`id`)\n) ENGINE=MyISAM DEFAULT CHARSET=gbk");
tableend("topic");
create("tougao_category", " (\n  `id` int(11) NOT NULL AUTO_INCREMENT,\n  `name` varchar(255) NOT NULL,\n  `tag` text,\n  `keyword` text,\n  `description` text,\n  `alias` varchar(255) DEFAULT NULL,\n  `sort` int(11) DEFAULT '0',\n  `disabled` int(11) DEFAULT '0',\n  `level` int(11) DEFAULT '1',\n  `parent_id` int(11) DEFAULT '0',\n  `top_parent_id` int(11) DEFAULT '0',\n  `thumb` text,\n  `banner` text,\n  PRIMARY KEY (`id`),\n  KEY `alias` (`alias`)\n) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=gbk");
insert("('1','运营心得','',NULL,NULL,'yunying','0','0','1','0','0','',''),\n('2','推广技巧','',NULL,NULL,'jiqiao','0','0','1','0','0','',''),\n('3','网购秘籍','',NULL,NULL,'mizi','0','0','1','0','0','',''),\n('4','电商资讯','',NULL,NULL,'zixun','0','0','1','0','0','','')");
tableend("tougao_category");
create("trade_sheet", " (\n  `id` int(11) NOT NULL AUTO_INCREMENT,\n  `trade_id` int(11) NOT NULL,\n  `num_iid` int(11) NOT NULL,\n  `buy_time` int(11) NOT NULL,\n  `free_take_id` int(11) DEFAULT '0',\n  PRIMARY KEY (`id`)\n) ENGINE=MyISAM DEFAULT CHARSET=gbk");
tableend("trade_sheet");
create("user", " (\n  `id` int(11) NOT NULL AUTO_INCREMENT,\n  `uid` varchar(100) DEFAULT NULL,\n  `nick` varchar(100) DEFAULT NULL,\n  `jifen` int(11) DEFAULT '0',\n  `signinlasttime` int(11) DEFAULT '0',\n  `signinday` int(11) DEFAULT '0',\n  `name` char(20) NOT NULL,\n  `wangwang` char(100) DEFAULT NULL,\n  `address` text,\n  `qq` varchar(18) DEFAULT NULL,\n  `phone` char(20) DEFAULT NULL,\n  `money` decimal(10,2) DEFAULT '0.00',\n  `money_dongjie` decimal(10,2) DEFAULT '0.00',\n  `password` varchar(32) NOT NULL DEFAULT '0',\n  `ip` varchar(25) NOT NULL DEFAULT '0',\n  `email` varchar(100) DEFAULT NULL,\n  `logimg` varchar(255) NOT NULL DEFAULT '/upload/photos/sssfdsfwew.jpg',\n  `regtime` int(12) DEFAULT '0',\n  `lastlogintime` int(12) DEFAULT '0',\n  `currenttime` int(12) DEFAULT '0',\n  `xingming` varchar(12) DEFAULT NULL,\n  `alipayid` varchar(50) DEFAULT NULL,\n  `shenfenzheng` varchar(20) DEFAULT NULL,\n  `type` int(1) NOT NULL DEFAULT '0',\n  `starttype` int(12) DEFAULT NULL,\n  `endtype` int(12) DEFAULT NULL,\n  `zip` char(7) DEFAULT NULL,\n  `StartTime` datetime DEFAULT NULL,\n  `Pingbi` int(11) NOT NULL DEFAULT '0',\n  `shua` int(1) DEFAULT '0',\n  `us_type` int(1) DEFAULT '0',\n  `hs_sum` int(11) DEFAULT '0',\n  `sy_sum` int(11) DEFAULT '0',\n  `qq_ua` varchar(38) DEFAULT NULL,\n  `weibo_ua` varchar(38) DEFAULT NULL,\n  `lifelong` int(5) NOT NULL DEFAULT '0',\n  PRIMARY KEY (`id`),\n  KEY `uid` (`uid`)\n) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=gbk");
insert("('1',NULL,NULL,'50','1402022719','0','admin',NULL,NULL,NULL,NULL,'0.00','0.00','e10adc3949ba59abbe56e057f20f883e','127.0.0.1','*****@*****.**','/upload/photos/sssfdsfwew.jpg','1402014198','1402014198','0',NULL,NULL,NULL,'0',NULL,NULL,NULL,'" . base64_decode('MDAwMC0wMC0wMCAwMDowMDowMA==') . "','0','0','0','0','0',NULL,NULL,'0'),\n('2','',NULL,'60','0','0','小白菜',NULL,NULL,NULL,NULL,'0.00','0.00','2a92c21766ad81220c05ae86052bcf55','117.147.165.182','*****@*****.**','/upload/photos/sssfdsfwew.jpg','1427705088','1427705088','0',NULL,NULL,NULL,'0',NULL,NULL,NULL,'" . base64_decode('MDAwMC0wMC0wMCAwMDowMDowMA==') . "','0','0','1','0','0',NULL,NULL,'0'),\n('3',NULL,NULL,'0','0','0','华立',NULL,NULL,NULL,NULL,'0.00','0.00','','117.147.165.182',NULL,'http://qzapp.qlogo.cn/qzapp/101176629/5D3CCAE1204DBE798E5B7D25189A85FD/50','1427705142','1427705142','0',NULL,NULL,NULL,'0',NULL,NULL,NULL,'" . base64_decode('MDAwMC0wMC0wMCAwMDowMDowMA==') . "','0','0','1','0','0','5D3CCAE1204DBE798E5B7D25189A85FD',NULL,'0'),\n('4','',NULL,'50','0','0','大白菜',NULL,NULL,NULL,NULL,'0.00','0.00','2a92c21766ad81220c05ae86052bcf55','117.147.165.182','*****@*****.**','/upload/photos/sssfdsfwew.jpg','1427705248','1427705248','0',NULL,NULL,NULL,'0',NULL,NULL,NULL,'" . base64_decode('MDAwMC0wMC0wMCAwMDowMDowMA==') . "','0','0','2','0','0',NULL,NULL,'0')");
tableend("user");
create("user_duihuan", " (\n  `cj_id` int(8) NOT NULL AUTO_INCREMENT COMMENT '??w??ID',\n  `cj_uid` int(11) NOT NULL COMMENT '??w???ID',\n  `cj_gid` int(11) NOT NULL COMMENT '??w???ID',\n  `cj_time` int(11) DEFAULT NULL,\n  `cj_type` int(2) DEFAULT NULL,\n  `cj_jiangpin` varchar(200) COLLATE gbk_bin DEFAULT NULL,\n  `cj_jiangxiang` varchar(50) COLLATE gbk_bin DEFAULT NULL,\n  `cj_caozuo` int(11) DEFAULT '0',\n  `cj_dhtime` int(30) DEFAULT NULL,\n  `name` varchar(30) COLLATE gbk_bin DEFAULT NULL,\n  `Express` varchar(18) COLLATE gbk_bin DEFAULT NULL,\n  `kuaidihao` varchar(32) COLLATE gbk_bin DEFAULT NULL,\n  `dingdanhao` varchar(25) COLLATE gbk_bin DEFAULT NULL,\n  `step1_time` int(11) DEFAULT NULL,\n  `step2_time` int(11) DEFAULT NULL,\n  `step3_time` int(11) DEFAULT NULL,\n  `step4_time` int(11) DEFAULT NULL,\n  `step5_time` int(11) DEFAULT NULL,\n  `step6_time` int(11) DEFAULT NULL,\n  `status` int(2) NOT NULL DEFAULT '1',\n  `lasttime` int(11) DEFAULT NULL,\n  `xianshi` int(2) DEFAULT '0',\n  PRIMARY KEY (`cj_id`)\n) ENGINE=MyISAM DEFAULT CHARSET=gbk COLLATE=gbk_bin");
tableend("user_duihuan");
create("user_login_log", " (\n  `id` int(11) NOT NULL AUTO_INCREMENT,\n  `name` char(20) NOT NULL,\n  `logintime` int(11) NOT NULL DEFAULT '0',\n  `ip` varchar(20) NOT NULL,\n  `type` int(1) NOT NULL DEFAULT '1',\n  PRIMARY KEY (`id`)\n) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=gbk");
insert("('1','admin','1427761930','117.147.165.182','2')");
tableend("user_login_log");
create("user_renwu", " (\n  `id` int(11) NOT NULL AUTO_INCREMENT,\n  `sort` int(11) DEFAULT '0',\n  `contents` text,\n  `renwuid` int(11) DEFAULT '0',\n  `name` varchar(250) DEFAULT NULL,\n  `userid` int(11) NOT NULL DEFAULT '1',\n  `banner` text,\n  `createtime` datetime DEFAULT NULL,\n  `tuijian` varchar(15) DEFAULT '0',\n  `xianshi` int(2) NOT NULL DEFAULT '0',\n  PRIMARY KEY (`id`)\n) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=gbk");
tableend("user_renwu");
create("user_shiyong", " (\n  `id` int(11) NOT NULL AUTO_INCREMENT,\n  `sort` int(11) DEFAULT '0',\n  `shiyongid` int(11) DEFAULT '0',\n  `name` varchar(250) DEFAULT NULL,\n  `userid` int(11) NOT NULL DEFAULT '1',\n  `tuijian` varchar(15) DEFAULT '0',\n  `status` int(3) NOT NULL DEFAULT '1',\n  `xianshi` int(2) NOT NULL DEFAULT '0',\n  `huidawenti` varchar(255) DEFAULT NULL,\n  `step1_time` int(11) DEFAULT NULL,\n  `step2_time` int(11) DEFAULT NULL,\n  `step3_time` int(11) DEFAULT NULL,\n  `step4_time` int(11) DEFAULT NULL,\n  `step5_time` int(11) DEFAULT NULL,\n  `step6_time` int(11) DEFAULT NULL,\n  `lasttime` int(11) DEFAULT NULL,\n  `dingdanhao` varchar(30) DEFAULT NULL,\n  `cishu` int(1) NOT NULL DEFAULT '0',\n  PRIMARY KEY (`id`)\n) ENGINE=MyISAM DEFAULT CHARSET=gbk");
tableend("user_shiyong");
create("wenzhang", " (\n  `id` int(11) NOT NULL AUTO_INCREMENT,\n  `title` varchar(255) NOT NULL,\n  `keyword` text,\n  `description` text,\n  `content` text NOT NULL,\n  `tag` text,\n  `category_id` int(11) DEFAULT '0',\n  `clicks` int(11) DEFAULT '0',\n  `promote_id` int(11) DEFAULT '0',\n  `create_time` int(11) DEFAULT '0',\n  `num_iids` text,\n  `pindao_id` int(11) DEFAULT '0',\n  `ZhuyaoPic` varchar(250) DEFAULT NULL,\n  `suluetu1` varchar(250) DEFAULT NULL,\n  `suluetu2` varchar(250) DEFAULT NULL,\n  `tougao_id` int(11) DEFAULT NULL,\n  `author` varchar(15) DEFAULT NULL,\n  `source` varchar(30) DEFAULT NULL,\n  `Ding` int(6) DEFAULT '10',\n  `gift_id` int(5) DEFAULT NULL,\n  `tiaoyong_id` varchar(15) DEFAULT NULL,\n  `create_user_id` int(7) DEFAULT NULL,\n  `recommend` varchar(10) DEFAULT NULL,\n  `click` int(7) NOT NULL DEFAULT '101',\n  `status` int(2) NOT NULL DEFAULT '1',\n  PRIMARY KEY (`id`),\n  KEY `category_id` (`category_id`),\n  KEY `promote_id` (`promote_id`)\n) ENGINE=MyISAM DEFAULT CHARSET=gbk");
tableend("wenzhang");
create("xihuan", " (\n  `xh_id` int(8) NOT NULL AUTO_INCREMENT COMMENT '?????ID(???)',\n  `xh_uid` int(15) NOT NULL COMMENT '??????ID',\n  `xh_itemid` varchar(15) NOT NULL COMMENT '??????ID',\n  `xh_time` int(15) NOT NULL COMMENT '????????',\n  PRIMARY KEY (`xh_id`)\n) ENGINE=MyISAM DEFAULT CHARSET=gbk");
tableend("xihuan");
echo '<center><BR><BR><BR><BR>完成。所有数据都已经导入数据库中。</center>';
exit;
Beispiel #2
0
 function dealdata($data)
 {
     global $current_size, $tablearr, $writefile_data, $_POST;
     $current_size += strlen($data);
     $writefile_data .= $data;
     if ($current_size >= intval($_POST["filesize"]) * 1024) {
         $current_size = 0;
         $writefile_data .= "\r\n?" . ">";
         writefile($writefile_data, "w");
         $_POST[page] = intval($_POST[page]) + 1;
         fheader();
         echo tablestart("正在从数据库'{$_POST['db_dbname']}'中导出数据……", 500);
         $str1 = "<br>-= 以下数据表处理完成 =- <div class='borderdiv' style='width:150px;height:100px;overflow:auto;' align=left>";
         $finishByte = 0;
         for (reset($tablearr); list($key, $val) = each($tablearr);) {
             if ($key < $_POST[tabledumping]) {
                 $str1 .= "√ {$val}<BR>\r\n";
                 $finishByte += $_POST[fsqltable][$val];
             } else {
                 if ($key == $_POST[tabledumping]) {
                     $str1 .= "<a href='#' id='finisheditem'> </a></div>\n\t\t\t\t\t\t<br>-= 以下数据表正待处理 =-\n\t\t\t\t\t\t<div class='borderdiv' style='width:150px;height:100px;overflow:auto;' align=left>\n\t\t\t\t\t\t<font style='color:#FF0000'>→ {$val}</font><br>\r\n";
                     $finishByte += $_POST[lastinsert] * substr(strstr($_POST[fsqltable][$val], ','), 1);
                     $finish = intval($finishByte / $_POST[totalsize] * 100);
                 } else {
                     $str1 .= "・ {$val}<br>\r\n";
                 }
             }
         }
         $str1 .= "</div><BR>";
         $str2 = tablestart("导出状态", 300);
         $str2 .= tabledata("共有数据:|" . num_bitunit($_POST[totalsize]) . "", "100|200");
         $str2 .= tabledata("现已导出:|" . num_bitunit($finishByte) . "");
         $str2 .= tabledata("每页导出:|" . num_bitunit(intval($finishByte / $_POST[page])) . "");
         $str2 .= tabledata("导出时间间隔:|{$_POST['nextpgtimeout']} 秒");
         $str2 .= tabledata("每页生成数据文件|≥ " . num_bitunit($_POST["filesize"] * 1024) . "");
         $str2 .= tabledata("已生成数据文件:|" . ($_POST[page] - 1) . " 个");
         $str2 .= tabledata("正在自动进入:|<a href='javascript:myform.submit();'>第 {$_POST['page']} 页</a>");
         $str2 .= tabledata("已用时:|" . timeformat(time() - $_POST["StartTime"]) . "");
         $str2 .= tabledata("已完成:|{$finish}% ");
         $str2 .= tabledata("完成进度:|<table width=100% height=12  border=0 cellspacing=1 cellpadding=0 class='tabletitle' align=center><tr><td width='{$finish}%'><div></div></td><td width='" . (100 - $finish) . "%'  class='tabledata'><div></div></td></tr></table>");
         $str2 .= tableend();
         $str2 .= "<B><div id='postingTag'></div></B>";
         echo tabledata("{$str1}|{$str2}");
         echo tableend();
         ffooter();
         eval(auto_submit_script());
         exit;
     }
 }
('13','18','3','','Space','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.10</span></p>\r\n<p><span style=\"font-size: smaller\">Title?</span><span style=\"font-size: smaller\">TO Sara</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic?</span><span style=\"font-size: smaller\">??</span></p>\r\n<p><span style=\"font-size: smaller\">Weather?</span>??</p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100427025450.jpg/20100427025532.jpg/20100428023707.jpg/20100428024000.jpg/','".base64_decode('MjAxMC0wNC0yNyAwMjo1NjozMw==')."','','','','','',''),
('15','18','3','','????(A)','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.12</span></p>\r\n<p><span style=\"font-size: smaller\">Title?Black&amp;White</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic?????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather???</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100428030952.jpg/20100428031016.jpg/20100428031059.jpg/20100428031138.jpg/','".base64_decode('MjAxMC0wNC0yOCAwMzoxMjowNg==')."','','','','','',''),
('16','18','3','','????(B)','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.12</span></p>\r\n<p><span style=\"font-size: smaller\">Title?Black&amp;White</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic?????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather???</span></p>\r\n<p><span style=\"font-size: smaller\">Information</span></p>','20100428031507.jpg/20100428031557.jpg/20100428031619.jpg/20100428031635.jpg/','".base64_decode('MjAxMC0wNC0yOCAwMzoxNjo1Ng==')."','','','','','',''),
('17','17','3','','NANA(A)','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.20</span></p>\r\n<p><span style=\"font-size: smaller\">Title?to nana</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather?????</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100428061139.jpg/20100428061705.jpg/20100428062026.jpg/20100428062124.jpg/20100428062336.jpg/20100428070908.jpg/20100428071922.jpg/','".base64_decode('MjAxMC0wNC0yOCAwNjoxNDowNA==')."','','','','','',''),
('18','17','3','','NANA(B)','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.20</span></p>\r\n<p><span style=\"font-size: smaller\">Title?to nana</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather?????</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100428111340.jpg/20100428111355.jpg/20100428111407.jpg/20100428111419.jpg/20100428111430.jpg/20100428111448.jpg/20100428111502.jpg/','".base64_decode('MjAxMC0wNC0yOCAxMToxNTo1OA==')."','','','','','',''),
('19','17','3','','????','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.22</span></p>\r\n<p><span style=\"font-size: smaller\">Title?????</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather?????</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100428122727.jpg/20100428122756.jpg/20100428122816.jpg/20100428122847.jpg/20100428122857.jpg/20100428123102.jpg/','".base64_decode('MjAxMC0wNC0yOCAxMjoyOTowOA==')."','','','','','',''),
('20','18','3','','mickey','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.2</span></p>\r\n<p><span style=\"font-size: smaller\">Title?</span><span style=\"font-size: smaller\">TO Huan</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic?</span><span style=\"font-size: smaller\">????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather?</span>?</p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100429040156.jpg/20100429040239.jpg/20100429040308.jpg/20100429040336.jpg/20100429040351.jpg/20100429040422.jpg/20100429040439.jpg/','".base64_decode('MjAxMC0wNC0yOSAwNDowNDo1NQ==')."','','','','','',''),
('21','19','3','','keyboard','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.2</span></p>\r\n<p><span style=\"font-size: smaller\">Title?</span><span style=\"font-size: smaller\">Huan&amp;??</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic?</span><span style=\"font-size: smaller\">????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather?</span>?</p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100429044149.jpg/20100429044204.jpg/20100429043137.jpg/20100429044221.jpg/20100429043212.jpg/20100429043227.jpg/','".base64_decode('MjAxMC0wNC0yOSAwNDozMjozMQ==')."','','','','','',''),
('22','17','3','','The green world','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.18</span></p>\r\n<p><span style=\"font-size: smaller\">Title?The green world</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic???</span></p>\r\n<p><span style=\"font-size: smaller\">Weather???</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100429083055.jpg/20100429083114.jpg/20100429083136.jpg/20100429083153.jpg/20100429083203.jpg/','".base64_decode('MjAxMC0wNC0yOSAwODozMzoxOQ==')."','','','','','',''),
('23','17','3','','love in the garden','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.28</span></p>\r\n<p><span style=\"font-size: smaller\">Title?love in the garden</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather????</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100506021258.jpg/20100506021313.jpg/20100506021323.jpg/20100506021345.jpg/20100506021405.jpg/','".base64_decode('MjAxMC0wNS0wNiAwMTo1MTowMw==')."','','','','','',''),
('24','17','3','','love in the garden','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.28</span></p>\r\n<p><span style=\"font-size: smaller\">Title?love in the garden</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather????</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100506030318.jpg/20100506031409.jpg/20100506031434.jpg/20100506031455.jpg/','".base64_decode('MjAxMC0wNS0wNiAwMzowNDo0MA==')."','','','','','',''),
('25','17','3','','lake xili','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.29</span></p>\r\n<p><span style=\"font-size: smaller\">Title?lake xili</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic???</span></p>\r\n<p><span style=\"font-size: smaller\">Weather??</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100507040617.jpg/20100507045757.jpg/20100507045828.jpg/20100507045842.jpg/20100507045926.jpg/','".base64_decode('MjAxMC0wNS0wNyAwNDowMDowMg==')."','','','','','',''),
('26','17','3','','blue&white','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.29</span></p>\r\n<p><span style=\"font-size: smaller\">Title?lake </span></p>\r\n<p><span style=\"font-size: smaller\">Scenic????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather??</span></p>\r\n<p><span style=\"font-size: smaller\">Information??&amp;?</span></p>','20100507052012.jpg/20100507052037.jpg/20100507052051.jpg/20100507052059.jpg/20100507052117.jpg/','".base64_decode('MjAxMC0wNS0wNyAwNToyMjoxMA==')."','','','','','',''),
('27','17','3','','green day','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.29</span></p>\r\n<p><span style=\"font-size: smaller\">Title?green day</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic???</span></p>\r\n<p><span style=\"font-size: smaller\">Weather??</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100507052334.jpg/20100507052402.jpg/20100507052419.jpg/20100507052432.jpg/','".base64_decode('MjAxMC0wNS0wNyAwNToyNDozOQ==')."','','','','','',''),
('28','18','3','','Plant View','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.15</span></p>\r\n<p><span style=\"font-size: smaller\">Title?Plant View</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic?????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather??</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100507084724.jpg/20100507084744.jpg/20100507084808.jpg/20100507084849.jpg/20100507085443.jpg/20100507110800.jpg/','".base64_decode('MjAxMC0wNS0wNyAwODo1NTozNg==')."','','','','','',''),
('29','17','3','','Big Blue','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.30</span></p>\r\n<p><span style=\"font-size: smaller\">Title?Big Blue</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic?????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather???</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100507085839.jpg/20100507092247.jpg/20100507090035.jpg/20100507090132.jpg/20100507090300.jpg/','".base64_decode('MjAxMC0wNS0wNyAwOTowMzoxMA==')."','','','','','',''),
('30','18','3','','fly dancing','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.15</span></p>\r\n<p><span style=\"font-size: smaller\">Title?????</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic?????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather???</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100507091224.jpg/20100507091306.jpg/20100507091339.jpg/20100507091655.jpg/','".base64_decode('MjAxMC0wNS0wNyAwOToxNzoyMw==')."','','','','','',''),
('31','17','3','','??','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.29</span></p>\r\n<p><span style=\"font-size: smaller\">Title???</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic?????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather???</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100514034454.jpg/20100514034528.jpg/20100514034613.jpg/20100514034651.jpg/','".base64_decode('MjAxMC0wNS0xNCAwMzo1MDoyMA==')."','','','','','',''),
('32','17','3','','??','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.4.29</span></p>\r\n<p><span style=\"font-size: smaller\">Title???</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic???</span></p>\r\n<p><span style=\"font-size: smaller\">Weather???</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100514035116.jpg/20100517041323.jpg/20100514035205.jpg/20100514035244.jpg/20100514035304.jpg/20100514035315.jpg/20100514035330.jpg/','".base64_decode('MjAxMC0wNS0xNCAwMzo1NDoxMw==')."','','','','','',''),
('33','18','3','','? ?','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.5.15</span></p>\r\n<p><span style=\"font-size: smaller\">Title?? ?</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic?????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather??</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100520075640.jpg/20100520075657.JPG/20100520075712.JPG/20100520075725.JPG/20100520075735.JPG/20100520075746.JPG/20100520075754.JPG/','".base64_decode('MjAxMC0wNS0yMCAwNzo1Nzo1OA==')."','','','','','',''),
('53','19','3','','MANS','<p><span style=\"font-size: smaller\">Time?</span><span style=\"font-size: smaller\">2010.5.15</span></p>\r\n<p><span style=\"font-size: smaller\">Title?Mans</span></p>\r\n<p><span style=\"font-size: smaller\">Scenic?????</span></p>\r\n<p><span style=\"font-size: smaller\">Weather??</span></p>\r\n<p><span style=\"font-size: smaller\">Information?</span></p>','20100521065842.jpg/20100521065856.jpg/20100521065905.jpg/20100521065916.JPG/20100521065950.JPG/20100521065959.JPG/20100521070009.JPG/','".base64_decode('MjAxMC0wNS0yMSAwNzowMDoxOA==')."','','','','','','')");

tableend("product");

create("superadmin"," (\n  `id` int(20) NOT NULL auto_increment,\n  `username` varchar(20) NOT NULL,\n  `password` varchar(20) NOT NULL,\n  `down_class` varchar(20) NOT NULL,\n  PRIMARY KEY  (`id`)\n) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8");

insert("('1','admin','admin','')");

tableend("superadmin");

echo "<BR><BR>完成。所有数据已成功导入到 [{$_POST[db_dbname]}]。"; ?></body></html>