1 頁 (共 4 頁)

[問題]關於拍賣模組

發表於 : 2004-06-26 11:39
ponbaber
拍賣模組相關請參考http://phpbb-tw.net/phpbb/viewtopic.php?t=26757
今天看到這個拍賣模組就下載安裝來試試,沒想到我用裝phpbb的方式竟然都裝不進去,他好像有預設安裝的位置是不是呢??麻煩請安裝成功的網友們指導依下好嗎?這個模組我想要好久了說... :oops:

Re: [問題]關於拍賣模組

發表於 : 2004-06-26 12:40
吉川拓也
ponbaber 寫:拍賣模組相關請參考http://phpbb-tw.net/phpbb/viewtopic.php?t=26757
今天看到這個拍賣模組就下載安裝來試試,沒想到我用裝phpbb的方式竟然都裝不進去,他好像有預設安裝的位置是不是呢??麻煩請安裝成功的網友們指導依下好嗎?這個模組我想要好久了說... :oops:
安裝文件有說到 . 請執行 phpbb2\auction\auction_install.php 之後就會出現安裝文件依照安裝即可 !

發表於 : 2004-06-26 12:53
ponbaber
我是這樣安裝的呀,可是它好像顯示找不到一些東西,他的錯誤訊息如下:
點我

發表於 : 2004-06-26 13:35
吉川拓也
ponbaber 寫:我是這樣安裝的呀,可是它好像顯示找不到一些東西,他的錯誤訊息如下:
點我
你確定你把該附加的檔案都"放到"根目錄下面了嗎 ?

發表於 : 2004-06-29 11:21
sojen
1) Upload all of the files and folders in the auction-mod folder to the
directory where phpbb is installed by maintaining the folder structure
上傳所有的在這拍賣外掛的資料夾內檔案和資料夾到你的phpbb目錄內,保持他的目錄結構

2) Backup all related files
備份所有有關聯的檔案

3) Change the permission of the auction/upload folder to allow write by all users (777).
變更資料夾權限為777可以讓使用者寫入拍賣目錄/升級目錄

4) Run the file ../auction/auction_install.php and follow all of the instructions.
執行phpbb/auction/auction_install.php和跟隨著相關聯的動作

5) When you are finished and return to index.php you will see the shortcut to enter the auction site and the auction add-ins will be in the admin control panel.

當你完成並且回到index.php時,你可以在後台看到拍賣的網站及加入插入的功能\r

將檔案複製到各目錄

\phpbb
auction.php
auction_faq.php\r
auction_ipn.php
auction_myauctions.php
auction_offer.php
auction_offer_view.php
auction_rating.php
auction_room.php

其餘各資料夾複製到相對的資料夾內\r

安裝執行時http://.../phpbb/auction/auction_install.php
會出現一個10個步驟的安裝程序,然後跟著上面的步驟去修改一些檔案


安裝後覺得他還少一個功能,就是快速結標的功能 :-P

發表於 : 2004-06-29 11:37
吉川拓也
哇哇哇 ~ sojen 兄寫的好啊@_@|| ..
目前我也在研究這個模組 . 發現這個 Mod's 有可為喔 !
但是他的結標跟出價有點詭異 ...

發表於 : 2004-06-29 11:53
sojen
吉川兄...小弟也是這樣的感覺....^^
還有結標後買賣家的評語,給了評語後...還會重複出現要填入評語的欄位
我好像有發現她一個問題,就是login跟logout好像沒用\r
所以我就將那個區塊拿掉,使用系統本身的login跟logout
還有一些小地方使用上不是很習慣..
不過他整個架構..真的不錯耶

發表於 : 2004-06-29 13:03
動機不明
我也是覺得有很大的發展空間... ;-) (昨天裝的)
尤其是可以跟現有的論壇結合,將評價顯示在個人資料上,我覺得這部份還可以更好!
目前還用不到拍賣系統,不過倒是想要把它改為娛樂用途 :P

發表於 : 2004-06-29 13:32
吉川拓也
原始文章 : http://www.phpbb-auction.com/sutra429.html#429

安裝文件這裡這段錯了 :
#
#--- [ 開啟 ] ---
#

includes/usercp_viewprofile.php

#
#--- [ 找到 ] ---
#

[php]<?php
'AUCTION_USER_RATING' => "<a href=" . append_sid("auction_rating.php?mode=view&" . POST_USERS_URL . "=" . $profiledata['user_id'] ) . "><img src=" . $images['icon_auction_user_rating'] . " alt=" . $lang['auction_user_rating'] . " title=" . $lang['auction_user_rating'] . " border="0" /> </a>",
?>[/php]

#
#--- [ 取代 ] ---
#

[php]<?php
'AUCTION_USER_RATING' => "<a href=\"" . append_sid("auction_rating.php?mode=view&" . POST_USERS_URL . "=" . $profiledata['user_id'] ) . "\"><img src=\"" . $images['icon_auction_user_rating'] . "\" alt=\"" . $lang['auction_user_rating'] . "\" title=\"" . $lang['auction_user_rating'] . "\" border=\"0\" /></a>",
?>[/php]
#
#--- [ 儲存關閉 ] ---
#eom

目前小弟是安裝在公司網站裡面 . 大家可以來測試看看@_@||
http://nt66.com.tw/forum/auction.php

發表於 : 2004-08-18 09:49
mecolor
http://bbs.mecolor.idv.tw/phpbb2/auction.php
我的拍賣模組一片空白\r
那A安捏.... :-|

後端的拍賣管理模組都有顯示.沒問題唷\r
只有前端出現這樣的問題

有哪為好心的高手能幫小弟的阿~~ :oops:

發表於 : 2004-10-24 03:52
阿維
嗯...這個的確是很好的外掛
只是沒有AUCTION MOD 1.2m正體中文語系的支援,真的是有點遺憾呢!

發表於 : 2004-12-23 23:28
hlksdc
請問可否分享 拍賣模組的繁體語系檔案?
感謝.

mecolor 寫:http://bbs.mecolor.idv.tw/phpbb2/auction.php
我的拍賣模組一片空白\r
那A安捏.... :-|

後端的拍賣管理模組都有顯示.沒問題唷\r
只有前端出現這樣的問題

有哪為好心的高手能幫小弟的阿~~ :oops:

發表於 : 2005-01-15 13:05
友誼第一
用不著哎....可以改成用論壇的貨幣嗎?

發表於 : 2005-01-17 02:09
shihchieh
吉川,你有沒有裝好的樣版可以觀摩呢,謝囉

發表於 : 2005-01-19 10:49
阿維
我倒是有架設了一個,只是從來沒有使用過... (笑)
http://www.arcader.info/phpBB2/auction.php