From: Darron F. <da...@fr...> - 2002-04-15 16:23:47
|
Follow these steps: 1. Go here: http://www.google.com/apis/ - create a Google account and get a licence key. 2. Download this file and untar: <http://staff.javelindigital.com/darron/patches/apb/pear.tgz> It contains several foundational classes for PEAR - which has the SOAP client you need to get this all working. It should untar into an "includes" directory - move that into your /bookmarks/ subdirectory. 3. Add this to apb.php: // Set this if you want to use Google API search. // // You will need a Google license key - see this site: // http://www.google.com/apis/ // $APB_SETTINGS['google_key'] = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; NOTE: Put your google key in the space provided. 4. Patch search.php with this patch: <http://staff.javelindigital.com/darron/patches/apb/google-04152002.txt.gz> As long as your php include path includes /bookmarks/includes/ you should be rockin. It works just fine here: <http://bookmarks.javelindigital.com/bookmarks/> |