could some one please tell me how do i remove the IP address from ecard?
thx
It's this line in ecard.php
$message .= "Sent by $sender_name from IP {$_SERVER['REMOTE_ADDR']} at ".gmstrftime("%A, %B,%d,%Y %I:%M %p ", time())." [GMT]";
You can either modify that or comment it out or remove it completely.
thx man