問題網址:http://www.hoount.com/forum/index.php
版本:2.0
外掛相關網頁:http://phpbb-tw.net/phpbb/viewtopic.php?t=21089
外掛軟體:Complete banner mod
症狀:HTML與文字不正常
[問題] 廣告外掛升級2.0問題
版主: 版主管理群
overall_header.tpl 是否修改正確
我們都想寫下自己的故事,才初執筆就驚覺,悲歡離合竟也是年輕事!
平凡心動 http://www.hope99.idv.tw/
提出問題時,請提供較完整的資料,才能給你正確的答案,節省你的時間。
發問格式可參閱: http://phpbb-tw.net/phpbb/viewtopic.php?t=15329
PLUS 下載位址: http://www.phpbb2.de/dload.php?action=c ... &cat_id=20
平凡心動 http://www.hope99.idv.tw/
提出問題時,請提供較完整的資料,才能給你正確的答案,節省你的時間。
發問格式可參閱: http://phpbb-tw.net/phpbb/viewtopic.php?t=15329
PLUS 下載位址: http://www.phpbb2.de/dload.php?action=c ... &cat_id=20
這看起來怎麼比較像是自己把廣告給設錯了
overall_header.tpl的內容沒錯
overall_header.tpl的內容沒錯
includes/page_header.php新增的部份內容為<td width="96%" colspan="6"><div align="center">{BANNER_0_IMG}</div></td>
檢視首頁原始檔的內容default:
$template->assign_var('BANNER_'.$banner_spot.'_IMG', '<a href="'.append_sid('redirect.'.$phpEx.'?banner_id='.$banners[$i]['banner_id']).'" target="_blank"><img src="'.$banners[$i]['banner_name'].'" '.$banner_size.' border="0" alt="'.$banners[$i]['banner_description'].'" title="'.$banners[$i]['banner_description'].'" /></a>');
想不出錯都很困難吧?<a href="redirect.php?banner_id=1&sid=bbf46e5ab7a41cc034d5fcf5f916b262" target="_blank"><img src="<!-- Search Google -->
<center>
<form method="get" action="http://www.google.com.tw/custom" target="_top">
<table bgcolor="#ffffff">
......
中略
......
<!-- Search Google -->" border="0" alt="" title=""></a>
謝絕所有私人訊息詢問外掛相關問題
有問題請直接於版上發表, 集思廣議絕對比專挑特定人士詢問來的好
竹貓禁止發表含破解相關的軟體, 違者砍文
不要跟我講別的地方都可以發, 為什麼竹貓就不行
免費不等於破解, 傻傻的搞不清楚
有問題請直接於版上發表, 集思廣議絕對比專挑特定人士詢問來的好
竹貓禁止發表含破解相關的軟體, 違者砍文
不要跟我講別的地方都可以發, 為什麼竹貓就不行
免費不等於破解, 傻傻的搞不清楚
To mmk7821:
建議您:
1. 更新標題 -> 如: [問題] 橫幅廣告失效
2. 更新內容 -> 詳述問題
3. 這個外掛 Complete banner 最新版本是 1.3.8
安裝參考連結: http://phpbb-tw.net/phpbb/viewtopic.php?p=198412#198412
建議您:
1. 更新標題 -> 如: [問題] 橫幅廣告失效
2. 更新內容 -> 詳述問題
3. 這個外掛 Complete banner 最新版本是 1.3.8
安裝參考連結: http://phpbb-tw.net/phpbb/viewtopic.php?p=198412#198412
請問?心靈捕手 寫:To mmk7821:
建議您:
1. 更新標題 -> 如: [問題] 橫幅廣告失效
2. 更新內容 -> 詳述問題
3. 這個外掛 Complete banner 最新版本是 1.3.8
安裝參考連結: http://phpbb-tw.net/phpbb/viewtopic.php?p=198412#198412
新版本
舊版本
哪裡不同?
網路獵人論壇
網路獵人
網路獵人
mmk7821 寫:請問?心靈捕手 寫:To mmk7821:
建議您:
1. 更新標題 -> 如: [問題] 橫幅廣告失效
2. 更新內容 -> 詳述問題
3. 這個外掛 Complete banner 最新版本是 1.3.8
安裝參考連結: http://phpbb-tw.net/phpbb/viewtopic.php?p=198412#198412
新版本
舊版本
哪裡不同?
代碼: 選擇全部
##############################################################
## MOD History:
##
## 2006-01-28 - Version 1.3.8
## - Improved how Custom HTML code banners are handled
## - Improved handeling flash banner clicks
##
## 2005-01-15 - Version 1.3.7
## - fix a bug conserning width/ hight the HTML code created wasent correct
##
## 2004-07-06 - Version 1.3.6
## - weigth wasen't storred when creating a banner only updating - also changed the length of allowed redirect urls
##
## 2004-04-04 - Version 1.3.5
## - text type, for page_header.php corrected, as it was buggy
##
## 2004-21-02 - Version 1.3.4
## - redirect.tpl and lang_banner.php have been updated, now the mod ONLY uses javascript
## to redirect - this works more correctly with some commercial adds
##
## 2004-18-01 - Version 1.3.3
## - redirect.php have been updated, a wrong version was included prior
##
## 2003-15-11 - Version 1.3.2
## - english language file was missing the $lang['Left_via_banner']
## now updated to include this once again
##
## 2003-15-11 - Version 1.3.1
## - added changes ned to functions.php
## - corrected a typo in db_update.php
##
## 2003-15-11 - Version 1.3.0
## - added ability to specify "hide banner after click"
## - added ability to specify "banner click inactive time"
##
## 2003-15-11 - Version 1.2.3
## - changed "'width to 'width
##
## 2003-12-11 - Version 1.2.2
## - a error in admin_banner.php ver 1.2.0./1.2.1. did
## cause problems - now corrected
##
## 2003-12-11 - Version 1.2.1
## - $lang['Banner_comment_explain']+ $lang['Left_via_banner'] added
##
## 2003-12-10 - Version 1.2.0
## - added option to change banner size
## - added option to make banners as flash (or other types)
##
## 2003-12-08 - Version 1.1.5
## - phpBB template & EasyMOD compliance enhancement
## - Italian translation now provide with the MOD
##
## 2003-10-25 - Version 1.1.4
## - minor change redirect.php
## - added PAGE_REDIRECT constant
## - added change to viewonline.php
## - corrected how-to header
## - updated lang_banner.php
##
## 2003-10-25 - Version 1.1.3
## - added change to admin_db_utils.php
##
## 2003-08-23 - Version 1.1.2
## - updated redirect.php, db_update.php and constants.php
## - click statistics are now stored
##
## 2003-08-23 - Version 1.1.1
## - updated admin_banner.php, and improved the
## template/lang_banner.php
##
## 2003-08-23 - Version 1.1.0
## - now EM ready
##
## ????-??-?? - Version 1.0.5
## - admin_banner.php, redirect.php updated
##
## ????-??-?? - Version 1.0.4
## - minor typo in the file names, now corrected
##
## ????-??-?? - Version 1.0.3
## - 1.0.2 did require change to page_tail.php witch
## is now included
##
## ????-??-?? - Version 1.0.2
## - now support that banner are to show in a specific forum
##
## ????-??-?? - Version 1.0.1
## - added new feature, banners can show depending
## on user type
##
## ????-??-?? - Version 1.0.0
## - corrected redirect.tpl file, now considered as final
##
## ????-??-?? - Version 0.9.3
## - correction to page_header.php
##
## ????-??-?? - Version 0.9.2
## - correction to page_header.php
##
## ????-??-?? - Version 0.9.1
## - correction to page_header.php
##
## ????-??-?? - Version 0.9.1
## - correction to page_header.php
##
## ????-??-?? - Version 0.9.0
## - initial beta
請問: 哪裡有 '2.0' 版?
如果您指的是討論區的版本, 那麼最新版本也應該是 2.0.20 才是啊!


