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: Nibbler's Random Photo Avatar based on owner  (Read 2868 times)

0 Members and 1 Guest are viewing this topic.

Carver

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Nibbler's Random Photo Avatar based on owner
« on: February 15, 2005, 07:16:54 pm »

Nibbler, was kind enough to share his random image script with me that he uses to create his avatar on this site. It works great so good in fact that everyone on my site seems to want to be able to do the same thing and use a random thumbnail from their gallery for their avatar.

I am php challenged and while I understand what I need to do I am not able to get it spelled out in working code.

This is the basic query that is ran now
Code: [Select]
$result = mysql_query("SELECT filename,filepath from cpg132_pictures WHERE
approved='YES' AND aid <> 111 and owner_name='Carver'ORDER BY RAND() DESC LIMIT 1");
$row = mysql_fetch_array($result);

What would be needed to have this recognize the user and load only the thumbnails he/she owns with out having to use the where clause " owner_name='Carver'" but based on the member's id

Hope I am explaining this so you can follow along...

Thanks
« Last Edit: February 15, 2005, 08:53:14 pm by Carver »
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 20 queries.