• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Thach

New Member
Hôm Nay Aulacpda xin share mod captcha chống spam topic.
mod này khá đơn giản thôi! mục đính của nó là hạn chế việc kẻ xấu dùng tool spam topic để phá hoại forum!

Hướng dẫn:
+ Mở edit file : /forum/incfiles/nt.php
sau đó tìm
PHP:
if (!mysql_num_rows($req_r)) {
require('../incfiles/head.php');
echo functions::display_error($lng['error_wrong_data']);
require('../incfiles/end.php');
exit;
}
Thêm vào ngay bên dưới:
PHP:
$captcha = isset($_POST['captcha']) ? trim($_POST['captcha']) : NULL;
Sau đấy tìm tiếp:
PHP:
$error = array();
Thêm ngay bên dưới:
PHP:
if (!$captcha || !isset($_SESSION['code']) || mb_strlen($captcha) < 4 || $captcha != $_SESSION['code']) $error['captcha'] = $lng['error_wrong_captcha'];
unset($_SESSION['code']);
Tiếp tục tìm xuống đoạn from thêm:
PHP:
echo '<h3>Nhập mã xác nhận trong hình:</h3>' .
'<img src="http://aulacpda.com/captcha.php?r=' . rand(1000, 9999) . '" alt="' . $lng_reg['captcha'] . '" border="1"/><br />' .

'<input type="text" size="5" maxlength="5"  name="captcha" /><br />';
Quá dễ phải không nào! chúc các bạn thành công
Nguồn: Diễn Đn Việt Nam - Forum Việt
 

Facebook Comments

New posts New threads New resources

Back
Top