removong IP from ecard removong IP from ecard
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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