블로그나 웹페이지, 혹은 브라우저에 토런트 검색기를 달아보세요^^*

반응형

다음은 구글CSE로 만든 토렌트 검색기 "토렌트헌터"의 주소입니다.


http://torrent.goohwan.net


일단 링크를 따라가신 뒤 검색을 해보세요. 검색결과가 맘에 드신다면 다음과 같은 코드와 검색엔진 추가를 통해 보다 편하게 이용가능하십니다.


1. 블로그나 웹페이지에 토렌터헌터 검색기 설치하기


<script>

function clearText(thefield){
if(thefield.defaultValue==thefield.value)
thefield.value=""
}
</script>
<center><form action="http://torrent.goohwan.net/">
<input type="text" name="q" value="토런트 검색" onFocus="clearText(this)" size="25"/>
</form></center>


2. 브라우저 또는 토런트클라이언트에 검색엔진으로 추가하기

 아래 그림의 형광펜 표시처럼 http://torrent.goohwan.net/?q=%s를 통해 구글크롬, iexplorer, utorrent 등에 검색엔진 등록을 할 수 있습니다.

(이중 %S가 검색어에 해당되는 변수입니다.)



반응형