![]() |
| Domain Name Sales | Domain Software | Calculate UK Domain Drop Dates | Domain Registration | NameDrive | Domain Parking | Subscribe to our Domains For Sale newsletter |
| | ||||||
| Home | Register | Rules | Membership Upgrade | Domains For Sale | Domain Name Escrow | Mark Forums Read | Domain Classified | Chat Room |
| General Board General discussions. Please check main forum categories before posting here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
![]() |
Is it possible to find all instances of an image on a website? A client has a large website with thousands of pages - an unknown amount of which contain a certain image (e.g. /images/example.jpg). The image is a blank one which they inserted when writing articles which just states "Insert Photo Here" as a reminder - as this was done a while ago they now are unsure which pages this was used on and therefore which pages need to have their images updated. It will take too long to look over all pages manually, so is there a website or tool which can scan all the pages on the server to find where these images are located? Cheers |
| |
| | #2 (permalink) |
![]() |
The easiest way would be to download the whole website onto your pc and download wingrep from wingrep.com which lets you search folders and subfolders for a string - the filename. So you'd tell it to start at the web root of the downloaded site's file structure Another way would be to write or download a simple search engine script and let it crawl the site. Then search for the filename among the pages in the index. Another way is to write a script to analyse the server logs for a period as each time the image is displayed it would be recorded in the logs and there would be a page request log entry just before the image request which would have the same ip address. But that would only yield pages which have been visited in that period. Last edited by jasman; 30-03-2010 at 10:24:21 PM. |
| |
| | #3 (permalink) |
![]() |
If the site is well indexed by Google then use the following search:- site:site.com nameofjpeg In other words, if the site is at example.com and the graphic is called filler.jpg then you would search:- site:example.com filler.jpg That will return only the pages from "example.com" (that Google knows about) which have filler.jpg on them.
__________________ Memorable Domains Ltd - Over 7,000 descriptive, generic .co.uk domains for sale Please note: All sale prices over a week old are automatically invalid. No exceptions. Thanks! |
| |
| | #4 (permalink) |
![]() |
If you have shell on the server use grep. Or if its using a CMS you may be able to use a sql command.
__________________ Fov.cc | EvoOwners.co.uk | Forget Debt | xFTP | Jaimee | Linux Book | ESE Pods | Music Quotes Affordable Server Admin - PM me! |
| |
| | #5 (permalink) | |
![]() | Quote:
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Domain Name Community | Replies | Last Post |
| Website Designing Services is available - www.infocuswebdesigning.com | sarmin sharma | Website Design | 3 | 27-06-2009 01:54:18 PM |
| Ofindo.com: the World's First Website for Finding Domain Name ... - Earthtimes | RSS | Domain Name News | 0 | 14-03-2008 09:59:03 AM |
| Ofindo.com: the World?s First Website for Finding Domain Name ... - Business Wire (pr | RSS | Domain Name News | 0 | 13-03-2008 04:59:02 PM |
| Ofindo.com: the World's First Website for Finding Domain Name ... - StreetInsider.com | RSS | Domain Name News | 0 | 13-03-2008 03:59:07 PM |
| Google Sitemaps For SEO | admin | Search Engine Optimisation | 5 | 19-11-2005 01:30:37 PM |