How would you actually program something to cloak?
volatilegx
4:27 pm on Feb 20, 2004 (gmt 0)
Most people use commercial cloaking scripts. You can check the ODP for a good list.
Other than that, you could use PHP or server side includes to get the requestor's IP address, then check it against a list of known spider IP addresses, and serve content based on that.