Quote Originally Posted by explorer1979 View Post
Graniteman22

If your shop /admin is rename to something like that /admin123, then below is what you do

Copy
/zc_1.5.x/admin/missing_images.php
to
/admin123/missing_images.php

Copy
/zc_1.5.x/admin/includes/extra_datafiles/missing_images.php
to
/admin123/includes/extra_datafiles/missing_images.php

Then on Admin Back End, go Tools --> Install SQL Patches
PHP Code:
INSERT INTO admin_pages (page_keylanguage_keymain_pagepage_paramsmenu_keydisplay_on_menusort_orderVALUES ('missingImagesChecker''BOX_TOOLS_MISSINGIMAGESCHECKER''FILENAME_MISSINGIMAGESCHECKER''''tools''Y'50); 
Then reload your admin page, then you will see the new Menu Under Tools --> Missing Images Checker

Hope this help.

Thank you

Best Regards,
Jimmy Chan
http://www.jimmychan.tk
http://explorerhome.no-ip.org/blog
Ya...I tried that several times and it still doesn't show up in the admin. Your directions seem simple enough, but something is off. I have installed several plugins and this one seems to be the most difficult while also being the most simple. Have you tested it on 1.5.3?