[原創]付費瀏覽-看文章需付貨幣的MOD

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

Matrix
星球普通子民
星球普通子民
文章: 11
註冊時間: 2002-06-05 13:00
來自: Hong Kong

文章 Matrix »

$message = $postrow[$i]['post_text'];
$bbcode_uid = $postrow[$i]['bbcode_uid'];

我找到了,在viewtopic.php ,但我見到viewtopic.php裡 是有以上的兩行
最後由 Matrix 於 2002-09-01 15:09 編輯,總共編輯了 1 次。
KCTONY
星球公民
星球公民
文章: 158
註冊時間: 2002-06-20 18:44
來自: GB
聯繫:

文章 KCTONY »

^^" 忘了說...
在viewtopic.php
Matrix
星球普通子民
星球普通子民
文章: 11
註冊時間: 2002-06-05 13:00
來自: Hong Kong

文章 Matrix »

我找到了,在viewtopic.php ,但我見到viewtopic.php裡 是有以上的兩行
Matrix
星球普通子民
星球普通子民
文章: 11
註冊時間: 2002-06-05 13:00
來自: Hong Kong

文章 Matrix »

不如我用icq send 比你看看吧
頭像
chadav
竹貓好朋友
竹貓好朋友
文章: 65
註冊時間: 2002-07-04 21:04
聯繫:

文章 chadav »

KCTONY 寫:chadav
試試看 記得先備份\r
建議複製一個 viewtopic_test.php 的檔案來改\r
然後直接用這頁去試 這樣才不會影響到原本的頁面

打開 viewtopic.php

尋找 並 刪除\r
include($phpbb_root_path . 'attachment_mod.'.$phpEx);
我找過 viewtopic.php 內沒上面那一行!!
克服自我是最大的挑戰
圖檔
Matrix
星球普通子民
星球普通子民
文章: 11
註冊時間: 2002-06-05 13:00
來自: Hong Kong

文章 Matrix »

今次到回覆主題時下方的檢視主題內的BBcode 有問題了,唔該你help 我啦>"<
KCTONY

圖檔
頭像
chadav
竹貓好朋友
竹貓好朋友
文章: 65
註冊時間: 2002-07-04 21:04
聯繫:

文章 chadav »

Matrix 寫:今次到回覆主題時下方的檢視主題內的BBcode 有問題了,唔該你help 我啦>"<
KCTONY

圖檔
我的也是一樣!! 我還以為是我將 bbcode 給關畢了呢!! 結果都去檢查過後還是一樣的狀況!! 看來這種情況不只我一個人囉!!
克服自我是最大的挑戰
圖檔
Matrix
星球普通子民
星球普通子民
文章: 11
註冊時間: 2002-06-05 13:00
來自: Hong Kong

文章 Matrix »

可能有點php code 要加上去
KCTONY
星球公民
星球公民
文章: 158
註冊時間: 2002-06-20 18:44
來自: GB
聯繫:

文章 KCTONY »

chadav 寫:
Matrix 寫:今次到回覆主題時下方的檢視主題內的BBcode 有問題了,唔該你help 我啦>"<
KCTONY

圖檔
我的也是一樣!! 我還以為是我將 bbcode 給關畢了呢!! 結果都去檢查過後還是一樣的狀況!! 看來這種情況不只我一個人囉!!
每個人的問題都不同
chadav是多加了一次\r

代碼: 選擇全部

$message = $postrow[$i]['post_text'];
正常的話只會有一行
應該是再改MOD的時候多改了一次\r
找看看

代碼: 選擇全部

// Pay_Money_MOD By KCTONY
上面是不是多了一次\r

代碼: 選擇全部

$message = $postrow[$i]['post_text'];
\n是的話就刪掉吧
頭像
chadav
竹貓好朋友
竹貓好朋友
文章: 65
註冊時間: 2002-07-04 21:04
聯繫:

文章 chadav »

KCTONY 寫:每個人的問題都不同
chadav是多加了一次\r

代碼: 選擇全部

$message = $postrow[$i]['post_text'];
正常的話只會有一行
應該是再改MOD的時候多改了一次\r
找看看

代碼: 選擇全部

// Pay_Money_MOD By KCTONY
上面是不是多了一次\r

代碼: 選擇全部

$message = $postrow[$i]['post_text'];
是的話就刪掉吧
我查過 viewtopic.php 內只有一行沒多加!!
克服自我是最大的挑戰
圖檔
KCTONY
星球公民
星球公民
文章: 158
註冊時間: 2002-06-20 18:44
來自: GB
聯繫:

文章 KCTONY »

QQ?
那天用ICQ傳檔給我的是??
...
那chadav把viewtopic.php寄給我
我幫你看看
酷酷
星球普通子民
星球普通子民
文章: 10
註冊時間: 2002-01-27 14:45
聯繫:

文章 酷酷 »

Warning: Missing argument 21 for submit_post() in /home/g8fxp/public_html/phpbb/includes/functions_post.php on line 214

Warning: Cannot add header information - headers already sent by (output started at /home/g8fxp/public_html/phpbb/includes/functions_post.php:214) in /home/g8fxp/public_html/phpbb/posting.php on line 582

Warning: Cannot add header information - headers already sent by (output started at /home/g8fxp/public_html/phpbb/includes/functions_post.php:214) in /home/g8fxp/public_html/phpbb/includes/page_header.php on line 449

Warning: Cannot add header information - headers already sent by (output started at /home/g8fxp/public_html/phpbb/includes/functions_post.php:214) in /home/g8fxp/public_html/phpbb/includes/page_header.php on line 450

Warning: Cannot add header information - headers already sent by (output started at /home/g8fxp/public_html/phpbb/includes/functions_post.php:214) in /home/g8fxp/public_html/phpbb/includes/page_header.php on line 451
猛錯誤
不能用滴說
KCTONY
星球公民
星球公民
文章: 158
註冊時間: 2002-06-20 18:44
來自: GB
聯繫:

文章 KCTONY »

酷酷 寫:Warning: Missing argument 21 for submit_post() in /home/g8fxp/public_html/phpbb/includes/functions_post.php on line 214

Warning: Cannot add header information - headers already sent by (output started at /home/g8fxp/public_html/phpbb/includes/functions_post.php:214) in /home/g8fxp/public_html/phpbb/posting.php on line 582

Warning: Cannot add header information - headers already sent by (output started at /home/g8fxp/public_html/phpbb/includes/functions_post.php:214) in /home/g8fxp/public_html/phpbb/includes/page_header.php on line 449

Warning: Cannot add header information - headers already sent by (output started at /home/g8fxp/public_html/phpbb/includes/functions_post.php:214) in /home/g8fxp/public_html/phpbb/includes/page_header.php on line 450

Warning: Cannot add header information - headers already sent by (output started at /home/g8fxp/public_html/phpbb/includes/functions_post.php:214) in /home/g8fxp/public_html/phpbb/includes/page_header.php on line 451
猛錯誤
不能用滴說
functions_post.php裝錯地方了
看清楚一點
酷酷
星球普通子民
星球普通子民
文章: 10
註冊時間: 2002-01-27 14:45
聯繫:

文章 酷酷 »

我是用2.0.2不知道有沒有影響
酷酷
星球普通子民
星球普通子民
文章: 10
註冊時間: 2002-01-27 14:45
聯繫:

文章 酷酷 »

我是用2.0.2好像讀不到\r
function submit_post裡的, &$pay_money
主題已鎖定

回到「非官方認證外掛」