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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

UC 最新 网盘插件 更新出炉 完整版 免费放出

[复制链接]
ovkj 发表于 2009-10-12 18:05:48 | 显示全部楼层 |阅读模式
UCHome插件
语言编码: GBK简体 UTF8简体 BIG5繁体 
插件名称: UC 网盘插件
插件作者: 欧维科技
适用版本: UCHome 2.0
本帖最后由 ovkj 于 2009-10-17 12:48 编辑







二.安装过程:
1、升级数据库

-- 表的结构 `uchome_udisk`

CREATE TABLE `uchome_udisk` (
  `albumid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `albumname` varchar(50) NOT NULL DEFAULT '',
  `uid` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `username` varchar(15) NOT NULL DEFAULT '',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `updatetime` int(10) unsigned NOT NULL DEFAULT '0',
  `picnum` smallint(6) unsigned NOT NULL DEFAULT '0',
  `pic` varchar(60) NOT NULL DEFAULT '',
  `picflag` tinyint(1) NOT NULL DEFAULT '0',
  `friend` tinyint(1) NOT NULL DEFAULT '0',
  `password` varchar(10) NOT NULL DEFAULT '',
  `target_ids` text NOT NULL,
  PRIMARY KEY (`albumid`),
  KEY `uid` (`uid`,`updatetime`),
  KEY `friend` (`friend`,`updatetime`),
  KEY `updatetime` (`updatetime`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk;

-- --------------------------------------------------------

-- 表的结构 `uchome_files`

CREATE TABLE `uchome_files` (
  `picid` mediumint(8) NOT NULL AUTO_INCREMENT,
  `albumid` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `uid` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `postip` char(20) NOT NULL DEFAULT '',
  `filename` char(100) NOT NULL DEFAULT '',
  `title` char(150) NOT NULL DEFAULT '',
  `type` char(20) NOT NULL DEFAULT '',
  `size` int(10) unsigned NOT NULL DEFAULT '0',
  `unit` varchar(20) NOT NULL,
  `fileext` varchar(20) NOT NULL,
  `filepath` char(60) NOT NULL DEFAULT '',
  `thumb` tinyint(1) NOT NULL DEFAULT '0',
  `remote` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`picid`),
  KEY `albumid` (`albumid`,`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk;



2、上传附件内文件到UCH目录:
注:附件内所有文件为新文件,正常情况下应该没有覆盖提示;

3、修改以下几个UCH文件:
(1)template/default/header.htm
在:



分享


后添加:


网盘上传
(2)template/default/network_header.htm
在合适位置添加:

网盘
(3)language/lang_cp.php


在结尾添加:

,

'create_a_new_udisk' => '创建了新目录',

'only_allows_upload_udiskfile_types' => '只允许上传gif, jpg, png, rar, txt, doc, xls, ppt, htm, html, mht, zip, bmp的文件',

'mobile_picture_temporary_failure_udisk' => '无法转移临时文件到服务器指定目录',

'upload_a_new_file' => '上传了一个新文件{udisk}'
(4)cp.php


原代码:

$acs = array('space', 'doing', 'upload', 'comment', 'blog', 'album', 'relatekw', 'common', 'class',

        'swfupload', 'thread', 'mtag', 'poke', 'friend',

        'avatar', 'profile', 'theme', 'import', 'feed', 'privacy', 'pm', 'share', 'advance', 'invite','sendmail',

        'userapp', 'task', 'credit', 'password', 'domain');
修改为:

$acs = array('space', 'doing', 'upload', 'comment', 'blog', 'album', 'relatekw', 'common', 'class',

        'swfupload', 'thread', 'mtag', 'poke', 'friend',

        'avatar', 'profile', 'theme', 'import', 'feed', 'privacy', 'pm', 'share', 'advance', 'invite','sendmail',

        'userapp', 'task', 'credit', 'password', 'domain', 'udisk', 'uploadudisk', 'udiskrecode');
(5)network.php


原代码:

$acs = array('space', 'doing', 'blog', 'album', 'mtag', 'thread', 'share');
修改为:

$acs = array('space', 'doing', 'blog', 'album', 'mtag', 'thread', 'share', 'udisk');
(6)space.php
原代码:

$dos = array('feed', 'doing', 'mood', 'blog', 'album', 'thread', 'mtag', 'friend', 'wall', 'tag', 'notice', 'share', 'home', 'pm');
修改为:

$dos = array('feed', 'doing', 'mood', 'blog', 'album', 'thread', 'mtag', 'friend', 'wall', 'tag', 'notice', 'share', 'home', 'pm', 'udisk');

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
eucucu 发表于 2009-10-12 18:13:29 | 显示全部楼层
完整不?我先试试~~~
回复

使用道具 举报

eucucu 发表于 2009-10-12 18:14:53 | 显示全部楼层
1.5的???
回复

使用道具 举报

xdhomes 发表于 2009-10-12 18:14:53 | 显示全部楼层
留个记号,呵呵
回复

使用道具 举报

激凸猛男 发表于 2009-10-12 18:30:01 | 显示全部楼层
留个脚印~~~
回复

使用道具 举报

coldhair 发表于 2009-10-12 19:13:02 | 显示全部楼层
是2.0能用的吗??
回复

使用道具 举报

 楼主| ovkj 发表于 2009-10-12 19:33:37 | 显示全部楼层
完整版哦!我也花了钱买的、所以才卖卖哦
回复

使用道具 举报

yh2o 发表于 2009-10-12 19:54:30 | 显示全部楼层
做个记号~~~~~~~~~~~~~~~
回复

使用道具 举报

jaord 发表于 2009-10-13 10:08:08 | 显示全部楼层
别人的 拿来卖钱 我擦~
回复

使用道具 举报

kufun 发表于 2009-10-13 23:18:51 | 显示全部楼层
安装过1.5的不能用.你这是不是一点五的?也不弄个演示
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 22:53 , Processed in 0.030358 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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