removong IP from ecard removong IP from ecard
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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