10-12-2014, 04:42 PM
Because some kiddys are hacking Accounts with brute force with old Databases i have written this Addon.
The .sql Table example in newproject_db_auth, in the .php mysql data connect.
Count Variable is for self edit how many accesses per minute (10 should work fine)
Instruction:
1. The Script (.php) in the core folder.
2. in the login.php see the lines
session_start();
$file = 'login';
include "config/config.php";
include "styles/style.php";
include "core/plugin.php";
include 'core/functions.php';
include 'core/classes.php';
include 'core/post_check.php';
include "core/core.php";
add this:
include 'core/anti-checker.php';
finish

2
regards DamonA

