bug report_file bug report_file
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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}