coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: pedped on July 29, 2005, 11:35:54 PM

Title: removong IP from ecard
Post by: pedped on July 29, 2005, 11:35:54 PM
could some one please tell me how do i remove the IP address from ecard?
thx
Title: Re: removong IP from ecard
Post by: Nibbler on July 29, 2005, 11:40:58 PM
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.
Title: Re: removong IP from ecard
Post by: pedped on July 29, 2005, 11:45:22 PM
thx man