• 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.

Admin

Well-Known Member
Staff member
Administrator
Để ngăn chặn thành viên đăng ký quá nhiều nick trên 1 ip bạn làm như sau
Thêm đoạn code sau vào tập tin registration.php
PHP:
$ktip = mysql_result(mysql_query("SELECT COUNT(`ip`) FROM `users` WHERE `ip`='" . core::$ip . "'"), 0);

if ($ktip == 1) {
          echo '<div class="rmenu">Bạn không thể đăng ký quá 1 nick</div>'; 
require('incfiles/end.php');
exit;}
Lưu lại là xong
Chúc các bạn thành công!
Bài viết chỉ đăng duy nhất tại tuoitreit.vn, mọi sao chép phải ghi rõ nguồn và liên kết đến bài viết gốc.
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top