home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / EaseSearch / Readme.txt < prev   
Encoding:
Text File  |  2004-06-05  |  1.0 KB  |  22 lines

  1.  
  2. How to set up search engine?
  3.   
  4. 1. Create a Google Account
  5. 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. 
  6. https://www.google.com/accounts/NewAccount?continue=http://api.google.com/createkey&followup=http://api.google.com/createkey
  7.     
  8. 2. Set up your search engine using your license key and your domain name
  9. Creat a "bin" sub-folder within your web folder,copy EaseSearch.dll in "bin", copy EaseSearch.aspx in your web folder. 
  10. Using your licese key and your domain name replace the following two lines in EaseSearch.aspx. 
  11.  
  12. <asp:Label id=GoogleKey runat="server" Visible="False">licence key you got from google</asp:Label>
  13. <asp:Label id=Domain runat="server" Visible="False">your domain </asp:Label>
  14.  
  15. Browse http://localhost/WebDir/EaseSearch.aspx. That's it! 
  16.  
  17. If you want to programme the google web api by yourself, Go to the website:
  18. http://www.easesoft.net
  19.  
  20. Download the C# example
  21.  
  22.