IP address security don't work
-
When I vote on a post (as a guest and as member) and I delete the cookies, I can vote again on the same post.
My IP address is saved in the database, but there is no IP-security.
In the code below should the
&&be replaced by the| |and then will it work.
if ( isset($_COOKIE['dot_irecommendthis_'. $post_id]) && $voteStatusByIp != 0 ) { return $recommended; }However, I do not get it solved in the ‘active’-class. I think the bug is in the
$options['disable_unique_ip']. Do you have the solution?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘IP address security don't work’ is closed to new replies.