
Google.com Clone Script | Size 151 Kb
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.
Demo
Here's the config file to show you how easy it is to customize the script:
//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";
?>
Download


Post a Comment