Joshua Farrell
FP's Housekeeper
So, I decided to set up a custom search engine. 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 Link to the search page/results page is at: http://search.the-news-center.com/
Otherwise, below are a small code to use on your forum or website.
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 25 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/footer or sidebar)
The Link to the search page/results page is at: http://search.the-news-center.com/
Otherwise, below are a small code to use on your forum or website.
The Current websites that are in the custom search engine are as follows:
- Admin Forums: http://www.adminforums.org/
- CMT Sports Forum: http://www.sportstimes.proboards.com/
- Forum Promotion: index.php
- HCNET Forums: http://www.higherculture.net/
- PocketStocks.net: http://pocketstocks.net/
- Promotion Plus: http://www.promotionplus.proboards.com/index.cgi
- The Moral Liberal: http://www.themoralliberal.com
- The News Center: http://www.the-news-center.com
- The Pilantica Forums: http://pilantica.proboards.com/index.cgi
- Packmule's Pen http://packmule84.blogspot.com
- My-black-ops-zombie-tactics http://www.my-black-ops-zombie-tactics.blogspot.com/
- Gamer Broadcast: http://gamerbroadcast.com
- Random Chatter: http://randomchatter.co.cc
- Cyber Guards: http://www.cyberguards.in/
- Lifeless Forum: http://lifelessforum.net
- Kandc123: http://kandc123.proboards.com
- The Moss: http://themoss.proboards.com
- USHost247: https://www.ushost247.com/
- Survival Forum - Guide to Survival: http://survivalforum.forumotion.com/
- GeeksOpedia: http://geeksopedia.com/
- Tech Stant: http://techstant.com/
- Cincy Forums http://www.cincyforums.com
- Barutiwa http://www.barutiwa.com
- The Track List: http://www.thetracklist.net
- Off Topic: http://off-topic.co.cc
- Poliwager: http://poliwager.net
- Poliwager Forums: http://forums.poliwager.net
- SportzChat: http://www.sportzchat.com/
- Bit User: http://www.bituser.com/forum/
- The Product Forum: http://www.productforum.info/
- Ultimate Team Forum: http://trustworthyuters.forumotion.co.uk/
- Chat Addicts: http://www.chat-addicts.com/
- uBlack Hat Forum: http://www.ublackhat.com/
- Site Database: http://www.sitedatabase.info/
- Website Design and Web Development Community: http://www.iwebbuddy.com/
- Dark Gizmo: http://darkgizmo.com/
- Revillution: http://revillution.com/
- Revillution: http://revillution.net/
- Dygital Darkness: http://dygitaldarkness.forumotion.com/
- Share Your exp: http://shareyourexp.com/
- Gaming Strike: http://s4.zetaboards.com/Gaming_Strike/
- Virtual Pet List: http://www.virtualpetlist.com/
- Eternal Damnation: http://eternal-damnation.tv/
- Talk GFX: http://www.talkgfx.net/
- Stock Market Forum: http://www.market-forum.com/forum.php
- Frustrating Games: http://frustratinggames.com/
- M1 Family: http://m1family.co.cc/
- Shares Investment Info: http://sharesinvestmentinfo.info/
- Shares Info 2U: http://sharesinfo2u.com/blog1/
- Best Investment Info: http://www.best-investment-info.com/
- SpamBB: http://spambb.com/
- Zingor: http://zingor.net/
- Advertising Mania: http://advertisingmania.org/
- Webmasters Conclusion: http://webmastersconclusion.wordpress.com/
- Nintendo Folk: http://nintendofolk.com/
- Tubewood: http://www.tubewood.com/
- Just Wanna Talk: http://www.justwannatalk.net/
- The Music Goes: http://www.themusicgoes.com/
- The Fun Zone: http://funzone.flipnfeedme.com
- PC Forums: http://pcforumz.org/
- IcyBoards Forums: http://icyboards.com/
- Market Forums: http://www.marketforums.org/
- Interviewed You: http://interviewedyou.com/
Also, to help the usage of it, please add the following code to your forum or website. The Code is a 25 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/footer or sidebar)
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/" target="_blank" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="partner-pub-5670846849488871:1906620880" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="25" />
<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>








