Blocking accounts was actually taken out because it caused more bugs than it was worth. I've been looking at ways to have it in the MOD again though. With how the MOD is set up now, it just tracks every user and will notify you if/when they try to register another account. It is up to you what sort of action is taken for the user at that point.Avdon wrote:In my country people use small rang of ips, so will the mod prevent every new account if it shares an IP with a previous user?
And if the mod will depend on cookie to block accounts, what is the Percentage of mistakes in my case?
MAC address tracking differs from system to system, and because of this it won't be going into this MOD. If anyone can point me to a way for PHP to track MAC addresses without needing shell commands and is compatible cross-platform, I'd be more than happy to try working with that.Avdon wrote:I still hope that you'll include Mac address checking .
Code: Select all
Fatal error: Call to a member function get_dap_config() on a non-object in /var/www/phpBB3/includes/functions.php on line 3853
Ok... If I have you right...kmklr72 wrote:That's a problem with how I have the MOD working, which will be fixed in the next version. Try running that before you do the edits and see how it works out.
Code: Select all
General Error
SQL ERROR [ postgres ]
ERROR: duplicate key value violates unique constraint "phpbb_dap_config_pkey" []
SQL
INSERT INTO phpbb_dap_config (config_name, config_value) VALUES ('require_ip_check', '0')
BACKTRACE
FILE: includes/db/postgres.php
LINE: 177
CALL: dbal->sql_error()
FILE: dap_install.php
LINE: 79
CALL: dbal_postgres->sql_query()