PDA

View Full Version : Google Search Script


Banki
02-23-2009, 04:24 AM
Google Search Script
Included the logo PSD's!

http://www.ezshare123.com/imgfiles/227611screen1.gifhttp://www.ezshare123.com/imgfiles/85649screen2.gif

This is a Google search script that I found and cleaned up. I took out all the junk and optimized the code. I also created a central config file so you guys can easy add your variables without having to edit all the files as I did. None of the pages are encrypted, so feel free to modify to your specs. I spent all morning on this, so please appreciate it ;)

Here's the config file to show you how easy it is to customize the script:
<?php

//Google API key (http://www.google.com/apis/) It's Free!
$yourGoogleKey = "J3PHCt9QFHIn2uj+SqdWy7uw8ZKRhphr";

//Your Domain
$yourDomain = "FileRack.net";
//Your Website URL
$yourWebsiteURL = "http://www.filerack.net/demos/google_demo/";
//Page Title
$searchTitle = "Google Clone";
//Google Publisher ID
$googlePub = "pub-7493036480647987";

//Link URL
$link1 = "#";
//Link Text (above search form)
$link1text = "Community";
//Link URL
$link2 = "#";
//Link Text (above search form)
$link2text = "Topsites";
//Link URL
$link3 = "#";
//Link Text (above search form)
$link3text = "Theater";

?>

Demo:
http://www.filerack.net/demos/google_demo/

Download:
http://rapidshare.com/files/108215864/googleClone.rar

RAR Password:
warez-bb.org

Enjoy, and please say thanks!