Re: Prevent downloading of pics - transparent gif overlay Re: Prevent downloading of pics - transparent gif overlay
 

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

Re: Prevent downloading of pics - transparent gif overlay

Started by an-aatje, October 27, 2010, 03:21:06 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

an-aatje

Can someone please help me?
All of sudden (while I haven't been on my gallery for weeks and didn't change anything lately!) I get this error message:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /mnt/web7/11/72/51778272/htdocs/evenementen/include/themes.inc.php on line 1008

I checked the file on that line, but all it says is:
<table>
      <tr>
            <td>
          <div id="content">
              <?php     echo  '<a href="javascript: window.close()"><img src="'
                
htmlspecialchars($imagedata['path']).'"'
                
$imagedata['geometry']
                . 
'alt="'
                
htmlspecialchars($imagedata['name'])
                . 
'" title="'
                
htmlspecialchars($imagedata['name'])
                . 
"\n" $lang_fullsize_popup['click_to_close']
                . 
'" /></a><br />' ."\n";
               
?>

          </div>
        </td>
      </tr>
    </table>

I got this from the file that was on my server and I would say there's nothing wrong with it...
I didn't change anything, so I don't get where this is coming from.

Can someone help me out?

an-aatje


Nibbler

You need to update your gallery. Doing so will fix this issue as a consequence.

an-aatje