picture getting code

oscarslater

Regular Member
Joined
Mar 13, 2008
Messages
401
Reaction score
154
Hi all

Here is something I use on my site to give something back to my clients (and to get them coming back to my site)

It is a simple script - one page that I save as index.php on a seperate folder of my site.

All it is is a simple template where someone can search for images in google images and flikr with one click. The images are in the medium format and this is so the quality is okay.

I used it along with an email I sent my list instructing them to save this as a bookmark so that when they were looking for nice images for their presentations or videos or blogs they would know where to come.

I was surprised how many people actually use this and it does get them onto my site. I've still to use pop-ups or peel away ads to monetise this but I might just do that.

The flikr images are usable as long as you give the creator a mention (which hardly anyone does)

Hope you find it useful

all the best

os...
 
I am also interested in this script.
Pop a link up when ya get a chance oscarslater.
I could see it being a good tool for a couple of my sites, and like you said it would keep them coming back.
 
Sorry guys I thought I had uploaded the text file

Here is the code and the file attached.

Just save it to any folder, name it index.php and your good to go.

You can obviously edit it to look better I just never did.

all the best

os...

code below the ********'s


**********************************************

<script language="JavaScript" type="text/javascript">
<!--
function loadpage(query){
window.open("http://www.flickr.com/search/?q="+query+"&z=t&l=3&s=int","_blank","resizable=yes,scrollbars=yes,toolbar=yes,location=yes,status=yes,menubar=yes");
window.open("http://images.google.com.au/images?as_q="+query+"&hl=en&output=images&svnum=10&btnG=Google+Search&as_epq=&as_oq=&as_eq=&imgsz=small%7Cmedium%7Clarge%7Cxlarge&as_filetype=&imgc=&as_sitesearch=&safe=images","_blank","resizable=yes,scrollbars=yes,toolbar=yes,location=yes,status=yes,menubar=yes");


return false;
}
-->
</script>
<form name="login" method="post" onSubmit="return loadpage(this.q.value)" action="http://www.google.com">
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><font size="7" color="#FF0000">Get great quality pictures here</font></p>
<p align="center"> </p>
<p align="center">
<input type="text" name="q" class="text" size="40" value="" />
<input type="submit" class="button" value="go get em big boy" /> </p>
<p align="center">Just enter the search criteria and click go get em!</p>
<p align="center"> </p>
<p align="center"><font color="#FF0000">Note:</font> If less than 2 windows open
your pop blocker is blocking this page from working properly.</p>

<p align="center">To rectify ...</p>
<ol>
<li>
<p align="center" style="margin-top: 0; margin-bottom: 0">Click go get em.</p>
</li>
<li>
<p align="center" style="margin-top: 0; margin-bottom: 0">Click the yellow strip at the top of this page.</p>
</li>
<li>

<p align="center" style="margin-top: 0; margin-bottom: 0">Choose always allow pop ups from this site</p>
</li>
</ol>
</form>
 

Attachments

This simple... need to find something to monetise. Thanks
 
Back
Top