Transparent Terrain

Hi,
Is there anybody who knows how to create a transparent terrain which can show the shadows? I could generate a transparent terrain using the shader in Wiki but it not receive the shadows!
Thank you in advance

If i understand correctly you need a shader that makes a object invisible (in this case the terrain) which will still receive a shadow.
Google is your friend, but i have used a shader from the wiki before that did that perfectly!
http://wiki.unity3d.com/index.php?title=TransparentShadowReceiver

GoodLuck!