
PHPBB论坛拍卖扩展插件-phpbb-auction
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
phpbb-auction是一款专为PHPBB论坛设计的拍卖扩展插件,它能够让用户在其论坛上轻松创建和参与在线拍卖活动。
#### MOD Title: AUCTION MOD 1.3m
## MOD Author: FR (www.phpbb-auction.com)
## MOD Description: -
## MOD Version: 1.3m
## Installation Level: 中级
Installation Time: 直到完成为止
### Requirements:
- 运行中的phpBB 2.0.x(建议使用最新版本)
- GD 1.8.x 或更高版本 (自动缩略图需要)
- HTTP文件上传功能已启用
#### Files To Edit:
- viewonline.php
- viewtopic.php
- admin/index.php
- includes/usercp_viewprofile.php
- includes/page_header.php
- language/lang_english/lang_admin.php
- language/lang_english/lang_main.php
- templates/subSilver/subSilver.cfg
- templates/subSilver/overall_header.tpl
- templates/subSilver/viewtopic_body.tpl
- templates/subSilver/profile_view_body.tpl
#### Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
### For Security Purposes:
Check the projects website for news and patches.
## Author Notes:
This hack is released under the GPL License. It can be freely used but not distributed without permission. Intellectual Property rights are retained by the author listed above.
If you have installed phpbb-auction 1.2m, use the update.txt document instead.
###-----[ COPY ]-------------------------------------------------------
Upload all files in directory phpbb_root with their structure to your phpBB root directory.
Remember to upload all language and template files to corresponding directories as well.
Use ASCII mode for text files (*.php, *.tpl) and BINARY mode for image files (*.jpg, *.gif).
###-----[ ACTION ]--------------------------------------
For Unix-like hosts:
- CHMOD 777 auction/upload/
- CHMOD 777 auction/upload/cache/
- CHMOD 777 auction/upload/main/
- CHMOD 777 auction/upload/main/watermark/
- CHMOD 777 auction/upload/mini/
- CHMOD 777 auction/upload/tmp/
- CHMOD 777 auction/upload/wmk/
- CHMOD 777 auction/upload/watermark/
###-----[ ACTION ]--------------------------------------
Run the install_db.php file and delete it after installation.
## Perform the following file changes:
###-----[ OPEN ]------------------------------------------
viewonline.php
###-----[ FIND ]------------------------------------------
include($phpbb_root_path . includes/page_header.$phpEx);
###-----[ AFTER, ADD ]------------------------------------------
include($phpbb_root_path . auction/auction_common.$phpEx);
###-----[ FIND ]------------------------------------------
case PAGE_FAQ: $location = $lang[Viewing_FAQ]; $location_url = faq.$phpEx; break;
###-----[ AFTER, ADD ]------------------------------------------
case AUCTION_ROOM: $location = $lang[Auction]; $location_url = auction.$phpEx; break;
case AUCTION_OFFER: $location = $lang[Auction]; $location_url = auction.$phpEx; break;
// Add other cases here
###-----[ OPEN ]------------------------------------------
admin/index.php
###-----[ FIND ]------------------------------------------
require(./pagestart.$phpEx);
###-----[ AFTER, ADD ]------------------------------------------
include($phpbb_root_path . auction/auction_common.$phpEx);
###-----[ FIND ]------------------------------------------
case PAGE_FAQ: $location = $lang[Viewing_FAQ]; $location_url = index.$phpEx?pane=right; break;
###-----[ AFTER, ADD ]------------------------------------------
// Add other cases here
###-----[ OPEN ]------------------------------------------
language/lang_english/lang_admin.php
###-----[ FIND ]------------------------------------------
$lang[Styles] = Styles Admin;
###-----[ AFTER, ADD ]------------------------------------------
$lang[Auction] = Auction;
$lang[a1_configuration] = Configuration;
// Add other entries here
###-----[ OPEN ]------------------------------------------
templates/subSilver/subSilver.cfg
###-----[ FIND ]------------------------------------------
$current_template_images = $current_template_path . /images;
###-----[ AFTER, ADD ]------------------------------------------
$images[auction_locked]=$current_template_images/auction_locked.gif; // Add image definitions here
// Continue adding other image definitions as per the original text
#### Further Information:
You are done! If you have any questions, use the Support Forums on www.phpbb-auction.com. For payment methods documentation, refer to the projects website.
Greetings and have fun with phpbb-Auction,
FR
全部评论 (0)


