Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

[已答复] =请教怎么装UC ,我实在看不懂!

[复制链接]
唯我独菜 发表于 2009-9-26 15:32:42 | 显示全部楼层 |阅读模式
本帖最后由 玻璃屋女孩 于 2009-9-27 10:23 编辑

这是UC里教的文字教程,我按照他们说的做了,可以还是出现数据库问题。请叫我要怎么搞!
//=========================================
// 128600 程序安装文档
//
// 整合安装包(安装方法):

    1、配置config.php文件,打开该文件找到$_SC['cookiedomain'],这个默认为空,想要同步二级域名,那么必须配置,格式如:$_SC['cookiedomain'] = ‘.128600.cn’;,然后找到$_SC['default_domain'],在里面写你的域名,如:www.128600.cn

    2、开始安装Ucenter, http://www.yourdomian.cn/ucenter/install/index.php,按照上面的提示装吧,很简单!

    3、装完后,进入Ucenter后台,点应用管理,然后点添加新应用,在应用程序安装地址:写上http://www.yourdomain/install/index.php

    直接进入Uchome安装,跟着上面的提示安装,注:建议用同一个数据库吧,只是前缀名不同!

    4、让icon目录以及下面的子目录有写权限。这个是上传格子图标目录!另外在icon目录下有个tmp目录,这个上传图片的临时目录,没有自动清除功能,会留临时文件,建议各几天清除一下,以后版本会改进!

    5、上步完成后,恭喜您,安装成功!

    6、回到首页看看,哇~~,奇迹诞生了!    备注:首页默认桌面在config.php中定义:
    $_SC['default_desktop']     = 1; //书签默认页
    $_SC['default_rss_desktop']     = 2; //Rss默认页
    它们是系统默认uid为1的用户(也就是高级管理员)的桌面,默认页可以随便定义,但会随着你定义用户改变而改变!
    如:你把他定义为某个会员的桌面,那么会员改变了格局,你首页也就变了,哈哈,还是建议用自己建立的!
==========================================================================================
需要的东西:
ftp: z@oyayi.net   ip地址 64.50.161.50 数据库 oyayi0_dd178   http:www.suiyitu.cn  创始人 信心之火  谢谢了 下面是config.php文件的内容====================================================================================================

<?php
/*
[Ucenter Home] (C) 2007-2008 Comsenz Inc.
$Id: config.new.php 9293 2008-10-30 06:44:42Z liguode $
*/
//Ucenter Home配置参数
$_SC = array();
$_SC['dbhost']    = 'localhost'; //服务器地址
$_SC['dbuser']    = 'root'; //用户
$_SC['dbpw']     = 'root'; //密码
$_SC['dbcharset']   = 'utf8'; //字符集
$_SC['pconnect']   = 0; //是否持续连接
$_SC['dbname']    = 'uchome'; //数据库
$_SC['tablepre']   = 'uchome_'; //表名前缀
$_SC['charset']   = 'utf-8'; //页面字符集
$_SC['gzipcompress']  = 0; //启用gzip
$_SC['cookiepre']   = 'uchome_'; //COOKIE前缀
$_SC['cookiedomain']  = ''; //COOKIE作用域
$_SC['cookiepath']   = '/'; //COOKIE作用路径
$_SC['attachdir']  = './attachment/'; //附件本地保存位置(服务器路径, 属性 777, 必须为 web 可访问到的目录, 相对目录务必以 "./" 开头, 末尾加 "/")
$_SC['attachurl']  = 'attachment/'; //附件本地URL地址(可为当前 URL 下的相对地址或 http:// 开头的绝对地址, 末尾加 "/")
$_SC['siteurl']   = ''; //站点的访问URL地址(http:// 开头的绝对地址, 末尾加 "/"),为空的话,系统会自动识别。
$_SC['tplrefresh']  = 0; //判断模板是否更新的效率等级,数值越大,效率越高; 设置为0则永久不判断
//Ucenter Home安全相关
$_SC['founder']   = '1'; //创始人 UID, 可以支持多个创始人,之间使用 “,” 分隔。部分管理功能只有创始人才可操作。
$_SC['allowedittpl'] = 0; //是否允许在线编辑模板。为了服务器安全,强烈建议关闭
$_SC['site_key']        = '';
$_SC['domain']          = false;
$_SC['domain_uid']      = 0;
$_SC['domain_desktop_id'] = 0;
$_SC['domain_name']     = '';
$_SC['default_desktop']     = 1;
$_SC['default_rss_desktop']     = 2;
$_SC['default_domain']     = ''; //格式如:www.13980.com
//应用的UCenter配置信息(可以到UCenter后台->应用管理->查看本应用->复制里面对应的配置信息进行替换)
define('UC_CONNECT', 'mysql'); // 连接 UCenter 的方式: mysql/NULL, 默认为空时为 fscoketopen(), mysql 是直接连接的数据库, 为了效率, 建议采用 mysql
define('UC_DBHOST', 'localhost'); // UCenter 数据库主机
define('UC_DBUSER', 'root'); // UCenter 数据库用户名
define('UC_DBPW', 'root'); // UCenter 数据库密码
define('UC_DBNAME', 'ucenter'); // UCenter 数据库名称
define('UC_DBCHARSET', 'utf8'); // UCenter 数据库字符集
define('UC_DBTABLEPRE', 'uc_'); // UCenter 数据库表前缀
define('UC_DBCONNECT', '0'); // UCenter 数据库持久连接 0=关闭, 1=打开
define('UC_KEY', '1234567890'); // 与 UCenter 的通信密钥, 要与 UCenter 保持一致
define('UC_API', 'http://localhost/uc_server'); // UCenter 的 URL 地址, 在调用头像时依赖此常量
define('UC_CHARSET', 'gbk'); // UCenter 的字符集
define('UC_IP', ''); // UCenter 的 IP, 当 UC_CONNECT 为非 mysql 方式时, 并且当前应用服务器解析域名有问题时, 请设置此值
define('UC_APPID', '1'); // 当前应用的 ID
define('UC_PPP', 20);
?>
================================================
1.jpg
为什么会出现这个
回复

