Advanced search  

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]

Pages: [1]   Go Down

Author Topic: [FIXED] Batch Upload (searchnew.php)  (Read 6253 times)

0 Members and 1 Guest are viewing this topic.

sengsara

  • Translator
  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 87
    • http://batamweb.net
[FIXED] Batch Upload (searchnew.php)
« on: November 06, 2003, 04:35:29 am »

Line 154 still using cpg_pictures

Code: [Select]
$sql = "SELECT *  FROM cpg_pictures WHERE filename ='$pic_fname'";
Logged
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fbatamweb.net%2F4leechers%2Fsengsaraatgmail.gif&hash=5023c7ba1bc4142435e406735fee30bc611c5a03)

DJMaze

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 831
    • Dragonfly CMS
[FIXED] Batch Upload (searchnew.php)
« Reply #1 on: November 06, 2003, 04:41:56 am »

thanks, changed in
Code: [Select]
$sql = "SELECT *  FROM ".$CONFIG['TABLE_PREFIX']."pictures WHERE filename ='$pic_fname'";
Logged
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.