Website and Forum Custom Search Engine

Joshua Farrell

FP's Housekeeper
Joined
Nov 9, 2009
Messages
21,131
Reaction score
2,530
FP$
56
So, I decided to set up a custom search engine. It is located at: http://search.the-news-center.com/ You can only search for items in the forums or websites that are listed below. If you want to add your forum/website to it, post the link to your website/forum here, and I will add it to the search engine when I see it.

The Current websites that are in the custom search engine are as follows:



Also, to help the usage of it, please add the following code to your forum or website. The Code is a 55 Character search bar. Basically, by having the search bar on your forum/website, and other forums/websites, will help get your forum noticed by those who have yet to notice your forum!

All you have to do is add it in a place where it will be used the most (I.E. the Header or the footer)

Code:
<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
<div class="cse-branding-bottom" style="background-color:#FFFFFF;color:#000000">
  <div class="cse-branding-form">
    <form action="http://search.the-news-center.com/" id="cse-search-box">
      <div>
        <input type="hidden" name="cx" value="partner-pub-5670846849488871:1906620880" />
        <input type="hidden" name="cof" value="FORID:9" />
        <input type="hidden" name="ie" value="UTF-8" />
        <input type="text" name="q" size="55" />
        <input type="submit" name="sa" value="Search" />
      </div>
    </form>
  </div>
  <div class="cse-branding-logo">
    <img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" />
  </div>
  <div class="cse-branding-text">
    Custom Search
  </div>
</div>
 
Back
Top Bottom