Thank you, maybe this could be an idea.
But why there was never any problems before the last version of Abuse Detection and/or newest Xenforo version?
I have seen now that some of the registrations have this problem, but not all.
I installed your add-on for testing on a client’s forum, and the same problem is happening there.
New registrations are shown with the message Same IP, and the IP shown is the server’s IP.
The add-on was installed without any changes.
This test on a completely different server proves that the...
There is a problem with your latest version.
The add-on is flagging many normal registrations as if they were coming from the same IP address. Even my own test registrations are being identified as having the same IP address as many others.
This IP address is the IP address of my server...
Perhaps it is due to the update, or perhaps I changed something myself. I do not know.
I have not had a single registration in a week. The usual average is more than 50 per day.
Is there any setting I should check that might be blocking new registrations?
Normally, all registrations were simply...
One of my customers had constant hiccups on a server that is not really large. While looking for possible problems, this add-on caught my attention.
I have not looked into the code yet because the function is not very important to me. However, it might be worth checking whether it could be...
I dont have the time to repeat the steps to find the problem,
but there is a problem, if you reach login/login somehow and try to login after writing a post as guest.
Maybe we never should see login/login at all?
I have a question regarding xf_forum.last_thread_prefix_id.
As far as I understand, XenForo stores the prefix of the last thread in a forum in the last_thread_prefix_id column of xf_forum.
Is it correct that XenForo does not automatically update this field if someone edits a thread and changes...
You may want to check the 1.9 again;
1. two times
$visitor = \XF::visitor();
...
$visitor = \XF::visitor();
2. You overwrite the controller instead to extend;