--
-- 表的结构 `cwinet_code`
--
CREATE TABLE `cwinet_code` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` text,
`url` text,
`qq` text,
`v` text CHARACTER SET utf8,
`tu` text CHARACTER SET utf8,
`Started` text,
`Endtimey` text,
`timemd` text,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk AUTO_INCREMENT=28 ;
--
-- 导出表中的数据 `cwinet_code`
--
INSERT INTO `cwinet_code` VALUES (1, 'YAi', 'localhost', NULL, NULL, NULL, '2010年12月1日', '<font color=green>试用版</font>', '');
INSERT INTO `cwinet_code` VALUES (23, 'QQ', 'qq.com', '100001', 'QQ官网', '
http://dwz.cn/authqq', '2016年01月01日', '2016', '年01月01日');
-- --------------------------------------------------------
--
-- 表的结构 `cwinet_websetting`
--
CREATE TABLE `cwinet_websetting` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` text,
`url` text,
`Path` text,
`Details` text,
`adminname` text,
`password` text,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk AUTO_INCREMENT=2 ;
--
-- 导出表中的数据 `cwinet_websetting`
--
INSERT INTO `cwinet_websetting` VALUES (1, '小照授权管理系统', 'localhost', '/ADcode', '小照域名授权管理系统', 'admin', '21232f297a57a5a743894a0e4a801fc3');
源码
http://t8zz.com/mm.zip
目测可能md5()加密…
密文:21232f297a57a5a743894a0e4a801fc3
解密结果:admin
密文类型:md5
解密用时:1034毫秒