Jump to content

toomy_col

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

toomy_col's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. So I worked this night on a skript to get the link of the first picture of google pictures automatic. And it works ! Here it is: <? $link = "http://images.google.at/images?hl=de&q=[b]$searchtag[/b]&btnG=Bilder-Suche&gbv=1"; $code = file_get_contents($link,'r'); ereg ("imgurl=http://www.[A-Za-z0-9-]*.[A-Za-z]*[^.]*.[A-Za-z]*", $code, $img); ereg ("http://(.*)", $img[0], $img_pic); echo $img_pic[0]; ?>
  2. hallo, i am trying to write a script which does the following thing: it should search for a special search tag in google picture (the search tags are saved in a database) than it should get the link of the first picture, google picture finds with this searchtag. than it should take the picture and resize it so a spezial size after this it should save the picture in a special directory and rename it into searchtag.jpg so my question is, is it possible to make such a script or is it completely unpossible ? i spent some time at the code of google pictures and this is what I found out: if i want to get the link of the first picture, i have to select the second link, which starts with "http://" and ends with "jpg, png, tiff or whatever". so my question is now, how can i make the following things work: - how can i get the code of the google picture site with php ? - is it possible to resize a picture with php ? - is it aso possible to transform the fileformat ? (for example every picture into .jpg or .png ?) and at the end i want to tell you, for what i want to use this: i am trying to write a skript for mediamanagement of local media (everything like: dokuments, musik, films, .... so all kind of media) and it would look nice, if there would be some thumbnails, when you search throw your media ... (and sry if my english is not the best, but my motherlanguage is german)
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.