使用道具 举报

云天一 发表于 2009-9-26 15:40:10 | 显示全部楼层
uc图文教程
http://faq.comsenz.com/viewnews-449

你是要装uchome吧
uchome图文教程http://faq.comsenz.com/viewnews-806
回复

使用道具 举报

 楼主| 唯我独菜 发表于 2009-9-26 17:14:44 | 显示全部楼层
谢谢···
  我为什么会出现
回复

使用道具 举报

 楼主| 唯我独菜 发表于 2009-9-26 17:14:53 | 显示全部楼层
谢谢···
  我为什么会出现
回复

使用道具 举报

 楼主| 唯我独菜 发表于 2009-9-27 08:41:29 | 显示全部楼层
INSERT INTO `uchome_site` VALUES ('1', '1', '0', '0', '0', '163免费邮', 'http://mail.163.com', '/icon/1.gif', 'green', '', '1', 'links', '1', '0', '1236557457', '0');
INSERT INTO `uchome_site` VALUES ('2', '1', '0', '0', '0', 'QQ', 'http://www.qq.com', '/icon/2.gif', 'green', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('3', '2', '0', '0', '0', '新浪新闻', 'http://news.sina.com.cn', '/icon/3.gif', 'blue', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('4', '2', '0', '0', '0', 'QQ星座', 'http://astro.lady.qq.com', '/icon/4.gif', 'blue', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('5', '3', '0', '0', '0', '优酷电影', 'http://so.youku.com/search_top/id_67.html', '/icon/5.gif', 'red', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('6', '3', '0', '0', '0', '九天音乐', 'http://www.9sky.com', '/icon/6.gif', 'red', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('7', '1', '0', '0', '0', 'MSN', 'http://cn.msn.com', '/icon/7.gif', 'green', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('8', '1', '0', '0', '0', '小游戏', 'http://www.4399.com', '/icon/8.gif', 'green', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('9', '2', '0', '0', '0', '猫扑mop', 'http://www.mop.com', '/icon/9.gif', 'blue', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('10', '2', '0', '0', '0', '电影资讯', 'http://www.mtime.com', '/icon/10.gif', 'blue', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('11', '3', '0', '0', '0', '网游门户', 'http://www.17173.com', '/icon/11.gif', 'red', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('12', '3', '0', '0', '0', '起点中文', 'http://www.qidian.com', '/icon/12.gif', 'red', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('13', '4', '0', '0', '0', '', 'http://www.13980.com/help.htm', '/icon/13.gif', 'white', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('14', '6', '0', '0', '0', '京东商城', 'http://www.360buy.com', '/icon/14.gif', 'white', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('15', '4', '0', '0', '0', '开心网', 'http://www.kaixin001.com', '/icon/15.gif', 'red', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('16', '6', '0', '0', '0', '购物指南', 'http://gouwu.alimama.com/channel/channelCode.htm?pid=mm_10008881_0_0', '/icon/16.gif', 'white', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('17', '5', '0', '0', '0', '低价机票', 'http://www.qunar.com', '/icon/17.gif', 'orange', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('18', '5', '0', '0', '0', '生活信息', 'http://www.58.com/', '/icon/18.gif', 'orange', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('19', '6', '0', '0', '0', '淘宝网', 'http://www.taobao.com/?pid=mm_10008881_0_0', '/icon/19.gif', 'purple', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('20', '6', '0', '0', '0', '卓越amazon', 'http://www.amazon.cn', '/icon/20.gif', 'purple', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('21', '4', '0', '0', '0', '明星博客', 'http://blog.sina.com.cn/lm/search/ent/index.html', '/icon/21.gif', 'brown', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('22', '4', '0', '0', '0', '爱情公寓', 'http://www.ipart.cn', '/icon/22.gif', 'brown', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('23', '5', '0', '0', '0', '携程网', 'http://www.ctrip.com', '/icon/23.gif', 'orange', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('24', '5', '0', '0', '0', '大众点评', 'http://www.dianping.com', '/icon/24.gif', 'orange', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('25', '6', '0', '0', '0', '麦网', 'http://gouwu.alimama.com/channel/channelCode.htm?pid=mm_10008881_0_0', '/icon/25.gif', 'purple', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('26', '6', '0', '0', '0', '当当网', 'http://www.dangdang.com', '/icon/26.gif', 'purple', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('27', '4', '0', '0', '0', '我爱玩', 'http://www.520.com', 'http://www.size12font.com/images/links_520.gif', 'orange', '#FFFFFF', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('28', '4', '0', '0', '0', '校内网', 'http://www.xiaonei.com', '/icon/28.gif', 'brown', '', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('29', '0', '1', '0', '0', 'IP地址查询', '', '/icon/search_ip.gif', 'green', '', '1', 'search', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('30', '0', '0', '2', '0', '计算器', '', '/icon/search_calculator.gif', 'brown', '', '1', 'widget', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('31', '0', '0', '0', '2', '新浪新闻', 'http://rss.sina.com.cn/news/marquee/ddt.xml', '/icon/feed_sina.gif', 'white', '#000000', '1', 'feeds', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('32', '0', '1', '0', '0', '翻译', '', '/icon/search_fanyi.gif', 'green', '', '1', 'search', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('33', '0', '1', '0', '0', '新闻', '', '../icon/search_news.gif', 'green', '', '1', 'search', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('34', '0', '1', '0', '0', '百科全书', '', '/icon/search_wiki.gif', 'green', '', '1', 'search', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('35', '0', '6', '0', '0', '图片', '', '/icon/search_picture.gif', 'red', '', '1', 'search', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('36', '0', '6', '0', '0', '视频', '', '/icon/search_youtube.gif', 'red', '', '1', 'search', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('37', '0', '6', '0', '0', '音乐', '', '/icon/search_baidu_mp3.gif', 'red', '', '1', 'search', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('38', '0', '6', '0', '0', '电影', '', '../icon/search_baidu_dianying.gif', 'red', '', '1', 'search', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('39', '0', '0', '0', '2', '和讯财经', 'http://news.hexun.com/rss/stock_rss.xml', '/icon/feed_hexun.gif', 'white', '#000000', '1', 'feeds', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('40', '0', '0', '0', '1', 'cnBeta', 'http://cnbeta.com/backend.php', '/icon/feed_cnbeta.gif', 'white', '#000000', '1', 'feeds', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('41', '0', '0', '0', '1', 'ITBear', 'http://www.itbear.com.cn/rssFeed.aspx', '/icon/feed_itbear.gif', 'white', '#000000', '1', 'feeds', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('42', '0', '0', '0', '3', '优酷', 'http://www.youku.com/index/rss_cool_v/', '/icon/feed_youku_rss.gif', 'white', '#000000', '1', 'feeds', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('43', '0', '0', '0', '0', '百度搜素', 'http://www.baidu.com', '/icon/custom/default/1.gif', 'white', '#000000', '0', 'links', '1', '0', '1237526625', '0');
INSERT INTO `uchome_site` VALUES ('44', '0', '0', '0', '0', '新浪', 'http://rss.sina.com.cn/news/marquee/ddt.xml', '/icon/custom/default/3.gif', 'white', '#000000', '0', 'feeds', '1', '0', '1237529526', '0');
INSERT INTO `uchome_site` VALUES ('45', '0', '0', '0', '2', '八卦新闻', 'http://rss.yule.sohu.com/rss/yuletoutiao.xml', '/icon/feed_sohu.gif', 'white', '#000000', '1', 'feeds', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('46', '0', '0', '0', '2', '联合早报', 'http://www.zaobao.com/sp/sp.xml', '/icon/feed_zaobao.gif', 'white', '#000000', '1', 'feeds', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('47', '0', '0', '0', '1', '蓝色理想', 'http://www.blueidea.com/common/rss.asp', '/icon/feed_zaobao.gif', 'white', '#000000', '1', 'feeds', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('48', '0', '0', '0', '2', '中华新闻', 'http://www.chinanews.com.cn/rss/scroll-news.xml', '/icon/feed_chinanews.gif', 'white', '#000000', '1', 'feeds', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('49', '0', '0', '0', '0', 'www.hotvs.cn', 'http://www.hotvs.cn', '/icon/custom/default/296.gif', 'red', '#', '0', 'links', '0', '0', '1237778526', '0');
INSERT INTO `uchome_site` VALUES ('50', '0', '0', '0', '0', '百度', 'http://www.baidu.com', '/icon/custom/default/147.gif', 'green', '#000000', '0', 'links', '0', '0', '1237784228', '0');
INSERT INTO `uchome_site` VALUES ('51', '0', '0', '0', '0', 'www.dj5d.com', 'http://www.dj5d.com', '/icon/custom/default/229.gif', 'orange', '#', '0', 'links', '0', '0', '1237882914', '0');
INSERT INTO `uchome_site` VALUES ('52', '2', '0', '0', '0', '金融之星', 'http://www.cnfstar.com/', '/icon/link_cnfstar.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('53', '0', '0', '0', '0', '我的网站', 'http://www.baidu.com', '/icon/custom/default/62.gif', 'blue', '#000000', '0', 'links', '1', '0', '1237983892', '0');
INSERT INTO `uchome_site` VALUES ('54', '0', '0', '0', '0', 'www.baidu.com', 'http://www.baidu.com', '../icon/custom/upload/200903/28/2_1238209689.png', 'white', '#', '0', 'links', '0', '0', '1238209689', '0');
INSERT INTO `uchome_site` VALUES ('55', '0', '0', '0', '0', 'www.com.com', 'http://www.com.com', '../icon/custom/upload/200903/28/2_1238210536.png', 'white', '#FFFFFF', '0', 'links', '1', '0', '1238210536', '0');
INSERT INTO `uchome_site` VALUES ('56', '0', '0', '0', '0', 'tieba.baidu.com/f?kw=%BA%AB%B8%FD', 'http://tieba.baidu.com/f?kw=%BA%AB%B8%FD', '../icon/custom/upload/200903/30/33_1238409037.png', 'white', '#', '0', 'links', '0', '0', '1238409037', '0');
INSERT INTO `uchome_site` VALUES ('57', '0', '0', '0', '0', '韩庚----------百度贴吧', 'http://tieba.baidu.com/f?kw=%BA%AB%B8%FD', '/icon/custom/default/336.gif', 'white', '#000000', '0', 'links', '1', '0', '1238410240', '0');
INSERT INTO `uchome_site` VALUES ('58', '0', '0', '0', '0', '开心网', 'http://www.kaixin001.com/home/?t=63', '/icon/custom/default/341.gif', 'purple', '#000000', '0', 'links', '1', '0', '1238410373', '0');
INSERT INTO `uchome_site` VALUES ('59', '0', '0', '0', '0', 'www.tudou.com/my/sub/', 'http://www.tudou.com/my/sub/', '/icon/custom/default/69.gif', 'blue', '#', '0', 'links', '0', '0', '1238411144', '0');
INSERT INTO `uchome_site` VALUES ('60', '0', '0', '0', '0', '丁丁家园', 'http://www.citk.net/', '/icon/custom/default/2.gif', 'white', '#', '0', 'links', '0', '0', '1238412050', '0');
INSERT INTO `uchome_site` VALUES ('61', '0', '0', '0', '0', 'iebook.cn', 'http://www.iebook.cn/sc/index.aspx', '/icon/custom/default/339.gif', 'green', '#FFFFFF', '0', 'links', '1', '0', '1238412118', '0');
INSERT INTO `uchome_site` VALUES ('62', '0', '0', '0', '0', 'photoshop cs专题', 'http://zt.arting365.com/2006-01/1136965550d115141.html', '/icon/custom/default/342.gif', 'red', '#FFFFFF', '0', 'links', '1', '0', '1238412294', '0');
INSERT INTO `uchome_site` VALUES ('63', '0', '0', '0', '0', '韩国设计网', 'http://www.krwz.com/index.htm', '/icon/custom/default/9.gif', 'white', '#', '0', 'links', '0', '0', '1238412310', '0');
INSERT INTO `uchome_site` VALUES ('64', '0', '0', '0', '0', 'PHOTOSHOP素材库', 'http://www.photoshop.org.cn/', '/icon/custom/default/339.gif', 'green', '#FFFFFF', '0', 'links', '1', '0', '1238412390', '0');
INSERT INTO `uchome_site` VALUES ('65', '0', '0', '0', '0', ' PS设计素材站 ', 'http://www.wzfzl.com.cn/', '/icon/custom/default/337.gif', 'blue', '#FFFFFF', '0', 'links', '1', '0', '1238412472', '0');
INSERT INTO `uchome_site` VALUES ('66', '0', '0', '0', '0', 'photoshop资源下载', 'http://www.sooren.cn/web/20062/photoshop/', '/icon/custom/default/338.gif', 'brown', '#FFFFFF', '0', 'links', '1', '0', '1238412542', '0');
INSERT INTO `uchome_site` VALUES ('67', '0', '0', '0', '0', '蚂蚁网络电视', 'http://www.zueiai.com/p2p/mayi/150.html', '/icon/custom/default/339.gif', 'green', '#', '0', 'links', '1', '0', '1238412668', '0');
INSERT INTO `uchome_site` VALUES ('68', '0', '0', '0', '0', '韩庚 ★FOREVER☆', 'http://hangeng.q.sohu.com/', '/icon/custom/default/341.gif', 'purple', '#', '0', 'links', '1', '0', '1238412751', '0');
INSERT INTO `uchome_site` VALUES ('69', '0', '0', '0', '0', '[追光·韩庚]  ', 'http://www.ihangeng.com/', '/icon/custom/default/339.gif', 'green', '#', '0', 'links', '1', '0', '1238412968', '0');
INSERT INTO `uchome_site` VALUES ('70', '0', '0', '0', '0', 'CY小窝', 'http://www.cyworld.com.cn/youyouanger', '/icon/custom/default/341.gif', 'purple', '#', '0', 'links', '0', '0', '1238413122', '0');
INSERT INTO `uchome_site` VALUES ('71', '0', '0', '0', '0', '同感', 'http://www.hangeng.net/', '/icon/custom/default/339.gif', 'green', '#', '0', 'links', '1', '0', '1238413252', '0');
INSERT INTO `uchome_site` VALUES ('72', '0', '0', '0', '0', '素年锦时', 'http://youyouanger.blog.sohu.com', '/icon/custom/default/337.gif', 'blue', '#', '0', 'links', '1', '0', '1238413332', '0');
INSERT INTO `uchome_site` VALUES ('73', '0', '0', '0', '0', '青檬音乐台', 'http://www.911pop.com/', '/icon/custom/default/339.gif', 'green', '#', '0', 'links', '1', '0', '1238413542', '0');
INSERT INTO `uchome_site` VALUES ('74', '0', '0', '0', '0', 'neargeng', 'www.neargeng.cn/', '/icon/custom/default/337.gif', 'blue', '#', '0', 'links', '1', '0', '1238413625', '0');
INSERT INTO `uchome_site` VALUES ('75', '0', '0', '0', '0', '除灵组', 'http://www.chulingzu.com/bbs/index.php', '/icon/custom/default/338.gif', 'brown', '#', '0', 'links', '1', '0', '1238413703', '0');
INSERT INTO `uchome_site` VALUES ('76', '0', '0', '0', '0', '爱庚妈妈团', 'http://aigengmamatuan.5d6d.com/bbs.php', '/icon/custom/default/341.gif', 'purple', '#', '0', 'links', '1', '0', '1238413761', '0');
INSERT INTO `uchome_site` VALUES ('77', '0', '0', '0', '0', '丁丁家园', 'http://www.citk.net/', '/icon/custom/default/272.gif', 'purple', '#', '0', 'links', '0', '0', '1238413784', '0');
INSERT INTO `uchome_site` VALUES ('78', '0', '0', '0', '0', '王者韩庚', 'http://www.sjhangeng.com/', '/icon/custom/default/339.gif', 'green', '#', '0', 'links', '1', '0', '1238413810', '0');
INSERT INTO `uchome_site` VALUES ('79', '0', '0', '0', '0', '韩国设计网', 'http://www.krwz.com/index.htm', '/icon/custom/default/258.gif', 'purple', '#', '0', 'links', '0', '0', '1238413854', '0');
INSERT INTO `uchome_site` VALUES ('80', '0', '0', '0', '0', 'www.tudou.com', 'http://www.tudou.com', '../icon/custom/upload/200903/30/40_1238413875.png', 'white', '#000000', '0', 'links', '0', '0', '1238413875', '0');
INSERT INTO `uchome_site` VALUES ('81', '0', '0', '0', '0', '庚明顶', 'http://www.gengmingding.com/', '/icon/custom/default/338.gif', 'brown', '#', '0', 'links', '1', '0', '1238413891', '0');
INSERT INTO `uchome_site` VALUES ('82', '0', '0', '0', '0', '网页设计师联盟', 'http://www.68design.net/', '/icon/custom/default/239.gif', 'purple', '#', '0', 'links', '0', '0', '1238413911', '0');
INSERT INTO `uchome_site` VALUES ('83', '0', '0', '0', '0', '思缘设计', 'http://www.missyuan.com/', '/icon/custom/default/267.gif', 'purple', '#', '0', 'links', '0', '0', '1238413985', '0');
INSERT INTO `uchome_site` VALUES ('84', '0', '0', '0', '0', 'www.cqucc.com.cn', 'http://www.cqucc.com.cn', '/icon/custom/default/239.gif', 'purple', '#000000', '0', 'links', '0', '0', '1238414029', '0');
INSERT INTO `uchome_site` VALUES ('85', '0', '0', '0', '0', '豆瓣', 'http://www.douban.com/movie/', '/icon/custom/default/271.gif', 'purple', '#', '0', 'links', '0', '0', '1238414208', '0');
INSERT INTO `uchome_site` VALUES ('86', '0', '0', '0', '0', '土豆', 'http://www.tudou.com/home/michelle068/', '/icon/custom/default/252.gif', 'purple', '#000000', '0', 'links', '0', '0', '1238414384', '0');
INSERT INTO `uchome_site` VALUES ('87', '0', '0', '0', '0', 'berryz', 'http://www.berryz.cn/index.php', '/icon/custom/default/267.gif', 'purple', '#000000', '0', 'links', '0', '0', '1238414492', '0');
INSERT INTO `uchome_site` VALUES ('88', '0', '0', '0', '0', '凉儿', 'http://www.ryosukeart.cn/bbs.php/', '/icon/custom/default/255.gif', 'purple', '#000000', '0', 'links', '0', '0', '1238414673', '0');
INSERT INTO `uchome_site` VALUES ('89', '0', '0', '0', '0', '校内', 'http://xiaonei.com/profile.do?id=242856604', '/icon/custom/default/264.gif', 'purple', '#000000', '0', 'links', '0', '0', '1238414987', '0');
INSERT INTO `uchome_site` VALUES ('90', '0', '0', '0', '0', '非樱', 'http://hi.baidu.com/sakura668', '/icon/custom/default/245.gif', 'purple', '#000000', '0', 'links', '0', '0', '1238415189', '0');
INSERT INTO `uchome_site` VALUES ('91', '0', '0', '0', '0', '豆花', 'http://onlyyoonjae.ifensi.com/index.php', '/icon/custom/default/263.gif', 'purple', '#000000', '0', 'links', '0', '0', '1238415486', '0');
INSERT INTO `uchome_site` VALUES ('92', '0', '0', '0', '0', '音乐', 'http://www.sougua.com', '/icon/custom/default/258.gif', 'purple', '#000000', '0', 'links', '0', '0', '1238415614', '0');
INSERT INTO `uchome_site` VALUES ('93', '0', '0', '0', '0', '哈牛动漫', 'http://www.92hn.net/', '/icon/custom/default/274.gif', 'purple', '#000000', '0', 'links', '0', '0', '1238416252', '0');
INSERT INTO `uchome_site` VALUES ('94', '0', '0', '0', '0', 'msn.', 'http://cn.msn.com/', '/icon/custom/default/2.gif', 'white', '#000000', '0', 'links', '0', '0', '1238417122', '0');
INSERT INTO `uchome_site` VALUES ('95', '6', '0', '0', '0', '易趣购物', 'http://www.eachnet.com', '../icon/custom/upload/200904/3/yiqu.gif', 'orange', '#FFFFFF', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('96', '1', '0', '0', '0', '免费邮箱', 'http://www.126.com', '../icon/custom/upload/200904/3/126.gif', 'green', '#FFFFFF', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('97', '2', '0', '0', '0', '泡泡网', 'http://www.pcpop.com', '../icon/custom/upload/200904/3/popo.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('98', '6', '0', '0', '0', '海外购物', 'http://www.ebay.com', '../icon/custom/upload/200904/3/haiwaiyiqu.gif', 'green', '#FFFFFF', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('99', '5', '0', '0', '0', '分类信息', 'http://www.58.com', '../icon/custom/upload/200904/3/58.gif', 'brown', '#FFFFFF', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('100', '1', '0', '0', '0', '126随身邮', 'http://appsms.mail.126.com/mailmms/smsnotify/reg_out.jsp?id=126sy', '../icon/custom/upload/200904/3/suishenyou.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('101', '6', '0', '0', '0', '折扣网', 'http://www.zhekou.com', '../icon/custom/upload/200904/3/zhekou.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('102', '5', '0', '0', '0', '电子机票', 'http://www.9588.com', '../icon/custom/upload/200904/3/dianzijipiao.gif', 'orange', '#FFFFFF', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('103', '6', '0', '0', '0', '百度购物', 'http://youa.baidu.com', '../icon/custom/upload/200904/3/baiduyoua.gif', 'orange', '#FFFFFF', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('104', '2', '0', '0', '0', '电子杂志', 'http://www.zinmax.cn', '../icon/custom/upload/200904/3/dianzizazhi.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('105', '6', '0', '0', '0', '超值蜂抢', 'http://www.eachnet.com/zone/cheap/', '../icon/custom/upload/200904/3/qiangzhifengqi.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('106', '5', '0', '0', '0', '酒店预定', 'http://www.9588.com/HotelWeb/Query/Hotel_Index.aspx', '../icon/custom/upload/200904/3/jiudianyuding.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('107', '5', '0', '0', '0', '公交查询', 'http://bus.58.com/', '../icon/custom/upload/200904/3/gongjiaochaxun.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('108', '3', '0', '0', '0', '照片分享', 'http://www.yupoo.com/', '../icon/custom/upload/200904/3/zhaopianfenxiang.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('109', '5', '0', '0', '0', '太平洋电脑', 'http://www.pconline.com.cn/', '../icon/custom/upload/200904/3/taipingyangdiannao.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('110', '5', '0', '0', '0', '汽车之家', 'http://www.autohome.com.cn', '../icon/custom/upload/200904/3/qianchezhijia.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('111', '5', '0', '0', '0', '华语财经网', 'http://www.toboto.com', '../icon/custom/upload/200904/3/huayucaijing.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('112', '2', '0', '0', '0', '站长网', 'http://www.admin5.com', '../icon/custom/upload/200904/3/zhanzhangwang.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('113', '6', '0', '0', '0', '拍拍购物', 'http://www.paipai.com', '../icon/custom/upload/200904/3/paipai.gif', 'blue', '#FFFFFF', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('114', '6', '0', '0', '0', 'ebay外贸', 'http://www.ebay.cn', '../icon/custom/upload/200904/3/ebay.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('115', '6', '0', '0', '0', '衣饰界', 'http://co.youa.baidu.com/content/ysj/', '../icon/custom/upload/200904/3/yishijie.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('116', '6', '0', '0', '0', '特惠购物', 'http://www.paipai.com/sale/', '../icon/custom/upload/200904/3/youhuigouwu.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('117', '3', '0', '0', '0', '精美图片', 'http://www.enterdesk.com/', '../icon/custom/upload/200904/3/jingmeitupian.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('118', '5', '0', '0', '0', '域名注册', 'http://www.etodns.com/', '../icon/custom/upload/200904/3/yumingzhuce.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('119', '5', '0', '0', '0', '赶集网', 'http://www.ganji.com/', '../icon/custom/upload/200904/3/ganji.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('120', '5', '0', '0', '0', '查IP', 'http://www.myip.cn/', '../icon/custom/upload/200904/3/chaip.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('121', '2', '0', '0', '0', '站酷', 'http://www.zcool.com.cn', '../icon/custom/upload/200904/3/zhanku.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('122', '2', '0', '0', '0', '蓝色理想', 'http://www.blueidea.com', '../icon/custom/upload/200904/3/hanselixiang.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('123', '6', '0', '0', '0', '我爱打折', 'http://www.55bbs.com', '../icon/custom/upload/200904/3/55bbs.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('124', '4', '0', '0', '0', '友播', 'http://www.yobo.com', '../icon/custom/upload/200904/3/youbo.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('125', '3', '0', '0', '0', '彩铃榜单', 'http://www.12530.com/newweb/html/rank.html', '../icon/custom/upload/200904/3/cailingbangdan.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('126', '3', '0', '0', '0', '数字娱乐', 'http://cn.real.com', '../icon/custom/upload/200904/3/shuziyule.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('127', '3', '0', '0', '0', '手机酷狗', 'http://mobile.kugou.com', '../icon/custom/upload/200904/3/youjikugou.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('128', '3', '0', '0', '0', '搜刮音乐', 'http://www.sogua.com', '../icon/custom/upload/200904/3/youguayinyue.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('129', '3', '0', '0', '0', '移动彩铃', 'http://www.12530.com', '../icon/custom/upload/200904/3/yidoongcailing.gif', 'purple', '#FFFFFF', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('130', '3', '0', '0', '0', '酷狗音乐', 'http://www.kugou.com', '../icon/custom/upload/200904/3/sougouyinyue.gif', 'blue', '#FFFFFF', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('131', '3', '0', '0', '0', '娱乐八卦', 'http://yule.kugou.com', '../icon/custom/upload/200904/3/yulebagua.gif', 'green', '#FFFFFF', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('132', '3', '0', '0', '0', '土豆网', 'http://www.tudou.com', '../icon/custom/upload/200904/3/tudou.gif', 'blue', '#FFFFFF', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('133', '3', '0', '0', '0', '黑豆高清', 'http://hd.tudou.com', '../icon/custom/upload/200904/3/heidougaoqing.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('134', '2', '0', '0', '0', '牛股财经', 'http://www.niugoo.com', '../icon/custom/upload/200904/3/niugucaijing.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('135', '2', '0', '0', '0', '牛股论坛', 'http://bbs.niugoo.com', '../icon/custom/upload/200904/3/niuguluntan.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('136', '2', '0', '0', '0', '财经24小时', 'http://www.cj24xs.com', '../icon/custom/upload/200904/3/caijing24.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('137', '2', '0', '0', '0', '点虎成金', 'http://www.dinhu.com', '../icon/custom/upload/200904/3/dianhuchengjin.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('138', '2', '0', '0', '0', '股票在线', 'http://www.tayac.cn', '../icon/custom/upload/200904/3/gupiaozaixian.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('139', '2', '0', '0', '0', '大智慧数据', 'http://www.topviewdde.com', '../icon/custom/upload/200904/3/dazhihuishuju.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('140', '2', '0', '0', '0', '天天证券网', 'http://www.ttzqvip.com', '../icon/custom/upload/200904/3/tiantianzhengquan.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('141', '2', '0', '0', '0', '顶牛部落', 'http://www.wodingniu.com', '../icon/custom/upload/200904/3/dingniubuluo.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('142', '2', '0', '0', '0', '股票导航', 'http://www.nb44.com', '../icon/custom/upload/200904/3/gupiaodaohang.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('143', '2', '0', '0', '0', '杰杰网', 'http://www.jj88.com', '../icon/custom/upload/200904/3/jiejiewang.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('144', '2', '0', '0', '0', '大赢家论坛', 'http://bbs.gpdiy.com', '../icon/custom/upload/200904/3/dayinjialuntan.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('145', '2', '0', '0', '0', '策略大师', 'http://www.18vr.com', '../icon/custom/upload/200904/3/delvdashi.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('146', '5', '0', '0', '0', '网址之家', 'http://www.hao123.com', '../icon/custom/upload/200904/3/hao123.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('147', '5', '0', '0', '0', '上网导航', 'http://www.265.com', '../icon/custom/upload/200904/3/265.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('148', '5', '0', '0', '0', '网址导航', 'http://www.1616.net', '../icon/custom/upload/200904/3/1616.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('149', '5', '0', '0', '0', '114啦', 'http://www.114la.com', '../icon/custom/upload/200904/3/114la.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('150', '5', '0', '0', '0', '2345导航', 'http://www.2345.com', '../icon/custom/upload/200904/3/2345.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('151', '5', '0', '0', '0', '精彩网址', 'http://www.5566.net', '../icon/custom/upload/200904/3/5566.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('152', '5', '0', '0', '0', '网址大全', 'http://www.9991.com', '../icon/custom/upload/200904/3/9991.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('153', '5', '0', '0', '0', '网址导航', 'http://www.1166.com', '../icon/custom/upload/200904/3/1166.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('154', '5', '0', '0', '0', '中华英才网', 'http://www.chinahr.com', '../icon/custom/upload/200904/3/chinahr.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('155', '5', '0', '0', '0', '智联招聘', 'http://www.zhaopin.com', '../icon/custom/upload/200904/3/zhaopin.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('156', '5', '0', '0', '0', '前程无忧', 'http://www.51job.com', '../icon/custom/upload/200904/3/51job.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('157', '2', '0', '0', '0', '新浪网', 'http://www.sina.com.cn', '../icon/custom/upload/200904/3/sina.gif', 'brown', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('158', '2', '0', '0', '0', '搜狐网', 'http://www.sohu.com', '../icon/custom/upload/200904/3/sohu.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('159', '2', '0', '0', '0', '网易', 'http://www.163.com', '../icon/custom/upload/200904/3/163.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('160', '2', '0', '0', '0', '腾讯网', 'http://www.qq.com', '../icon/custom/upload/200904/3/qq.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('161', '2', '0', '0', '0', '凤凰网', 'http://www.ifeng.com', '../icon/custom/upload/200904/3/fenghuang.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('162', '2', '0', '0', '0', '中央电视台', 'http://www.cctv.com', '../icon/custom/upload/200904/3/cctv.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('163', '2', '0', '0', '0', '人民网', 'http://www.people.com.cn', '../icon/custom/upload/200904/3/renmin.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('164', '2', '0', '0', '0', '中国政府网', 'http://www.gov.cn', '../icon/custom/upload/200904/3/zhengfu.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('165', '2', '0', '0', '0', '雅虎中国', 'http://cn.yahoo.com', '../icon/custom/upload/200904/3/yahoo.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('166', '2', '0', '0', '0', 'MSN中国', 'http://cn.msn.com', '../icon/custom/upload/200904/3/msn.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('167', '4', '0', '0', '0', '51交友', 'http://www.51.com', '../icon/custom/upload/200904/3/51.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('168', '4', '0', '0', '0', '中国博客网', 'http://www.blogcn.com', '../icon/custom/upload/200904/3/blogcn.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('169', '4', '0', '0', '0', '开心网', 'http://www.kaixin.com', '../icon/custom/upload/200904/3/kaixin.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('170', '5', '0', '0', '0', '狗狗家园', 'http://www.goumin.com', '../icon/custom/upload/200904/3/goumin.gif', 'white', '#000000', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('171', '0', '0', '0', '0', 'love radio', 'mms://218.1.74.230/ml103', '/icon/radio_loveradio.gif', 'white', '#000000', '1', 'radio', '1', '0', '0', '1');
INSERT INTO `uchome_site` VALUES ('172', '0', '0', '0', '0', '动感101', 'mms://218.1.74.230/dg101', '/icon/radio_101.gif', 'white', '#000000', '1', 'radio', '1', '0', '0', '1');
INSERT INTO `uchome_site` VALUES ('173', '0', '0', '0', '0', '西安音乐', 'mms://219.144.186.196/yy', '/icon/radio_xianyinyue.gif', 'white', '#000000', '1', 'radio', '1', '0', '0', '3');
INSERT INTO `uchome_site` VALUES ('174', '0', '0', '0', '0', '长沙音乐', 'mms://real.rednet.cn/1061', '/icon/radio_changsha.gif', 'white', '#000000', '1', 'radio', '1', '0', '0', '3');
INSERT INTO `uchome_site` VALUES ('175', '0', '1', '0', '0', '源代码', '', '/icon/_32.gif', 'green', '#FFFFFF', '1', 'search', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('176', '0', '1', '0', '0', '站长工具', '', '/icon/_32.gif', 'green', '#FFFFFF', '1', 'search', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('177', '0', '2', '0', '0', '邮编查询', '', '/icon/search_youbianku.gif', 'brown', '#FFFFFF', '1', 'search', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('178', '0', '2', '0', '0', '股票查询', '', '/icon/search_gupiaochaxun.gif', 'brown', '#FFFFFF', '1', 'search', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('179', '0', '5', '0', '0', '租房', '', '/icon/search_fangwu.gif', 'purple', '#FFFFFF', '1', 'search', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('180', '3', '0', '0', '0', '糖果盒', 'http://www.tangguohe.com', '/icon/tangguohe-13980.gif', 'blue', '#FFFFFF', '1', 'links', '1', '0', '0', '0');
INSERT INTO `uchome_site` VALUES ('181', '0', '0', '0', '2', '冬瓜网', 'http://www.dongua.com/feeds/latest/', '/icon/feed_dongua.gif', 'white', '#000000', '1', 'feeds', '1', '0', '0', '0');
INSERT INTO `uchome_site_categories` VALUES ('1', '互联网|参考', '/images/search_category_1_favicon.gif');
INSERT INTO `uchome_site_categories` VALUES ('2', '教育|工作', '/images/search_category_2_favicon.gif');
INSERT INTO `uchome_site_categories` VALUES ('3', '地图|交通', '/images/search_category_3_favicon.gif');
INSERT INTO `uchome_site_categories` VALUES ('4', '朋友|休闲', '/images/search_category_4_favicon.gif');
INSERT INTO `uchome_site_categories` VALUES ('5', '商业', '/images/search_category_5_favicon.gif');
INSERT INTO `uchome_site_categories` VALUES ('6', '媒体', '/images/search_category_6_favicon.gif');
INSERT INTO `uchome_site_feeds` VALUES ('1', '技术网络');
INSERT INTO `uchome_site_feeds` VALUES ('2', '新闻资讯');
INSERT INTO `uchome_site_feeds` VALUES ('3', '视频娱乐');
INSERT INTO `uchome_site_feeds` VALUES ('4', '博客社区');
INSERT INTO `uchome_site_feeds` VALUES ('5', '生活服务');
INSERT INTO `uchome_site_feeds` VALUES ('6', '网上购物');
INSERT INTO `uchome_site_label` VALUES ('1', '聊天邮箱');
INSERT INTO `uchome_site_label` VALUES ('2', '新闻资讯');
INSERT INTO `uchome_site_label` VALUES ('3', '视频娱乐');
INSERT INTO `uchome_site_label` VALUES ('4', '博客社区');
INSERT INTO `uchome_site_label` VALUES ('5', '生活服务');
INSERT INTO `uchome_site_label` VALUES ('6', '网上购物');
INSERT INTO `uchome_site_radio` VALUES ('1', '我们喜欢的电台');
INSERT INTO `uchome_site_radio` VALUES ('2', '新闻');
INSERT INTO `uchome_site_radio` VALUES ('3', '音乐');
INSERT INTO `uchome_site_widget` VALUES ('1', '互联网|参考', '/images/search_category_1_favicon.gif');
INSERT INTO `uchome_site_widget` VALUES ('2', '教育|工作', '/images/search_category_2_favicon.gif');
INSERT INTO `uchome_site_widget` VALUES ('3', '地图|交通', '/images/search_category_3_favicon.gif');
INSERT INTO `uchome_site_widget` VALUES ('4', '朋友|休闲', '/images/search_category_4_favicon.gif');
INSERT INTO `uchome_site_widget` VALUES ('5', '商业', '/images/search_category_5_favicon.gif');
INSERT INTO `uchome_site_widget` VALUES ('6', '媒体', '/images/search_category_6_favicon.gif');
INSERT INTO `uchome_site_desktop` VALUES ('1', '1', '33|34|0|0|180|4|0|181|19|26|176|32|0|0|9|10|0|31|20|25|0|0|13|main_4_2|-|-|-|42|171|40|0|0|52|-|-|-|-|0|0|0|17|18|0|0|21|22|0|0|35|37|23|24|0|0|28|30|0|0|36|38', '1', 'multi', '0', '1236577535');
INSERT INTO `uchome_site_desktop` VALUES ('2', '1', '31,45|39,48|40,47', '0', 'rss', '0', '1237156216');
INSERT INTO `uchome_site_bar` VALUES ('1', '1', '主桌面', '1', '1', '0', '1237156216', '0', '0', '0');
INSERT INTO `uchome_site_bar` VALUES ('2', '2', '新闻订阅', '1', '0', '0', '1237156216', '0', '0', '0');
回复

使用道具 举报

云天一 发表于 2009-9-27 10:01:37 | 显示全部楼层
你只是上传,还没开始安装...................
回复

使用道具 举报

玻璃屋女孩 发表于 2009-9-27 10:20:26 | 显示全部楼层
uchome默认没有uchome_site这个表的
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-9-12 14:02 , Processed in 0.131254 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表