作者GoodXD (Je pense donc je suis^^)
看板Blog
标题Re: [ WP ] Single File PHP Gallery
时间Sat Jun 19 02:19:56 2010
※ 引述《handsome616 (豆花伯爵)》之铭言:
: 小弟不大会用wordpress
: 之前都是拿人家现成外挂
: 但是在网路上有看到发这个php,但是没有教学
: 想请教一下版上的大大们
: 这个php是怎麽用,能否教学一下!?
1. 下载
http://wordpress.org/extend/plugins/wordpress-single-file-php-gallery/
2. 解压缩後会看到
wordpress-single-file-php-gallery/readme.txt
wordpress-single-file-php-gallery/photos
wordpress-single-file-php-gallery/photos/index.php
3. 把 photos 资料夹连同连同里面的 index.php 上传到, wordpress 所在目录
// 资料夹名称 photo 和 index.php 可以改成其它名字
that is, "wp-config.php" 和 "photos 资料夹" 在同一层
./wp-config.php
./photos
./photos/index.php
4. 打开 photos/index.php
修改 define("GALLERY_ROOT", "../wp-content/uploads/");
define("THUMB_ROOT", "./thumbs/");
define("SECURITY_PHRASE", "I can't tell dreams from truth.");
其它的可以先不用改 // 资料夹要修改权限 by ftp software etc
5. 最後就可以打开网址
http://yourDomain.com/wordpress/photos/index.php
就会列出 /wp-content/uploads/ 下所有图片
More: 自己接起来, 说明文件长到让人不想看
http://wordpress.org/extend/plugins/
wordpress-single-file-php-gallery/installation/
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 122.124.89.117
1F:推 handsome616:太感谢了,不过photos下的权限全部为777? 06/19 08:17