Project “Image Search Script”
The scripts as we talked some days ago must have the follow functions:
– The script must search images in Google Images from a .txt list (keywords)
– The script must do the search in google images in all levels of each keywords:
Example:
If the list have the next words (keywords)
Ford
Chevy
Ferrari
The script must search the first keyword like this:
Ford (google images ll suggest)
Check images i attached you to explain this better.
1.http://imgur.com/oiJlX.jpg
2.http://imgur.com/R9axn.jpg
3.http://imgur.com/4xZ1I.jpg
The script must search in all levels of Google Images Suggestions:
When the script do the search must download each Thumbnail and related Image (Full size image)
Must rename the thumnail to “Keyword-thumbnail-uniqueID” also must do the same for each full size
image: “Keyword-picture-UniqueID”
When the script download and rename each image, must:
– Upload the images to the Server where the script is running and save to specific image folder that must be define by user in script settings:
Example : pictures/car/2010 or whatever.
The script must generate Gallery for each keyword like Picsdigger.com
The gallery of each keyword must generate Title, Keyword and Description:
Example:
<meta name=”description” content=”Ford Pictures and Images. Search Ford Pictures from a thousands Gallery Pictures” />
<meta name=”keywords” content=”ford, ford pictures, ford images, ford photos, royalty free stock, ford car, ford 2010″ />
Something like this:
Also the URL of the Main keyword must have the follow syntax or Permalink:
http://www.domain.com/ford/pictures/id/
Also for each image (full size image) the script must generate HTML with Title, Description and Keywords like:
<meta name=”description” content=”Ford Mustang GT 2010 Picture. Ford Mustang GT 2010 Gallery.” />
<meta name=”keywords” content=”ford mustang gt 2010, ford mustang, gt, 2010, ford 2010″ />
something like this…
Also in each Full Size image HTML must be the complete Keyword Gallery with pagination. Like Google Images do:
With related keywords, related searches, each image with each dimensions, extension.
related keywords can take example from Picsdigger do: http://picsdigger.com/image/5ebd049a/
related keywords must be the keywords from google suggestion levels.
Example: http://imgur.com/o9SSa.jpg
Left side bar must have the main keywords, not all, maybe like 20 (this must be setup in script settings)
All the HTML gallery must be in CSS compatible with Firefox and IE. Must have template edit for easy update of the theme of the script. Default theme
must be simple, clean and professional.
Each gallery must have random images from other keywords…
Every time the script do the search in cron mode must have the next functions:
– The script must have settings delay for each search, download, upload and image gallery generate.
– The search of each keyword must do in random.
– The script must be smart to seach same keywords dont duplicate images and get more images from this keyword.
– The script must store each download image name and compare, if the new image name is same as previews images, must download next image.
– The script must detect 404 errors, 505, 403, and all images that have some kind of hotlink. Like photobucket or sites like imageshack.us.
– The script cant upload any image with hotlink text.
– The script need be made in SEO mode to get tracked from google bots and google image bot easily and must generate sitemap everytime is updated.
– The script must have search field to search keywords in the gallerys. Hope have sugestion.
– The script in each gallery keyword must generate random links from Google blog search related to the keyword: This links number must be setup in script settings:
The links must be the URL Title with the link to the blog or site. This is for generate real information to the user.
– The script in each keyword also must generate Random Video Gallery from youtube hope with description.
– The script must be run in cron mode and all the time must need updating images, download and upload, generate gallery or adding to exsiting gallery.
THIS IS FOR NOW – IF I HAVE MORE FUNCTION TO ADD I LL TELL YOU.
The script must be made to simple use – but powerfull – in php – and no much overload the server where is running.
Thanks!
