removong IP from ecard removong IP from ecard
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

removong IP from ecard

Started by pedped, July 29, 2005, 11:35:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pedped

could some one please tell me how do i remove the IP address from ecard?
thx

Nibbler

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.

pedped