添加留言
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]
               

 
晾衣架 Email Homepage
2008-5-23 22:20
你好
我想和你的博客做个链接
贵站的链接我已做好
晾衣架の博客
www.lsjking.cn
THANK YOU!
Jooky 回复于 2008-7-16 08:09
Sorry, 好久没登陆。您的博客链接已经添加。
your fan
2008-2-10 21:12
能向版主请教关于 IRtrans 硬件和软件的使用吗?我的htpc机箱附带 IRtrans 装置,可我不知如何使用。若能赐教,万分感激。
Jooky 回复于 2008-2-24 22:31
我现在连Girder都很久没玩啦,而IRtrans更是从未用过,对不起。
不过我建议您去一些专门的论坛逛逛。
雪人情话 Homepage
2007-6-27 15:25
站长,你好,看了你的博客觉得不错,申请与贵站交换友情连接,我已经把你的连接做上了
我的博客:http://blog.sina.com.cn/xuerqh
名字为:雪人情话
谢谢
Jooky 回复于 2007-7-3 21:35
链接已经加上!你写的文章很不错哦
uuyou
2007-5-7 20:43
请问你是怎么实现ouou视频的全屏功能的!
Jooky 回复于 2007-5-8 00:56
添加参数allowfullscreen="true"即可,注意所有参数值应该使用双引号(特别是JS调用时。也许是系统BUG,单引号在IE中不起作用)。
Flash
2007-4-28 16:21
thxgrin
测试了几次,都ok
Jooky 回复于 2007-4-28 18:14
不客气,祝贺!smile
Flash
2007-4-28 15:00

点击在新窗口中浏览此图片
http://photo6.56.com/album...

这里写视频名称,而不是
Flash Player文件
点击打开/折叠播放器
怎么修改的?
Jooky 回复于 2007-4-28 15:35
这需要修改UBB代码解析文件blog/inc/ubb.php,同时需要修改全部媒体文件UBB代码的输入方式为:[swf=480,400,第01季第01集]http://www.bagfate.com/2.swf[/swf]形式.
ubb.php文件要修改的部分有两处:
1.找到并修改为如下:
if ($advanced==1) {
    $str =($inrss==0) ?
    /*    preg_replace("/\[(wmp|swf|real|flv)=([^\[\<]+?),([^\[\<]+?)\]\s*([^\[\<\r\n]+?)\s*\[\/(wmp|swf|real|flv)\]/ies", "makemedia('\\1', '\\4', '\\2', '\\3')", $str) : preg_replace("/\[(wmp|swf|real|flv)=([^\[\<]+?),([^\[\<]+?)\]\s*([^\[\<\r\n]+?)\s*\[\/(wmp|swf|real|flv)\]/is", "<br/>{$lnc[267]}<br/>", $str);
      */
    preg_replace("/\[(wmp|swf|real|flv)=([^\[\<]+?),([^\[\<]+?),([^\[\<]+?)\]\s*([^\[\<\r\n]+?)\s*\[\/(wmp|swf|real|flv)\]/ies", "makemedia('\\1', '\\5', '\\2', '\\3','\\4')", $str) : preg_replace("/\[(wmp|swf|real|flv)=([^\[\<]+?),([^\[\<]+?),([^\[\<]+?)\]\s*([^\[\<\r\n]+?)\s*\[\/(wmp|swf|real|flv)\]/is", "<br/>{$lnc[267]}<br/>", $str);

    $str=plugin_walk('ubbanalyseadvance', $str);
  }
2.找到function makemedia(){}并替换为:
function makemedia ($mediatype, $url, $width, $height, $mediadesc) {
  global $template, $lnc, $config;
  $mediatype=strtolower($mediatype);
  if($mediadesc=="#"){
    $typedesc=array('wmp'=>'Windows Media Player', 'swf'=>'Flash Player', 'real'=>'Real Player', 'flv'=>'Flash Video Player');
    $mediadesc=$typedesc[$mediatype].$lnc[268];
  }
  $id=rand(1000, 99999);
  $mediapic=array('wmp'=>'wmp.gif', 'swf'=>'swf.gif', 'real'=>'real.gif', 'flv'=>'swf.gif');
  $url=($mediatype=='flv') ? urlconvert ($url, $config['blogurl'].'/') : $url;
  $str="<div class=\"quote\"><div class=\"quote-title\"><img src=\"{$template['images']}/{$mediapic[$mediatype]}\" alt=\"\"/>{$mediadesc}</div><div class=\"quote-content\"><a href=\"javascript: playmedia('player{$id}', '{$mediatype}', '{$url}', '{$width}', '{$height}');\">{$lnc[269]}</a><div id='player{$id}' style='display:none;'></div></div></div>";
  return $str;
}
如有需要请留下联系方式.
颓废的冰 Email
2007-4-27 02:33
无意中看到你的博客
做得非常好
也看到了你转载了我发表在天涯的文稿
谢谢你的关注
我会继续写下去
也会继续关注你的博客
Jooky 回复于 2007-4-28 18:16
感谢同意转载!smile谢谢!
laodeng
2007-4-20 19:36
请问如何把它放在顶部的链接后面.. www.mygree.cn
繁體中文版

如作者的BLOG

谢谢 QQ 869631
Jooky 回复于 2007-4-20 21:25
请保留插件文件夹coverJF,然后按下面方法操作即可。
方法:请打开您所使用模版文件elements.php文件,找到$elements['displayheader']变量
在“<ul>{section_head_components}”后面添加如下内容:
<li><span id=nav_coverJF>
<a class=sideA id="CoverJF" href="#">繁體中文版<script src="plugin/CoverJF/Std_StranJF.js" type="text/javascript"></script></a>
</span></li>
小飞
2007-3-19 13:06
版主,你的博客办的不错啊.向亲朋好友说上几句祝福语!
Best wishes for the year to come!
恭贺新禧!
Good luck in the year ahead!
祝吉星高照!
May you come into a good fortune!
恭喜发财!
Live long and wow gold proper!
多福多寿!
May many fortunes find their way to you!
祝财运亨通!
I want to wish you longevity and health!
愿你健康长寿!
Take good care of yourself in the year ahead.
请多保重!
Wishing you many future successes.
祝你今后获得更大成就。
Jooky 回复于 2007-4-10 17:57
话说的好,虽然是广告,不过还是让你留个反向链接,呵呵!
day
2007-2-20 23:34
申请友情链接:
 博客名称: Day Blog
 博客地址: http://blog.snsnsky.com
 
  你的链接已在我的博客做好 ...o(∩_∩)o...
Jooky 回复于 2007-2-22 00:39
谢谢!链接已经做好.
NWER
2007-2-18 11:19
新站开张,特来申请友情链接。
网站名称:周杰伦
网址:www.jayblog.org
网站描述:周杰伦的部落格-最狂热的周杰伦的交流地带!
希望大家常来坐坐!
Jooky 回复于 2007-2-19 00:12
你的网站不错啊!链接已加上.多多交流
下车喇叭
2007-2-12 02:31
grin原来我是第一个留言啊!荣幸之至.
加油多写点好文章!
Jooky 回复于 2007-2-19 00:12
当然,谢谢你!我会尽量抽时间来写些原创性的东西.
分页: 1/1 第一页 1 最后页