• [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006) 5 0 5 1
Currently:  

Author Topic: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)  (Read 391001 times)

0 Members and 2 Guests are viewing this topic.

Offline webslingers

  • Newbie
  • *
  • Posts: 38
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #150 on: February 12, 2007, 08:48:40 PM »
Thank you. Please smack me now.

rinaldos

  • Guest
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #151 on: February 13, 2007, 08:10:46 PM »
Hello

It's a wonderfull mod and it work's perfectly :-) But since i have installed the Histogramm mod and i would like to check new images i see every time the histogramm's as a new image. Is it possible to disable the PNG Datafiles from checking?

Ingo


Vielleicht ist es auf deutsch eben besser erklärt :-)

Die Modifikation funktioniert einwandfrei. Nur seitdem ich das Histogramm MOD eingespielt habe bekomme ich nun laufend auch die Histogramms als neue Bilder angezeigt. Kann man irgendwo einstellen, das der MOD keine PNG Dateien anzeigt?

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #152 on: February 13, 2007, 08:33:42 PM »
... man sollte die Histogramm-Bilder ja auch in einem gesonderten Ordner speichern lassen ...
... also nicht in den Kategorie-Ordnern ...
... aber ich glaube du bist schon fündig geworden, wo das nochmals genau erklärt wird ... ;)
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

rinaldos

  • Guest
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #153 on: February 13, 2007, 09:32:59 PM »
Das mit dem ändern des Pfades hatte ich auch gemacht, aber dann wird das Histogramm nicht mehr angezeigt :-( Daher dachte ich, wäre es vielleicht einfacher die PNG Dateien von der Suche auszuschliessen.

Dacht könnte das Pferd mal seitwärts aufzäumen :-)

LG
Ingo

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #154 on: February 14, 2007, 01:05:02 AM »
... steig mal ins andere Forum um ...  :wink:
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline bibabobu

  • Sr. Member
  • ****
  • Posts: 311
  • Technische und künstlerische Gravuren
    • View Profile
    • Technische und künstlerische Gravuren für die gesamte Metall-, Kunststoff- und Papierindustrie
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #155 on: March 20, 2007, 12:33:19 AM »
Hallo!
Verwende 4images 1.7.4
Habe die checkimages.php wie angegeben hochgeladen.
Es funktioniert alles bis auf die thumbnail_preview.
Ich bekomme nur ein Platzhalterkreuz angezeigt.
Der Pfad sollte doch stimmen oder? Oder muß hier etwas angepasst werden?

Anbei ein Auszug aus meiner checkimages.php
Code: [Select]
define('IN_CP', 1);
define('ROOT_PATH', './../');
if (isset($_GET['action']) && $_GET['action'] == "showthumb" && isset($_GET['mode']) && $_GET['mode'])
  $no_zip = 1;
require('admin_global.php');

//--------| Default Settings |-------------

$quality_default = (isset($config['auto_image_quality']) && $config['auto_image_quality']) ? $config['auto_image_quality'] : 85; //image quality
$quality_thumbs_default = $config['auto_thumbnail_quality']; //thumbnail quality
$dimension_default = $config['max_image_width']; //image dimension
$dimension_thumbs_default = $config['auto_thumbnail_dimension']; //thumbnail demension
$max_dimension_default = 600; //displayed in preview image dimension (not image resizing)
$num_newimages_default = 30; //images per circle
$big_folder_default = "big"; //name of the "big" folder where original image will be copied to, if its bigger then size set in the settings.
$big_annotate = 0; //add annotation to the "original" images in "big" folder? (0 or 1)
$backup_orig = ""; //leave empty if u dont want backup files when it needed resize or add watermark (to preserve IPTC and EXIF headers) NO TRAILING SLASH!
$filter = 1; //use a filter on filenames. Any non-standart characters will be replaced with _ or just be deleted. (0 or 1)
$thumbpreview = 1; //create temporary thumbnails for preview if no original was found. (only for none-detailed view) (0 or 1)
$thumbpreview_quality = 70; //quality for temporary thumbnails
$thumbpreview_dimensions = 50; //max dimensions for temporary thumbnails
$thumbpreview_tempdir = 'data/temp'; //directory for temporary files. Must be writable (CHMOD 777).
$rescan = 1; //rescan for new images after first portion of images added (0 or 1)
if (!$mode)
{
  $annotate_default = (isset($config['annotation_use'])) ? $config['annotation_use'] : 0; //add annotation to the images (require "Annotation MOD" by SLL)
  $big_default = 0; //save original image (0 or 1)
  $iptc_date_default = 0; //auto insert date from IPTC (0 or 1)
  $iptc_keywords_default = 0; //auto insert keyword from IPTC (0 or 1)
  $iptc_description_default = 0; //auto insert captions from IPTC (0 or 1)
  $iptc_name_default = 0; //auto insert name from IPTC (0 or 1)
  $detailed_default = 0; //detailed view (0 or 1)
  $auto_resize_default = 0; //resize images (0 or 1)
  $auto_thumbs_default = 1; //create thumbs (0 or 1)
  $subcats_default = 1; //include subcategories (0 or 1)
}

