nova.search.mrc v1

By ryu.dragonryder on Dec 17, 2006

in mirc you simply type:
.tor rocket
.tor Windows XP
.tor Sorenson Squeeze v4.2 Compression Suite Retail

the script will then auto put out lines for all 9 search sections of mininova.

the way this is set - you can place it on your mirc bot or yourself, it works on others typing .tor filename or yourself typeing .tor filename

;mininova torrent search
;by Ryu
;enjoy
;nova.search.mrc v1
on *:TEXT:.tor *:*:{
  .notice $nick [mininova]: here is your list of possible results for the 9 categories:
  .notice $nick [Anime]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=1
  .notice $nick [Books]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=2
  .notice $nick [Games]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=3
  .notice $nick [Movies]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=4
  .notice $nick [Music]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=5
  .notice $nick [Pictures]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=6
  .notice $nick [Software]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=7
  .notice $nick [TV Shows]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=8
  .notice $nick [Other]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=9
}
on *:INPUT:.tor *:*:{
  .notice $nick [mininova]: here is your list of possible results for the 9 categories:
  .notice $nick [Anime]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=1
  .notice $nick [Books]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=2
  .notice $nick [Games]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=3
  .notice $nick [Movies]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=4
  .notice $nick [Music]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=5
  .notice $nick [Pictures]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=6
  .notice $nick [Software]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=7
  .notice $nick [TV Shows]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=8
  .notice $nick [Other]: http://www.mininova.org/search/?search= $+ $replace($2-, $chr(32), +) $+ &cat=9
}

Comments

Sign in to comment.
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.