Отправлено admin с IP - как спрятать? Отправлено admin с IP - как спрятать?
 

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

Отправлено admin с IP - как спрятать?

Started by AndreyTs, May 20, 2009, 06:20:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AndreyTs

Второй день баловался с открытками и вдруг обратил внимание, вместе с открыткой уходит и IP
"Отправлено admin с IP **.**.**.*** от Май 20, 2009 в 20:08 (время галереи) "
Как от этого избавиться, мне не очень нравится да и пользователям может это не понравиться. Хотя сами по себе открытки мне нравятся.
Тема: Igames

Makc666

Открыть файл
ecard.php

Найти и удалить строку:
$message .= sprintf($lang_ecard_php['ecards_footer'], $sender_name, $_SERVER['REMOTE_ADDR'], localised_date(-1,$comment_date_fmt));

AndreyTs