Brent W Well-known member Aug 7, 2012 #1 Simple: Same database server Spammer joins one xenForo forum you have the ability to ban their ip across all other xenForo servers located on the same database server
Simple: Same database server Spammer joins one xenForo forum you have the ability to ban their ip across all other xenForo servers located on the same database server
digitalpoint Well-known member Aug 8, 2012 #2 Assuming you have a VPS or your own server (obviously that's key), seems like an even better reason (than all the other good ones) to just block at the server level instead of the application level. Code: /sbin/route add -host 11.22.33.44 reject
Assuming you have a VPS or your own server (obviously that's key), seems like an even better reason (than all the other good ones) to just block at the server level instead of the application level. Code: /sbin/route add -host 11.22.33.44 reject