home *** CD-ROM | disk | FTP | other *** search
Wrap
How to set up search engine? 1. Create a Google Account To set up your own search engine, you must create a Google Account and obtain a license key. Your Google Account and license key entitle you to 1,000 automated queries per day. https://www.google.com/accounts/NewAccount?continue=http://api.google.com/createkey&followup=http://api.google.com/createkey 2. Set up your search engine using your license key and your domain name Creat a "bin" sub-folder within your web folder,copy EaseSearch.dll in "bin", copy EaseSearch.aspx in your web folder. Using your licese key and your domain name replace the following two lines in EaseSearch.aspx. <asp:Label id=GoogleKey runat="server" Visible="False">licence key you got from google</asp:Label> <asp:Label id=Domain runat="server" Visible="False">your domain </asp:Label> Browse http://localhost/WebDir/EaseSearch.aspx. That's it! If you want to programme the google web api by yourself, Go to the website: http://www.easesoft.net Download the C# example