bug report_file bug report_file
 

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

bug report_file

Started by claude, April 12, 2006, 09:11:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

claude

Bonjour
lors de l'envoi d'un rapport, le mail reçu comporte dans le  sujet:
Un rapport de <input type="text" class="textinput" value="Guest" name="sender_name" style="width: 100%;" /> de la galerie fichier
et dans l'adresse d'envoi :
<input type="text" class="textinput" value="Guest" name="sender_name" style="width: 100%;" /> <webmaster@xxxxxx.info>
Pas trouvé pourquoi
merci de votre aide
cordialement
calude


Claude

Voyagevirtuel.info
Voyagez avant de partir

Pascal YAP

Bonjour Claude,

Je crois que personne n'a pas compris le problème ni la question !

PYAP

Tranz

Sorry to post in English here, but I came across this thread in a search. To keep up with the reported issue, check out this thread: http://forum.coppermine-gallery.net/index.php?topic=30694.0 (sorry it's in English).

Pascal YAP

Thu,
QuoteSorry to post in English here...
Don't worry... It's a pleasure to see you here Thu  :-*
QuoteTo keep up with the reported issue, check out this thread:
Thanx for this link.

PYAP

Titooy

En français, ça donne:

Ouvrir report_file.php

Trouver
        $sender_name = "<input type=\"text\" class=\"textinput\" value=\"$sender_name\" name=\"sender_name\" style=\"width: 100%;\" />";

Remplacer par
        $sender_name = get_post_var('sender_name',$USER['name'] ? $USER['name'] : '');
        $sender_name_box = "<input type=\"text\" class=\"textinput\" value=\"$sender_name\" name=\"sender_name\" style=\"width: 100%;\" />";



Trouver
{$sender_name}
Remplacer par
{$sender_name_box}