forum.coppermine-gallery.net

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

Code: [Select]
$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