tx.search.mrc

By ryu.dragonryder on Jan 02, 2006

just do one of the following
.torrent FILENAME
.xdcc Filename
(mainly designed for those who have socket bots to do there dirty work) but fo rthose of you WHO want to run it off yourselves - I have updated the script with on :INPUT: as well as the on :TEXT:

;torrent/xdcc search script
;by Rizzla & Ryu
;enjoy
;tx.search.mrc v1
on *:TEXT:.torrent *:#:{
  .msg # [mininova]: http://www.mininova.org/search/?search= $+ $$2-
  .msg # [torrentspy]: http://ts.searching.com/search.asp?h=&query= $+ $$2-
  .msg # [bt bot]: http://www.btbot.com/search.bt?q= $+ $$2-
  .msg # [torrentz]: http://www.torrentz.com/search_ $+ $$2-
}
on *:TEXT:.xdcc *:#:{
  .msg # [ircspy]: http://www.ircspy.com/search.asp?searchtext= $+ $replace($2-, $chr(32), +) $+ &searchtype=xdcc&db=
  .msg # [xdccspy]: http://www.mydownloader.com/search.asp?searchstring= $+ $replace($2-, $chr(32), +) $+ submit=xdcc+search
  .msg # [packetnews]: http://www.packetnews.com/search.php?type=0&kw= $+ $replace($2-, $chr(32), +)
}
;Edited For Those Of You Who Want It To Run Off Yerself!
on *:INPUT:.torrent *:#:{
  .msg # [mininova]: http://www.mininova.org/search/?search= $+ $$2-
  .msg # [torrentspy]: http://ts.searching.com/search.asp?h=&query= $+ $$2-
  .msg # [bt bot]: http://www.btbot.com/search.bt?q= $+ $$2-
  .msg # [torrentz]: http://www.torrentz.com/search_ $+ $$2-
}
on *:INPUT:.xdcc *:#:{
  .msg # [ircspy]: http://www.ircspy.com/search.asp?searchtext= $+ $replace($2-, $chr(32), +) $+ &searchtype=xdcc&db=
  .msg # [xdccspy]: http://www.mydownloader.com/search.asp?searchstring= $+ $replace($2-, $chr(32), +) $+ submit=xdcc+search
  .msg # [packetnews]: http://www.packetnews.com/search.php?type=0&kw= $+ $replace($2-, $chr(32), +)
}

Comments

Sign in to comment.
greenlanter420   -  May 21, 2007

this doesn\'t search more than one term it only includes the first term entered. say you put south park it only searches south.

 Respond  
ryu.dragonryder   -  Jan 14, 2006

there i updated teh script for oyu -- now you can RUN this off yourself -- as i would believe is what you did in the first place.

 Respond  
Kakashi_Hatake   -  Jan 03, 2006

This does not work for me.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.