Offline shayneNZ

  • Pre-Newbie
  • Posts: 1
    • View Profile
making default URL name
« Reply #156 on: March 22, 2007, 03:58:46 AM »
Hello
I have all my large images stored on a different server because of there size.
When I check new images I would like the URL field to display the same URL by default.
I have managed to change the file so it will always be the same however I have to cut and paste the file name into the pre defined URL with every image.

This is what I have done so far:
Code: [Select]
show_input_row($lang['field_download_url'].$lang['download_url_desc'], "image_download_url_".$ii, "http://anotherserver/folder/.jpg", $textinput_size);   
I would like the name of the image to automatically be inserted before the ".jpg"

I cant quite fiqure this out, any help would be appreciated.

Thank You



Offline egyptsons

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Egypt Sons
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #157 on: March 23, 2007, 07:52:39 PM »
Thankssss  :wink: :wink:
Thanx God

Offline vladmasters

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #158 on: April 25, 2007, 08:54:21 PM »
GREAT CONTRIBUTION!  :lol: :lol: :lol: :lol: :lol:
 SEE MY GALLERY:  :arrow:http://paparazzo.4bes.net

Offline lukasino

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #159 on: May 24, 2007, 09:24:15 AM »
Please help, i have 2200 category and 35.000 images. Checkimages work only when limit is 50 when i change to 500 files checkimages.php id download by browser. In fresh isntall works in 500 and 1000 and more but i have many category. any solution?. I have to add 5000 images an d add to 50 is slow.

Offline MaveriC

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #160 on: June 21, 2007, 12:42:15 PM »
excellent mod! I was planning to work on this feature 2nite  :lol:

Offline nhat_lang0000

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #161 on: July 17, 2007, 03:53:38 PM »
i have a problem using this mod... dont know why...
i just got this error 3 days ago using version.1.7.2 now just upgraded to 1.7.4...
and still got problem with the new checknew images downloaded from here.

Check new images log 
 
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 13056 bytes) in /home2/choadaoo/public_html/lienhoa/gallery/includes/image_utils.php on line 80

 
 
when i checked, it's shown images, but when i added and it's shown this problem.

Offline webmaster73

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #162 on: August 05, 2007, 02:03:42 AM »

  • check in all categories at once
  • check in a category including its subcategories
  • auto resize
  • auto create thumbnails
  • auto insert IPTC info of name, description, keywords and date
  • if no thumbnails found, creates temp thumbnails in preview list
how can I thank you for this?

please tell me.


Offline webmaster73

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #163 on: August 05, 2007, 02:10:31 AM »
i have a problem using this mod... dont know why...
i just got this error 3 days ago using version.1.7.2 now just upgraded to 1.7.4...
and still got problem with the new checknew images downloaded from here.

Check new images log 
 
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 13056 bytes) in /home2/choadaoo/public_html/lienhoa/gallery/includes/image_utils.php on line 80

 
 
when i checked, it's shown images, but when i added and it's shown this problem.


this is not a problem with the mod but with your php settings.

ask your host to increase your memory or reduce the number of images to look for at one time.

Offline webmaster73

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #164 on: August 09, 2007, 04:12:20 PM »
strange... 

both IE7 and FireFox started yesterday hanging on this checkimages.php

In windows task manager, I can see the browser is taking 50% of cpu and about 500,000K RAM!

Is it my ram or the modded script ?