在對方有足夠的金幣的情況下,在登陸了的情況下,下載為什麼會顯示 PHP 文件,為什麼右鍵另存為就正常?
現在誰都安裝迅雷的了,如果你硬要用右鍵另存為才能下載的話,估計論壇的會員都跑光了,人家都覺得下載不了東西,也不會聽你解釋這麼多,你能才一千或者幾千人解釋這個事叫他們都用右鍵另存為嗎?
dx 1.5 迅雷及 flashget 不能下載的問題,可以通過下面的辦法進行解決:
找到 source/module/forum/forum_attachment.php 文件,定位到 152 行,把 152 行至
159 行註釋掉,便可。
/*
if(!$ispaid && !$forum['allowgetattach']) {
if(!$forum['getattachperm'] && !$allowgetattach)
{
showmessage('getattachperm_none_nopermission',
NULL, array(), array('login' => 1));
} elseif(($forum['getattachperm'] &&
!forumperm($forum['getattachperm'])) || ($forum['viewperm'] &&
!forumperm($forum['viewperm']))) {
showmessagenoperm('getattachperm',
$forum['fid']);
}
}*/