Fsockopen Proxy Whois 05.05.09
Hi
I need a script like:
http://www.yourserver.com/whois.php?domain=xyz.com
This script need to get whois from whois.internic.net port 43
using fsockopen trought proxy server IP.
WorkFlow:
1) Connect to proxy server (fsockopen): xxx.xxx.xxx.xxx:xxxx
2) Connect to whois (whois.internic.net:43) and query domain requested
3) Show result
The main part is the connection to the proxy and then get the whois using fsockopen.
Demo required
PS: If you know how to connect to a proxy and then make the whois request using fsockopen, you can bid too. (I’m sure will be no more than 5 source code lines).