Sheldon
Well-known member
We need an add-on that can spam proxy registrations!
http://xenforo.com/community/resources/prevent-guests-users-from-using-proxies-at-your-forum.44/
We need an add-on that can spam proxy registrations!
Nice but no cigar, That would block half my membership from surfing at work.
Nice but no cigar, That would block half my membership from surfing at work.
vb does the same thing and has been for at least a couple years now (I've been using the spam feature for quite a while on my own vb board)...2-3 clicks and all the spam from a spammer is completely gone, just as it is in XF's feature.Thats what so great about XF.. With other forum software you need a mighty "BAN HAMMER" On XF all we need is a digit.
ehh, i was just trying to be witty. I cant say i have much experience with other forum software since XF launched a cpl years ago. I have a few licenses stacked up in the corner but i havent used them in agesvb does the same thing and has been for at least a couple years now (I've been using the spam feature for quite a while on my own vb board)...2-3 clicks and all the spam from a spammer is completely gone, just as it is in XF's feature.
ehh, i was just trying to be witty. I cant say i have much experience with other forum software since XF launched a cpl years ago. I have a few licenses stacked up in the corner but i havent used them in ages
<with a surprised expression and tone> node ... way ... Shelley , that's a solid joke forum to think aboutI have an unused license that I haven't used in pages << see what i did there? xf? pages? xf has page creation feature?
There is such an add-on to prevent most proxies from registeringWe need an add-on that can spam proxy registrations!
# No proxies
RewriteCond %{HTTP:VIA} !^$ [OR]
RewriteCond %{HTTP:FORWARDED} !^$ [OR]
RewriteCond %{HTTP:USERAGENT_VIA} !^$ [OR]
RewriteCond %{HTTP:X_FORWARDED_FOR} !^$ [OR]
RewriteCond %{HTTP:PROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:XPROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR]
RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$
RewriteRule .* - [F]
This will prevent most proxies from even seeing your site. The down side is it can block valid vistors too (company or college proxies for example)
If you can accept that risk .... Here you go...
PHP:# No proxies RewriteCond %{HTTP:VIA} !^$ [OR] RewriteCond %{HTTP:FORWARDED} !^$ [OR] RewriteCond %{HTTP:USERAGENT_VIA} !^$ [OR] RewriteCond %{HTTP:X_FORWARDED_FOR} !^$ [OR] RewriteCond %{HTTP:PROXY_CONNECTION} !^$ [OR] RewriteCond %{HTTP:XPROXY_CONNECTION} !^$ [OR] RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR] RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$ RewriteRule .* - [F]
The add-on is the safer bet.
The htacess is the side of the extreme. The choice is of course yours.....
Google, no problem at all.Would this have any impact on google bots being able to visit the site?
they should disable the registration until they resolve this miss
they can purchase the software, the forum is disable temporally.And what about people who are truly registering to purchase the software?
they can purchase the software, the forum is disable temporally.
Amen.I just feel sorry for whatever pathetic individual keeps doing it. Especially as it takes us the best part of 2 seconds to remove all his hard work. Must be a pretty sad existance to want to take all that time to post what he does.
We use essential cookies to make this site work, and optional cookies to enhance your experience.