PDA

View Full Version : Ban proxies


bubba1977
06-07-2004, 09:00 PM
I have had a search and I can find one for VB2 but not VB3

I would like something to be able to ban the use of proxies from my forums.

eoc_Jason
06-08-2004, 02:32 AM
Well, AFAIK, the system checks IPs every request, including proxies. It's probably just a matter of editing the init.php file, seach for "proxy" and you will fix the chunk of code. If it finds a proxy then redirect them to some error page... simple. ;)

bubba1977
06-09-2004, 09:43 AM
Simple if you know PHP code which I don't :)

bubba1977
07-28-2004, 05:46 AM
ok I have been patient :)

Can nobody tell me how to do this?