Fadshop.net
A website for better software and better life in Internet!
   My Blog

   MY WEB

   Chinese URLs

   Greeting Creator

   Input Tips Everyday

   Source Code
Firefox Search
Java Applet Games
Visit webpage in VC
M3U Music List Editor
Input Tips everyday
Combox in HTML
Self-made Screen Saver
Model of Neural Network
Display Chinese Characters
Mouse in Maze, a classic game in math
Serial Port Communication

Firefox Search Plugin for BT/Baidu Mp3
 
Kingsoft Ciba is a useful tool to translate English words into Chinese. Click Here to add it into your Firefox.


BT China is the biggest BitTorrent website in China. This plugin can search files in this website.Click Here to add it into your Firefox.


Demonoid is a BitTorrent website. This plugin can search files in this website.Click Here to add it into your Firefox.


--> Baidu.com is a famous search engine in China. It's music search is pretty good. Usually I use Google as my default search engine, and use Baidu Mp3 to search music files.

According the documentations in Mozilla, I made a plugin for FireFox. Click Here to add it into your Firefox.

Below is the source code of this plugin:
# Baidu MP3 search engine for Mozilla
# 
# Ben at FadShop dot net Febrary, 2005
# My blog: http://fadshop.net/blog
#
# The plugin can call the search engine in http://mp3.baidu.com
# to search mp3 music files in Internet.
# Thanks for keso(http://donews.net/keso)'s image file.


<search
 version="7.1"
 name="Baidu MP3"
 description="Baidu MP3 search plugin" 
 action="http://mp3.baidu.com/m"
 searchForm="http://mp3.baidu.com"
 queryEncoding='GB2312'
 queryCharset='GB2312'
 method="GET" >

<input name="sourceid" value="Mozilla-search"/>
<input name="word" user=""/>
<input name="f" value="ms"/>
<input name="tn" value="baidump3"/>
<input name="lm" value="-1" />
<input name="ct" value="134217728"/>

<interpret
 browserResultType="result"
 resultListStart="<ol>"
 resultListEnd="<table width=100% border=0><tr><td>"
 resultItemStart="<p class=p2>"
 resultItemEnd="<br>"
 charset='GB2312'
 >
</search>

<browser
 update="http://mycroft.mozdev.org/plugins/baidump3.src" 
 updateIcon="http://mycroft.mozdev.org/plugins/baidump3.png" 
 updateCheckDays="7" 
/>



   Contact Info
  User Support Sales Question Webmaster

Copyright 1998-2002 Fadshop.net, Inc. All rights reserved.