ZDarkness wrote:kmklr72 wrote:A new development version has been released. I haven't had time to test too much out, so I have no idea how much of it will behave. This version should NOT be installed on a live board whatsoever. If you do want to test it out, create another board either on your server or on your localhost. It does have a couple of fixes and enhancements, as well as preliminary support for proxies (haven't tested this). Any feedback that can be given too me from testers is greatly appreciated.
I will test and tell my experience soon.

------Edit------------------
I installed on a fresh phpBB install with no mods...
When I view the forum I see:
Code: Select all
Fatal error: Call to a member function get_dap_config() on a non-object in /home/forumadm/public_html/testeboard/includes/functions.php on line 3772
Line is:
Code: Select all
$dap_config = $dap->get_dap_config();
Then I use:
The this error appears:
Code: Select all
Parse error: syntax error, unexpected $end in /home/forumadm/public_html/testeboard/includes/functions.php on line 1513
I refresh the page and this disappears.
Then this error is showed:
Code: Select all
General Error
SQL ERROR [ mysql4 ]
Table 'forumadm_testeboard.phpbb_dap_config' doesn't exist [1146]
SQL
SELECT * FROM phpbb_dap_config
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/functions_dap.php
LINE: 330
CALL: dbal_mysql->sql_query()
FILE: includes/functions.php
LINE: 3773
CALL: dap->get_dap_config()
FILE: index.php
LINE: 128
CALL: page_header()
I remove the lines of code 3772 and 3773 =
Code: Select all
global $dap;
$dap_config = $dap->get_dap_config();
Refresh:
Code: Select all
Parse error: syntax error, unexpected $end in /home/forumadm/public_html/testeboard/includes/functions.php on line 1513
Refresh again and board works fine, apparently.
I run dap_install.php and it works properly, then I reput the lines 3772 and 3773 in the code.
Code: Select all
Parse error: syntax error, unexpected $end in /home/forumadm/public_html/testeboard/includes/functions.php on line 2815
Refresh the page and it works fine...
Enable post notifications:
Send post notifications when a double account is detected: Yes
I registered with 2 doble accounts and it worked well, congratullation you did it.
Enable Proxy Check:
Checks for proxies and blacklisted IP addresses: Yes
I registered with anonymouse and I see nothing happening.
Proxy Check Block:
Block users using a proxy from registering on your forum: Yes
I registered with anonymouse and I see nothing happening too.
See you,
