Results 1 to 10 of 56

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    530
    Plugin Contributions
    3

    Default Re: Missing Image Scanner [Support Thread]

    Also for those interested, the plugin will reside here once approved. You can go to the GitHub linked in my first post. Also while I haven't tested this extensively on ZenCart versions prior to 1.5.0, this SHOULD work with almost any version of ZenCart and it does not necessarily need to reside on the same directory as your ZenCart installation BUT it must reside on the same server as it.

    Zen-Cart Download Page:
    http://www.zen-cart.com/downloads.php?do=file&id=1887

  2. #2
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    530
    Plugin Contributions
    3

    Default Re: Missing Image Scanner [Support Thread]

    AN UPDATE HAS BEEN MADE. (Actually two updates have been made, I'm just rolling them out as one.)

    Code:
    v1.0.2    2014-07-24 13:50
      * Removed the choice of running the script as MySQLi or MySQL. The script 
        will now check if it can run mysqli_connect. If not, it will run 
        mysql_connect. If that fails, the script will not run. The user also
        has the option to force MySQL although this should NOT really be used. I
        will still reserve the right to remove this option at a later time once
        MySQL is removed from PHP.
      * Consolidated the location of the query that is being run by the script to
        one location. (There is no difference in SQL language between MySQL and 
        MySQLi. So having two separate queries which produced the same result table
        was a bit redundant.)
    
    
    v1.0.1    2014-07-24 12:58
      * Improved call for database_tables.php as suggested by lat9. 
        Thanks for the code suggestion.
    Also the ReadMe file has been "fixed" to be formatted as Windows/PC Readme. This shouldn't really cause an issue for *nix users.

    These changes have been posted to the GitHub and will be soon available via the ZenCart Downloads Page.

  3. #3
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    Idea or Suggestion Re: Missing Image Scanner [Support Thread]

    Dear retched,

    Hello, I am make some change of your original module. First of all thank you make for this. Real useful.

    But, you miss some security that need keep in mind, this files can running without admin login first, and it show the full path on the server,while outside can scan the web server. It will have some security risk.

    I make some change of it, and now it must place to under /admin/missing_images.php

    The second I am add the miss Menu for both ZC 1.3.9x to 1.5.x
    So the end user not need manual copy and paste the files name and running on admin page.
    Then I think can help many user. So I also post my changed version there.

    I am also uploaded my files to zen-cart.com, waiting they post for public ..

    But, if you integration my coding with it, please also add my name and e-mail on it.

    Here are what I do base on your module

    v1.0.3 2014-08-08 14:14
    * Force MUST Login to using this Module for Security Reason, since it show up the full server path.
    Copy the contents of the "admin" folder to the admin folder of your shop whatever it is called (it should have been renamed from the default "admin").
    The files are already arranged in their correct locations and there are *no* overwrites of core files!
    For example
    /admin/missing_images.php (Where replace above path to match your live shop.)
    * You'll find "Missing Images Checker" under "Tools" in the Admin, both for ZC 1.3.9x to 1.5.3
    * Add SQL Scripts to install in on the Admin Page for ZC 1.5.x Only, for easier now.
    * This make for you by explorer1979 (explorerhome##################, http://explorerhome.no-ip.org/blog)

    File here Missing Images v1_0_3.zip

    Thank you

    Best Regards,
    Jimmy Chan
    http://www.jimmychan.tk
    http://explorerhome.no-ip.org/blog
    Last edited by explorer1979; 8 Aug 2014 at 10:31 AM.

  4. #4
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    530
    Plugin Contributions
    3

    Default Re: Missing Image Scanner [Support Thread]

    Quote Originally Posted by explorer1979 View Post
    Dear retched,

    Hello, I am make some change of your original module. First of all thank you make for this. Real useful.

    But, you miss some security that need keep in mind, this files can running without admin login first, and it show the full path on the server,while outside can scan the web server. It will have some security risk.

    I make some change of it, and now it must place to under /admin/missing_images.php

    The second I am add the miss Menu for both ZC 1.3.9x to 1.5.x
    So the end user not need manual copy and paste the files name and running on admin page.
    Then I think can help many user. So I also post my changed version there.

    I am also uploaded my files to zen-cart.com, waiting they post for public ..

    But, if you integration my coding with it, please also add my name and e-mail on it.

    Here are what I do base on your module

    v1.0.3 2014-08-08 14:14
    * Force MUST Login to using this Module for Security Reason, since it show up the full server path.
    Copy the contents of the "admin" folder to the admin folder of your shop whatever it is called (it should have been renamed from the default "admin").
    The files are already arranged in their correct locations and there are *no* overwrites of core files!
    For example
    /admin/missing_images.php (Where replace above path to match your live shop.)
    * You'll find "Missing Images Checker" under "Tools" in the Admin, both for ZC 1.3.9x to 1.5.3
    * Add SQL Scripts to install in on the Admin Page for ZC 1.5.x Only, for easier now.
    * This make for you by explorer1979 (explorerhome##################, http://explorerhome.no-ip.org/blog)

    File here Missing Images v1_0_3.zip

    Thank you

    Best Regards,
    Jimmy Chan
    http://www.jimmychan.tk
    http://explorerhome.no-ip.org/blog

    Were these changes being made to a version I officially released here on ZenCart or are you referring to the "pre-release" version I posted on the GitHub? If you're talking about the one that I'm making changes to the script so it can run in the backend, please note I haven't even started to work with that yet. That coding is actually in the middle of being worked on once I have some time.

    As for the original v1.x.x, please also note that version of the script is meant to run as a standalone single file installation (meaning no integration in the backend or anything). It's generally meant to be run once, and then immediately deleted. But I will take a look at the changes suggested.
    Last edited by retched; 8 Aug 2014 at 02:12 PM.

  5. #5
    Join Date
    Jan 2014
    Location
    Michigan
    Posts
    27
    Plugin Contributions
    0

    Default Re: Missing Image Scanner [Support Thread]

    I have moved the files into the appropriate location but I am unable to get this module to show up in my tools menu. I am using ZC 1.5.3

 

 

Similar Threads

  1. v158 Image Handler 5 (for v1.5.5 - v1.5.8) Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 613
    Last Post: 6 Jun 2024, 07:03 AM
  2. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1684
    Last Post: 2 Oct 2022, 06:55 AM
  3. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 24 Aug 2020, 05:07 PM
  4. Rotating Image Slider [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 8 Jun 2018, 02:16 AM
  5. Image Titles Support Thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 155
    Last Post: 9 Sep 2014, 04:51 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR