• Admin [FOUNDER] ♥ PRO |
(13.12.2015 / 12:32) | TOP |
Find:
PHP CODE :
if (in_array($att_ext, $pic_ext)) {
echo '<div><a href="index.php?act=file&id=' . $fres['id'] . '">';
echo '<img src="thumbinal.php?file=' . (urlencode($fres['filename'])) . '" alt="' . $lng_forum['click_to_view'] . '" /></a></div>';
} else {
echo '<br /><a href="index.php?act=file&id=' . $fres['id'] . '">' . $fres['filename'] . '</a>';
}
echo '<div><a href="index.php?act=file&id=' . $fres['id'] . '">';
echo '<img src="thumbinal.php?file=' . (urlencode($fres['filename'])) . '" alt="' . $lng_forum['click_to_view'] . '" /></a></div>';
} else {
echo '<br /><a href="index.php?act=file&id=' . $fres['id'] . '">' . $fres['filename'] . '</a>';
}
Thay ALL thành
PHP CODE :
$req43=mysql_query("SELECT `postforum`, `id` FROM `users` WHERE (id='$user_id') ");
$arr56=mysql_fetch_array($req43);
$total_spent = 2;
$hammad= 3 - $arr56['postforum'];
if (in_array($att_ext, $pic_ext)) {
echo '<div><a href="index.php?act=file&id=' . $fres['id'] . '">';
echo '<img src="thumbinal.php?file=' . (urlencode($fres['filename'])) . '" alt="' . $lng_forum['click_to_view'] . '" /></a></div>
';
} else if (empty($user_id)){
echo '<b>Bạn cần <a href="../login.php">đăng nhập</a> mới tải được file đính kèm</b>';
}else if($total_spent < $arr56['postforum']){
echo '<a href="index.php?act=file&id=' . $fres['id'] . '">' . $fres['filename'] . '</a>';
}
else echo '<b>Bạn vui lòng post đủ 3 bài viết để tải tập tin đính kèm</b>';
$arr56=mysql_fetch_array($req43);
$total_spent = 2;
$hammad= 3 - $arr56['postforum'];
if (in_array($att_ext, $pic_ext)) {
echo '<div><a href="index.php?act=file&id=' . $fres['id'] . '">';
echo '<img src="thumbinal.php?file=' . (urlencode($fres['filename'])) . '" alt="' . $lng_forum['click_to_view'] . '" /></a></div>
';
} else if (empty($user_id)){
echo '<b>Bạn cần <a href="../login.php">đăng nhập</a> mới tải được file đính kèm</b>';
}else if($total_spent < $arr56['postforum']){
echo '<a href="index.php?act=file&id=' . $fres['id'] . '">' . $fres['filename'] . '</a>';
}
else echo '<b>Bạn vui lòng post đủ 3 bài viết để tải tập tin đính kèm</b>';
Xong nhé!