在这个空间除了WordPress BLOG之外我又先后用MediaWiki搭了一个准备做知识管理的WIKI,用Gregarius做了一个RSS聚合阅读器,然后现在又加了一个个人的网络相册。
跟BLOG类似,我的网络相册也是几经折腾,最开始是用大名鼎鼎的Flickr,后来Flickr莫名其妙的撞墙了,虽然用Firefox加Access Flickr!插件可以爬墙,不过毕竟不太方便。后来转到国内学Flickr学的最像的Yupoo,不过Yupoo慢的要死,最近又莫名其妙的动不动就没有通过审查,于是索性自己搭一个自己的相册算了,反正空间还有地方。
相册用的是4images,是一个德国的开源PHP+MySQL相册程序,功能也很强大。安装过程比较简单,从官方网站下载最新的1.7.6程序,解压上传,新建一个MySQL数据库。然后在浏览器下到4images目录,自动就会开始安装,设定好数据库的名字、主机、用户名、密码、管理员信箱就ok了。点击进入我的4images相册,呵呵,可以注册试用看看:)
Tips:
- 程序默认是德文,安装时先在右上角选英文或者在上传前之间将lang目录下的德文删掉,然后安装完成进入控制面板的setting里面将语言设成英语;
- Administrator用户登录后,底部有一个链接,才是进行管理界面的链接,各种管理功能还是很方便的;
- 默认4images首页只显示一行图片,images设定的rows好像不起作用,需要到index.php里面找到“ $num_new_images = $config['image_cells'];”,然后新增加一行 $num_new_images = xx;
- 4images默认的界面比较丑,不过网上有很多模板,其论坛里面也有一些。附上一些我找到模板:
4images的一些模板资源:
4images Templates by Rustynet:
http://www.rustynet.de/
Bali Web Design:
http://www.vierstra.com/4images.htm
http://www.vierstra.com/4images2.htm
http://www.vierstra.com/4images3.htm
http://www.vierstra.com/4images_templates.htm
http://www.vierstra.com/4images_templates_2.htm
http://www.vierstra.com/4templates.htm
4images Templates by kw:
http://4images.malediven-bilder.de/index.php
Dezina 4images Templates:
http://www.dezina.co.uk/modules.php?name=Gallery&file=categories&cat_id=4
7dana 4i Templates:
http://www.7dana.com/download/pafiledb.php?action=file&id=43
Art4Heart - Free to download Templates:
http://www.art4heart.info/testgallery/categories.php?cat_id=2
Begoodbe 4images Templates:
http://www.begoodbe.com/webmaster/4images_template/begoodbe.html
Mantradream 4images Templates
http://www.mantradream.com/dreamdesign/catpage.php?cat_id=1
DenoixDesign
http://www.deonixdesign.com/index.php?action=browser&catid=20
templates.decopix.de - free 4images templates
http://templates.decopix.de/
manurom’s 4images templates
http://templates.ami07.info/
OS Designer 4images Templates
http://www.osdesigner.net/category/4images-templates/
April 8th, 2008 at 8:16 pm
这个相册真棒啊~
人体模特MM 看得我口水直流..
April 9th, 2008 at 12:15 am
呵呵,我也很喜欢这个模特的感觉……
April 11th, 2008 at 4:13 am
我空间有免费的Coppermine 和 Gallery 2
还没用过
April 11th, 2008 at 1:22 pm
@Stanley:弄相册的时候也研究了一下Coppermine和Gallery,据说4images功能比较完善,呵呵
April 14th, 2008 at 3:24 pm
这个程序不能自动生成thumb预览小图吗?还要手动制作吗?
April 14th, 2008 at 4:32 pm
OK,我找到了怎么自动生成thumbnails了