i need a php script that will attempt to connect to port 8080(proxy) on the connecting host to that particular script. my aim is to stop people using proxys to cause havoc on my fourm.
Printable View
i need a php script that will attempt to connect to port 8080(proxy) on the connecting host to that particular script. my aim is to stop people using proxys to cause havoc on my fourm.
that won't stop anybody. once you run the php script it is done. it won't stay connected to that port. and 8080 is not just a proxy port, it is an internet port. proxy can go to all 65000 ports, I believe.
im talking about a specific range of proxies, i managed to get their list of ports, so i can block people from using those proxies. and yes it will stop most people, unless they have their own proxy, and can change the port the server is on at will.