• [Plugin] Check Files on server v1.2 (2009-03-29) 5 0 5 1
Currently:  

Author Topic: [Plugin] Check Files on server v1.2 (2009-03-29)  (Read 78427 times)

0 Members and 1 Guest are viewing this topic.

Offline valbuz

  • Newbie
  • *
  • Posts: 39
    • View Profile
Re: [Plugin] Check Files on server v1.1
« Reply #15 on: October 30, 2006, 04:15:46 PM »
hi

where can i find the file?
i didn't see it as attachement...

thanks a lot
pat

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [Plugin] Check Files on server v1.1
« Reply #16 on: October 30, 2006, 04:50:11 PM »
... I updated the first post and the attachment ... ;)
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 valbuz

  • Newbie
  • *
  • Posts: 39
    • View Profile
Re: [Plugin] Check Files on server v1.1
« Reply #17 on: October 30, 2006, 08:32:06 PM »
... I updated the first post and the attachment ... ;)

Great  :!:
many thanks
pat

Offline dhamee

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [Plugin] Check Files on server v1.1
« Reply #18 on: November 29, 2006, 12:08:19 PM »
awesome work buddy

Offline dbranko

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: [Plugin] Check Files on server v1.1
« Reply #19 on: August 07, 2007, 06:50:48 PM »
Great plugin but i have problem!
Is it possible to turn off thumbnail checking!
Thanks!

Offline amboutwe

  • Pre-Newbie
  • Posts: 5
    • View Profile
    • Tim And Angi
Re: [Plugin] Check Files on server v1.1
« Reply #20 on: March 30, 2009, 01:01:21 AM »
First, I'll say thank you for this plugin. It has been a lifesaver for me. As usual, V@no has a better solution to my dilemmas than I could have dreamed up. :D

I, too, would love to have the option to check sub folders. I have a gallery over 12,000 subcategories with less than 30 main categories and over 400,000 files. It takes a long time to run check files on the entire gallery but is even worse if I run folder by folder because there is not sub folder option. It would be fantastic if I could select X category and have it check the sub folders just like the improved check new images.
--
Angi

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Plugin] Check Files on server v1.1
« Reply #21 on: March 30, 2009, 02:16:47 AM »
@dbranko
@amboutwe:

Your feature requests added in v1.2.

changes since v1.1:
Quote
- Fixed: possible problem on some servers related to incorrect ROOT_PATH
- Added: "include sub-categories" option
- Added: "check thumbnails" option
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline amboutwe

  • Pre-Newbie
  • Posts: 5
    • View Profile
    • Tim And Angi
Re: [Plugin] Check Files on server v1.1
« Reply #22 on: March 30, 2009, 02:33:13 AM »
Your feature requests added in v1.2.

Wow. I didn't expect an answer, let alone an update, this quickly. Thank you so much. You made my day!  :D
--
Angi


Offline Eagle Eye

  • Full Member
  • ***
  • Posts: 191
    • View Profile
Fixed: Re: [Plugin] Check Files on server v1.2 (2009-03-29)
« Reply #24 on: October 10, 2009, 12:56:28 PM »
@V@no

Is it possible to disable the check thumbnail where the script looks for missing thumbnails and keep the remaining features.... which line should i comment out?

Thanks  :D

ok, I guess i have solved it myself ;)

Code
Code: [Select]
if ($ok || $ok_t) {
$log .= $row['image_id'].",".$ok.",".$ok_t.",".$where.",".$where_t.";";
}
changed to
Code: [Select]
if ($ok) {
$log .= $row['image_id'].",".$ok.",".$ok_t.",".$where.",".$where_t.";";
}
« Last Edit: October 10, 2009, 02:09:15 PM by Eagle Eye »

Offline henary

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Re: [Plugin] Check Files on server v1.2 (2009-03-29)
« Reply #25 on: December 14, 2010, 10:46:13 AM »
Hello,

thank you v@no for this excellent plugin!

I've a lot of 4images sites with using big-folder and som use MOD histogram.

I'd like to have some plugin-functions to manage this files:

- check for files in $big-folder, if there files without having image-file, it would be nice to delete, but sensitive by extension (usualy i use flv as image-File and in big-dir mp4)
- check for files in $histo-folder, if there files without having image-file, it would be nice to delete

and i need also:
- delete all big-files in selected category
- delete all histogramm.files in selected category (i use "define('HISTO_PATH', ROOT_PATH.HISTO_DIR);" in global.php)

May it is possible to include the first to into files_check.php as well?

I think, the second two easier have an own plugin-file or may include in categories.php like my own modifications:


Thanks & Regards
Henry