Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Legendary

Pages: [1]
1
Chit Chat / Keywords
« on: August 13, 2005, 06:29:27 AM »
Maybe this is a very stupid question to some of you, but I've been searching for a very long but couldn't find the answer to.  How to enter keywords into multiple number of images at one time instead of one by one? 

I've been entering keywords in the image one by one, and it takes forever because I usually upload more than 100 at times.  Any help would be appreciated very much...thanks...

2
Hey, I'm not sure this falls under but I'm guessing most of the trouble shooting are here.  Anyhow, I'm running 1.71 and I'm having problem with the comment system.  I don't really know when this error started since someone just told me about two days ago.

If you go to my gallery: LINK TO GALLERY

and comment on any of the images in the gallery

You'll get this error:

Code: [Select]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/idolsunl/public_html/includes/db_mysql.php on line 92

Where line 92 is this:
Code: [Select]
  function fetch_array($query_id = -1, $assoc = 0) {
    if ($query_id != -1) {
      $this->query_id = $query_id;
    }
    if ($this->query_id) {
      // BOTTOM IS THE LINE 92
      return ($assoc) ? mysql_fetch_assoc($this->query_id) : mysql_fetch_array($this->query_id);
    }
  }

Also, if you scroll down to the comment, you will see that there are two post instead of one.

Thanks for reading and any help would be appreciated..

3
Is there a way to automatically rename the image name when someone download it using the download button? 

Let me give you an example:

lets say the orginal image name is: Original_Image.jpg

what I want is:  when the user pressed the download button the file will be renamed to something else.

So it goes from Original_Image.jpg to Automatic_Rename.jpg when downloaded..

Thanks a bunch..

Pages: [1]