Skip to content

Instantly share code, notes, and snippets.

@rickdog
Last active June 11, 2020 11:27
Show Gist options
  • Save rickdog/ee7018fb5dd8aa3513ad9ad1d6896dc2 to your computer and use it in GitHub Desktop.
Save rickdog/ee7018fb5dd8aa3513ad9ad1d6896dc2 to your computer and use it in GitHub Desktop.
warez search
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<style>
button {
margin: 2px;
padding: 2px;
border: solid thin;
}
input{
border: solid thin;
}
</style>
</head>
<body>
<h1>Search for your favorite artist on these 500+ forums, trackers and blogs</h1>
<div id="warezDiv"></div>
<script>// <![CDATA[
var args = "";
if (document.location.search)
args = document.location.search.split("?")[1].split("&");
var tit = "";
var name = "";
for (var i=0; i<args.length; i++) {
var val = args[i].split("=");
if (val[0] == "title")
tit = val[1];
else if (val[0] == "artist")
name = val[1];
}
var whereAppend = $("#warezDiv");
function addButton(name, url)
{
if (name == null) {
whereAppend.append($('<br><span style="font-size:10px;padding: 0 5px 0 0;">' + url + ':</div>'));
}
else {
var btn = $('<button title="' + url + '">' + name + '</button>').click(function () {
window.open(url, '_blank');
});
whereAppend.append(btn);
}
}
function addLb(lb, name, url)
{
var o = $("<option title='" + url + "'>" + name + "</option>");
$(o).click(function() {
window.open(url, '_blank');
});
lb.append(o);
}
makeControls();
function makeControls()
{
var lbWarez = $("<select id='lbWarez'>");
var lbTorrent = $("<select id='lbTorrent'>");
var lbSearch = $("<select id='lbSearch'>");
var lbSingles = $("<select id='lbSingles'>");
var input = $("<input id='inpName' placeholder='enter name, press enter'>");
whereAppend.append("Search for: ");
whereAppend.append(input);
whereAppend.append("<br/>");
input.width = "200px";
input.val(name);
input.change(function() {
name = this.value;
whereAppend.html("");
makeControls();
});
// general search
addButton('Google', 'https://google.com?q="' + tit + '" "' + name + '"');
addButton('Google blogspot', 'https://google.com?q=site%3Ablogspot.com+"' + tit + '" "' + name + '"');
addButton('Google Image', 'https://www.google.com/searchbyimage?image_url=' + (($('.coverart_img') && $('.coverart_img')[0]) ? $('.coverart_img')[0].src : ""));
addButton('yandex Image', 'https://www.yandex.com/images/search?rpt=imageview&img_url=' + (($('.coverart_img') && $('.coverart_img')[0]) ? $('.coverart_img')[0].src : ""));
addButton('tineye', ' http://tineye.com/search?url=' + (($('.coverart_img') && $('.coverart_img')[0]) ? $('.coverart_img')[0].src : ""));
addButton('duckDuckGo', 'https://duckduckgo.com/?ia=audio&q="' + tit + '" "' + name + '"');
addButton('yandex', 'https://www.yandex.com/search/?text="' + tit + '" "' + name + '"');
addButton('4archive.org name', 'https://cse.google.com/cse/publicurl?cx=017289221794755012486:unlt0f39uxg&q="' + name + '"');
addButton('4archive.org title', 'https://cse.google.com/cse/publicurl?cx=017289221794755012486:unlt0f39uxg&q="' + tit + '"');
addButton('boardreader', 'http://boardreader.com/s/%22' + tit + '%22.html?p=50&d=1435276800&extended_search=1&q2=' + name);
// play
addButton(null, "play/buy");
addButton('Spotify artist', 'https://play.spotify.com/search/' + name);
addButton('Spotify title', 'https://play.spotify.com/search/' + tit);
addButton('Soundcloud', 'https://soundcloud.com/search?q=' + name);
addButton('bandcamp', 'http://bandcamp.com/search?q=' + name);
addButton('mail.ru/music', 'https://my.mail.ru/music/search/' + name + ' ' + tit);
addButton('nigma.ru', 'http://nigma.ru/?t=music&s=' + name);
addButton('youtube', 'https://www.youtube.com/results?search_query=' + name);
addButton('vk-muz.ru', 'http://vk-muz.ru/search/' + name + '/');
addButton('vk-music.ru', 'http://vk-music.ru/?q=' + name);
addButton('playvk', 'http://playvk.com/music/?q=' + name);
addButton('last.fm', 'http://www.last.fm/music/' + name);
addButton('freelook.info', 'http://freelook.info/?type=audio&l=us&input=' + name);
addButton('cdBaby', 'http://www.cdbaby.com/?q=' + name);
addButton('cduniverse', 'http://www.cduniverse.com/sresult.asp?HT_Search=ARTIST&HT_Search_Info=' + name);
addButton('7digital', 'https://www.7digital.com/search?q=' + name);
addButton('artistxite', 'https://artistxite.co.uk/search?term=' + name);
addButton('hmvdigital', 'https://www.hmvdigital.com/search?q=' + name);
addButton('googlePlay', 'https://play.google.com/store/search?c=music&q=' + name);
addButton('iheartRadio', 'http://www.iheart.com/?search=' + name);
addButton('itunes', 'https://fnd.io/#/us/search?mediaType=all&term=' + name);
addButton('ololo', 'http://ololo.fm/search/' + name);
addButton('myzuka', 'https://myzuka.org/Search?SearchText=' + name);
addButton('onetwo.tv', 'http://onetwo.tv/artists/' + name);
addButton('hounk', 'http://hounk.com/?s=' + name);
addButton('musstream', 'http://musstream.com/index.php?do=search&subaction=search&full_search=1&titleonly=3&story=' + name);
addButton(null, "database");
addButton('MBrainz', 'http://musicbrainz.org/search?type=release&query=' + tit + ' ' + name);
addButton('Discogs', 'http://www.discogs.com/search/?type=all&q=' + tit + ' ' + name);
addButton('AllMusic', 'http://www.allmusic.com/search/all/"' + name + '" "' + tit + '"');
// etc & info
addButton(null, "etc");
addButton('chewbone', 'http://richardshide.com?"' + name + '" "' + tit + '"&type=+');
addButton('Ranker', 'http://www.ranker.com/app/search.htm?q=' + tit + ' ' + name);
addButton('viewMe', 'http://www.viewme.com/search?q=' + name + ' ' + tit);
addButton('Inoreader', 'http://www.inoreader.com/search/"' + tit + '" AND "' + name + '"/public');
addButton('Feedly', 'http://feedly.com/i/search/' + name + '/all/newest/any/-/topic/global.popular');
addButton('echonest', 'http://developer.echonest.com/api/v4/artist/reviews?format=json&api_key=FEQK8YEAC4WDXAWSP&results=100&name=' + name);
addButton('ddlsearch.free.fr', 'http://ddlsearch.free.fr/ddl.php#' + name + '<-- your search term');
addButton('searchshared', 'http://www.searchshared.com#' + name + '<-- your search term');
addButton('usenet-crawler', 'https://www.usenet-crawler.com/search?index=3&t=3000&val=' + tit + ' ' + name);
addButton('newslord', 'http://www.newslord.com/index.php?q=' + tit + ' ' + name);
addButton('findnzb', 'http://findnzb.net/?q=' + name);
addButton('nzbfriends', 'http://nzbfriends.com/?q=' + name);
addButton('nzbking', 'http://nzbking.com/search/?q=' + name);
addButton('nzbindex', 'http://nzbindex.nl/search/?q=' + name);
addButton('nzbclub', 'http://www.nzbclub.com/search.aspx?q=' + name);
addButton('ghost-of-usenet.org', 'http://www.ghost-of-usenet.org/index.php/Search/#' + name + " <-- must search manually");
addButton('binsearch', 'https://www.binsearch.info/?q=' + name);
addButton('nzbstars', 'http://nzbstars.com/?search[tree]=cat1&sortdir=ASC&sortby=&search[value][]=Title:=:DEF:' + name);
addButton('usenet4ever.info', 'http://usenet4ever.info/vb4/search.php?titleonly=1&forumchoice[]=60&childforums=1&replyless=0&dosearch=Search&securitytoken=1473315787-b5c59f607ac1b987df20d17dd51906a04f98ffcb&searchfromtype=vBForum"%"3APost&do=process&contenttypeid=1&query=' + name);
// warez forums and blogs
addButton(null, "warez");
addLb(lbWarez, '0daymusic', 'https://www.0daymusic.org/rasti.php?ka_rasti=' + name);
addLb(lbWarez, '0dayrox2.blogspot.com', 'http://0dayrox2.blogspot.com/search?q=' + name);
addLb(lbWarez, '1loadin', 'http://www.1load.in/index.php?Suche=' + name);
addLb(lbWarez, '1load.sx', 'http://www.1load.in/index.php?s=' + name);
addLb(lbWarez, '14dlera.in', 'http://14dlera.in/?do=search&subaction=search&submit=Search&story=' + name);
addLb(lbWarez, '100-mp3.ru', 'http://100-mp3.ru/google_search.html?cx=partner-pub-0644545758255659%3Awjkqqrvwhx9&cof=FORID%3A10&q=' + name);
addLb(lbWarez, '2013zone', 'http://www.2013zone.com/index.php?do=search&subaction=search&search_start=1&full_search=0&result_from=1&result_num=15&story=' + name);
addLb(lbWarez, '24bit.me', 'http://24bit.me/?s=' + name);
addLb(lbWarez, '2ddl.online', 'http://2ddl.online/?s=' + name);
addLb(lbWarez, '2olega.ru', 'http://2olega.ru/search/?q=' + name);
addLb(lbWarez, '3dl.bz', 'http://3dl.bz/?Suche=' + name);
addLb(lbWarez, '320k.in', 'http://320k.in/index.php?str=' + name);
addLb(lbWarez, '4shared', 'http://search.4shared.com/q/CCAD/1/' + name);
addLb(lbWarez, '4wa.xyz', 'http://www.4wa.xyz/search.php?q=' + name);
addLb(lbWarez, '8musicplus.in', 'http://8musicplus.in/?s=m' + name);
addLb(lbWarez, '9down', 'http://www.9down.club/search.php?q=' + name);
addLb(lbWarez, 'adamsFile', 'http://www.adamsfile.com/index.php?s_string=' + name);
addLb(lbWarez, 'adowns.net', 'http://adowns.net/index.php?do=search&subaction=search&full_search=1&titleonly=3&catlist[]=9&story=' + name);
addLb(lbWarez, 'afteryou.me', 'http://www.afteryou.me/search.php?q=' + name);
addLb(lbWarez, 'agrmusic', 'http://www.agrmusic.org/search/?q=' + name);
addLb(lbWarez, 'albadefilippis', 'http://albadefilippis.com/index.php?do=search&subaction=search&titleonly=3&catlist[]=10&story=' + name);
addLb(lbWarez, 'album-music', 'http://www.album-music.ru/index.php?do=search&subaction=search&result_num=100&story=' + name);
addLb(lbWarez, 'albumcrush', 'http://albumcrush.com/?s=' + name);
addLb(lbWarez, 'albumdl.xyz', 'http://albumdl.xyz/?s=' + name);
addLb(lbWarez, 'albumkings.xyz', 'https://www.albumkings.xyz/search?q=' + name);
addLb(lbWarez, 'albumlust', 'http://www.albumlust.com/search?q=' + name);
addLb(lbWarez, 'albummusic.net', 'http://albummusic.net/search/?cx=partner-pub-2547580494028569%3A4572509033&cof=FORID%3A10&ie=UTF-8&q=' + name);
addLb(lbWarez, 'albumstreams', 'http://albumstreams.com/q?q=' + name);
addLb(lbWarez, 'alexispaigemorgan', 'http://alexispaigemorgan.com/search.php?titleonly=1&dosearch=Search+Now&do=process&query=' + name);
addLb(lbWarez, 'aliked', 'http://aliked.com/?s=' + name);
addLb(lbWarez, 'alivegfx', 'http://www.alivegfx.net/index.php?do=search&subaction=search&search_start=1&full_search=1&catlist[]=30&story=' + name);
addLb(lbWarez, 'all-hotmusic', 'http://all-hotmusic.com/index.php?s=' + name);
addLb(lbWarez, 'alllossless', 'http://www.alllossless.com/?s=' + name);
addLb(lbWarez, 'allrussian.info', 'http://www.allrussian.info/index.php?form=Search&types[]=post&boardIDs[]=*&q=' + name);
addLb(lbWarez, 'allsoftmac', 'http://ww.allsoftmac.com/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'alt-files.ru', 'http://alt-files.ru/search/?q=' + name);
addLb(lbWarez, 'alt-land.info', 'http://alt-land.info/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'alter-side', 'http://alter-side.net/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'alterportal.ru', 'http://alterportal.ru/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'altworld.ru', 'http://altworld.ru/dir/?query=' + name + '# <-- must search manually');
addLb(lbWarez, 'amaderforum', 'http://amaderforum.com/search.php?do=process&titleonly=1&exactname=1&forumchoice[]=21&childforums=1&dosearch=Search+Now&query=' + name);
addLb(lbWarez, 'americawarez', 'https://cse.google.com/cse?cx=000830113482109183596%3Adblo28emff4&ie=ISO-8859-1&sa=Search#gsc.tab=0&gsc.q=' + name + '&q=' + name);
addLb(lbWarez, 'anarcho-punk.net', 'http://www.anarcho-punk.net/search.php?sf=all&sr=posts&keywords=' + name);
addLb(lbWarez, 'apm333-2.com', 'http://apm333-2.com/torrents/?ihq=' + name);
addLb(lbWarez, 'antosoft', 'http://antosoft.net/index.php?do=search&subaction=search&catlist[]=5&story=' + name);
addLb(lbWarez, 'anydown', 'http://www.anydown.info/music/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'atomload.to', 'http://atomload.to/?t=1&q=' + name);
addLb(lbWarez, 'audio-book.pw', 'http://www.audio-book.pw/index.php?do=search&subaction=search&titleonly=3&catlist[]=5&story=' + name);
addLb(lbWarez, 'audiocastle', 'http://www.audiocastle2.net/search?q=' + name);
addLb(lbWarez, 'aw-jazz.blogspot.com', 'http://aw-jazz.blogspot.com/search?q=' + name);
addLb(lbWarez, 'Avax', 'http://avxsearch.in/?c=2&q=' + name);
addLb(lbWarez, 'avaxhomesos', 'http://www.avaxhomesos.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'avaxhome.top', 'http://avaxhome.top/?s=zappa' + name);
addLb(lbWarez, 'az-warez', 'http://az-warez.com/search.php?titleonly=0&securitytoken=guest&do=process&query=' + name);
addLb(lbWarez, 'babada.ru', 'http://babada.ru/index.php?do=search&subaction=search&titleonly=3&catlist%22%%225B%22%%225D=2&story=' + name);
addLb(lbWarez, 'bajui', 'http://www.bajui.com/descargas/busqueda/' + name);
addLb(lbWarez, 'batzbatz', 'http://batzbatz.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'bedavatorrent', 'http://www.bedavatorrent.com/search.php?securitytoken=guest&do=process&query=' + name);
addLb(lbWarez, 'besplatno.skachat24.ru', 'http://besplatno.skachat24.ru/index.php?do=search&subaction=search&full_search=1&result_from=1&titleonly=3&catlist[]=2&story=' + name);
addLb(lbWarez, 'betterallfrees', 'http://www.betterallfrees.com/musics/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'bigfiledownload.pw', 'http://www.bigfiledownload.pw/index.php?do=search&subaction=search&full_search=1&titleonly=3&sortby=date&catlist[]=7&story=' + name);
addLb(lbWarez, 'bitmuzic', 'http://bitmuzic.com/search/' + name.replace(/%20/g, "+"));
addLb(lbWarez, 'bitnova.info', 'http://bitnova.info/search?cid=25&q=' + name);
addLb(lbWarez, 'bloodsuckerz', 'http://www.board.bloodsuckerz.net/search.php?securitytoken=1465607144-ff8d0f0309140611d2e856eca1518ff818014dc8&do=process&titleonly=1&&forumchoice[]=0&childforums=1&query=' + name);
addLb(lbWarez, 'blues.at.ua', 'http://blues.at.ua/search/?q=' + name);
addLb(lbWarez, 'board.320k.in', 'http://board.320k.in/index.php?surf=search&str=' + name);
addLb(lbWarez, 'boerse.sx', 'http://www.boerse.sx/search.php?do=process&quicksearch=1&titleonly=1&childforums=1&securitytoken=1465606032-bd260e3d8ca3f962c09301984455bd1cc4b86e61&forumchoice[]=25&query=' + name);
addLb(lbWarez, 'bookliblist', 'http://bookliblist.com/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'btarena', 'http://forum.btarena.org/search.php?fid[]=5&sf=titleonly&keywords=' + name);
addLb(lbWarez, 'bugabu.ru', 'http://bugabu.ru/index.php?do=search&subaction=search&full_search=1&titleonly=3&sortby=date&catlist[]=73&story=' + name);
addLb(lbWarez, 'bunalti', 'http://www.bunalti.com/?s=' + name);
addLb(lbWarez, 'byDuck', 'http://www.byduck.com/?s="' + name + '"');
addLb(lbWarez, 'byte.to', 'http://byte.to/?q="' + name);
addLb(lbWarez, 'canna.to', 'http://uu.canna.to/links.php?add_chart=0&s_select=&action=suche&s_val=s_val&s_kat_id=5&s_format=---&s_filename=1&s_sort=filename+asc&cj1=1&s_submit=Submit&s_string=' + name);
addLb(lbWarez, 'cdbox', 'http://cdbox.me/?s=' + name);
addLb(lbWarez, 'chaoticshares', 'http://chaoticshares.com/?s=' + name);
addLb(lbWarez, 'chipgfx', 'http://www.chipgfx.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'chomikuj', 'http://chomikuj.pl/action/SearchFiles/?IsGallery=False&FileType=archive&FileName=' + name);
addLb(lbWarez, 'cineblog01', 'http://www.cineblog01.cc/musica/?s=' + name);
addLb(lbWarez, 'clarinel', 'http://www.clarinel.com/index.php?do=search&subaction=search&titleonly=3&catlist[]=5&story=' + name);
addLb(lbWarez, 'coletaneascompletas', 'http://www.coletaneascompletas.com/?s=' + name);
addLb(lbWarez, 'chomikuj.pl', 'http://chomikuj.pl/action/SearchFiles?IsGallery=False&FileType=music&FileName=' + name);
addLb(lbWarez, 'cool-mp3', 'http://cool-mp3.net/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'coreradio.ru', 'http://coreradio.ru/index.php?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbWarez, 'cracketc', 'http://www.cracketc.com/?s=' + name);
addLb(lbWarez, 'creamusic', 'http://creamusic.net/index.php?do=search&subaction=search&search_start=1&full_search=1&titleonly=3&story=' + name);
addLb(lbWarez, 'cropirat', 'http://cropirat.org/search.php?securitytoken=1458587111-4887ab6ecc46414b3bda69c3577195bbf811dc36&do=process&query=' + name);
addLb(lbWarez, 'crown6', 'http://www.crown6.org/search/?q=' + name);
addLb(lbWarez, 'csakbennhajogerendazatto.blog.hu', 'http://csakbennhajogerendazatto.blog.hu/search?searchmode=AND&searchterm=' + name);
addLb(lbWarez, 'cucaj.sk', 'http://cucaj.sk/index.php?action=search2&search=' + name);
addLb(lbWarez, 'cwer.ws', 'http://cwer.ws/sphinx/?s=' + name);
addLb(lbWarez, 'cyberphoenix', 'http://www.cyberphoenix.org/forum/index.php?app=core&module=search&do=search&fromMainBar=1&search_app=forums&search_term=' + name);
addLb(lbWarez, 'daleide', 'http://www.daleide.com/index.php?do=search&subaction=search&catlist[]=5&story=' + name);
addLb(lbWarez, 'darkarea.pl', 'http://darkarea.pl/search.php?s=&securitytoken=1466308017-ab7839e5c22c980df2f394c5049dcd8e655f1b48&do=process&query=' + name);
addLb(lbWarez, 'darksound.ru', 'http://darksound.ru/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'darkwarez.pl', 'http://darkwarez.pl/forum/search.php?search_terms=all&search_keywords=' + name);
addLb(lbWarez, 'dasolo', 'http://www.dasolo.org/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'ddl-music.to', 'http://ddl-music.to/?search=' + name);
addLb(lbWarez, 'ddl4share', 'http://www.ddl4share.com/?do=search&subaction=search&full_search=1&titleonly=3&sortby=date&catlist[]=5&story=' + name);
addLb(lbWarez, 'ddlgalaxy', 'http://www.ddlgalaxy.com/index.php?do=search&subaction=search&titleonly=3&catlist[]=63&catlist[]=64&catlist[]=65&catlist[]=66&catlist[]=68&catlist[]=85&catlist[]=67&catlist[]=69&story=' + name);
addLb(lbWarez, 'ddlspot', 'http://www.ddlspot.com/search/?m=1&q=' + name);
addLb(lbWarez, 'ddlvalley.cool', 'http://www.ddlvalley.cool/search/' + name);
addLb(lbWarez, 'ddlwarezcracks', 'http://ddlwarezcracks.com/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'deadmauss', 'http://deadmauss.com/?s=' + name);
addLb(lbWarez, 'deadmauss forum', 'http://deadmauss.com/forum/search.php?action=do_search&keywords=#' + name + ' <-- must use manual search');
addLb(lbWarez, 'deberesresueltos', 'http://www.deberesresueltos.com/?s=' + name);
addLb(lbWarez, 'densoft.cc', 'http://densoft.cc/index.php?do=search&subaction=search&full_search=1&titleonly=3&catlist[]=19&story=' + name);
addLb(lbWarez, 'denunciando', 'http://www.denunciando.com/search.php?s=&securitytoken=1466867275-154a45f3527f76630a4f5d5acf7f510a5816a22d&do=process&titleonly=1&exactname=1&prefixchoice[]=1&forumchoice[]=9&childforums=1&query=' + name);
addLb(lbWarez, 'descarga2.me', 'http://www.descarga2.me/?s=' + name);
addLb(lbWarez, 'descargarz', 'http://www.descargarz.com/?s=' + name);
addLb(lbWarez, 'descargasmix.me', 'http://descargasmix.me/?s=' + name);
addLb(lbWarez, 'descargasgratis', 'http://www.descargasgratis.org.es/?s=' + name);
addLb(lbWarez, 'digitalcraka', 'http://www.digitalcraka.com/index.php?do=search&subaction=search&full_search=1&catlist[]=6&story=' + name);
addLb(lbWarez, 'directdownload', 'http://www.directdownload.link/?s=' + name);
addLb(lbWarez, 'dirtywarez', 'http://forum.dirtywarez.com/search.php?terms=all&fid[]=17&sc=1&sf=titleonly&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&submit=Search&keywords=' + name);
addLb(lbWarez, 'djisamsoe.xyz', 'http://djisamsoe.xyz/?s=' + name);
addLb(lbWarez, 'dl4all.org', 'http://dl4all.org/index.php?do=search&subaction=search&full_search=1&titleonly=3&showposts=0&catlist[]=19&story=' + name);
addLb(lbWarez, 'dl4all.ws', 'http://www.dl4all.ws/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'dlall4s', 'http://www.dlall4s.com/index.php?do=search&subaction=search&catlist[]=7&story=' + name);
addLb(lbWarez, 'dlbin', 'http://dlbin.com/search.html?q=' + name);
addLb(lbWarez, 'dlbyfreez', 'http://www.dlbyfreez.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'dlebook.me', 'http://dlebook.me/index.php?do=search&subaction=search&titleonly=3&sortby=date&resorder=desc&catlist[]=19&story=' + name);
addLb(lbWarez, 'dlfirsts', 'http:/www.dlfirsts.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'dlfree', 'http://dlfree.eu/?s=' + name);
addLb(lbWarez, 'dlguru', 'http://dlguru.com/search.html?q=' + name);
addLb(lbWarez, 'dlmetal.org', 'https://dlmetal.org/?s=' + name);
addLb(lbWarez, 'dlzware', 'http://www.dlzware.net/music/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'dodatak', 'http://www.dodatak.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'doladown.website', 'http://doladown.website/?s=' + name);
addLb(lbWarez, 'down4day', 'http://down4day.com/index.php?do=search&subaction=search&full_search=1&catlist[]=13&story=' + name);
addLb(lbWarez, 'downarchive.biz', 'http://downarchive.biz/?do=search&do=search&subaction=search&story=' + name);
addLb(lbWarez, 'downaz.org', 'http://downaz.org/?do=search&subaction=search&full_search=1&titleonly=3&sortby=date&catlist[]=3&story=' + name);
addLb(lbWarez, 'downcargas.com', 'http://downcargas.com/?s=' + name);
addLb(lbWarez, 'downduck', 'http://www.downduck.com/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'downeu.site', 'http://downeu.site/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'downeu.xyz', 'http://www.downeu.xyz/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'downfree.info', 'http://downfree.info/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'downhahe', 'http://www.downhahe.com/index.php?do=search&subaction=search&titleonly=3&catlist%22%%225B%22%%225D=3&story=' + name);
addLb(lbWarez, 'downhowx', 'http://www.downhowx.com/index.php?do=search&subaction=search&catlist[]=10&story=' + name);
addLb(lbWarez, 'download-cd.livejournal.com', 'http://www.livejournal.com/gsearch/?engine=google&cx=partner-pub-5600223439108080%3A3711723852&cof=FORID%3A10&as_sitesearch=download-cd.livejournal.com&ie=UTF-8&sa=Search&q=' + name);
addLb(lbWarez, 'downloadaxis', 'http://downloadaxis.com/index.php?do=search&subaction=search&catlist[]=4&story=' + name);
addLb(lbWarez, 'downloadbeast', 'http://www.downloadbeast.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'downloadaddy101', 'http://www.downloadaddy101.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'downloadbox', 'http://downloadbox.org/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'downloadmusicalbums.ru', 'http://downloadmusicalbums.ru/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'downloadwarez.pw', 'http://downloadwarez.pw/index.php?do=search&subaction=search&search_start=0&full_search=1&titleonly=3&catlist[]=6&story=' + name);
addLb(lbWarez, 'downserv.net', 'http://www.downserv.net/music/&do=search&subaction=search&story=' + name);
addLb(lbWarez, 'downshare.pw', 'http://downshare.pw/?s=' + name);
addLb(lbWarez, 'downtb', 'http://downtb.com/?s=' + name);
addLb(lbWarez, 'downtr.biz', 'http://www.downtr.biz/music/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'downturk.biz', 'http://www.downturk.biz/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'downturk.website', 'http://www.downturk.website/index.php?do=search&subaction=search&full_search=1&titleonly=3&catlist[]=5&story=' + name);
addLb(lbWarez, 'dsvload.net', 'http://dsvload.net/index.php?do=search&subaction=search&full_search=1&titleonly=3&story=' + name);
addLb(lbWarez, 'dts-music.net', 'http://dts-music.net/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'dumpz.ru', 'http://www.dumpz.ru/search.php?do=process&quicksearch=1&childforums=1&exactname=1&s=&securitytoken=1465900179-455450046b430ec35061360cc519bebef232e4b7&title&query=' + name);
addLb(lbWarez, 'dwfree', 'http://dwfree.net/search.php?securitytoken=guest&do=process&query=' + name);
addLb(lbWarez, 'ebookeye', 'http://www.ebookeye.org/ebooks/' + name + ".html");
addLb(lbWarez, 'egexa', 'http://dl.egexa.re/search.php?q=' + name);
addLb(lbWarez, 'elite-repair', 'http://elite-repair.ru/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'elrocknomuere', 'http://www.elrocknomuere.com/blog/search/' + name);
addLb(lbWarez, 'epidems', 'http://epidems.info/index.php?do=search&subaction=search&catlist[]=12&story=' + name);
addLb(lbWarez, 'esparaelmetal.ucoz.es/', 'http://esparaelmetal.ucoz.es/forum/0-0-0-6?kw=' + name + '# <-- must search manually');
addLb(lbWarez, 'essentialmusic.eu', 'http://essentialmusic.eu/?s=' + name);
addLb(lbWarez, 'estrenosli.net', 'http://estrenosli.net/descarga-0-0-0-0-fx-1-1-sch-titulo-' + name + '-sch.fx');
addLb(lbWarez, 'exclusivemusicdjs', 'http://www.exclusivemusicdjs.com/?s=' + name);
addLb(lbWarez, 'exitosm4a', 'http://www.exitosm4a.com/?s=' + name);
addLb(lbWarez, 'expresshare.eu', 'http://www.expresshare.com/search.php?s=&securitytoken=1467185691-df2e368a4572003c831e056213e8142806b8a3fb&do=process&titleonly=1&exactname=1&showposts=0&forumchoice"%"5B"%"5D=11&childforums=1&query=' + name);
addLb(lbWarez, 'exsite.pl', 'http://www.exsite.pl/index.php?do=newsearch&story=' + name);
addLb(lbWarez, 'extrator.pw', 'http://www.extrator.pw/index.php?do=search&subaction=search&titleonly=3&catlist[]=5&story=' + name);
addLb(lbWarez, 'exvagos.net', 'http://www.exvagos.net/search.php?s=&securitytoken=1466487433-8286a4c730cee3449fc1857b8982d20046b1b128&do=process&titleonly=1&forumchoice"%"5B"%"5D=37&childforums=1&query=' + name);
addLb(lbWarez, 'exystence', 'http://exystence.net/?s=' + name);
addLb(lbWarez, 'ezhevika.blogspot.com', 'http://ezhevika.blogspot.com/search?q=' + name);
addLb(lbWarez, 'file.b111.org', 'http://file.b111.org/?find=' + name);
addLb(lbWarez, 'filebook.site', 'http://filebook.site/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'fileflac', 'http://www.fileflac.com/?s=' + name);
addLb(lbWarez, 'fileget.info', 'http://www.fileget.info/?s=' + name);
addLb(lbWarez, 'filesonic.online', 'http://filesonic.online/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'filethree', 'http://www.filethree.com/?s=' + name);
addLb(lbWarez, 'fileturkoo.net', 'http://www.fileturkoo.net/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'filmseeds', 'http://www.filmseeds.cc/search/' + name);
addLb(lbWarez, 'firstleaks', 'http://firstleaks.net/?o=search&subaction=search&story=' + name);
addLb(lbWarez, 'flabbergasted-vibes.org', 'http://flabbergasted-vibes.org/?s=' + name);
addLb(lbWarez, 'flac-lossless', 'http://flac-lossless.com/index.php?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbWarez, 'flac-music', 'http://flac-music.com/component/search/?searchphrase=all&Itemid=101&searchword=' + name);
addLb(lbWarez, 'flacattack.net', 'http://flacattack.net/home?t=' + name);
addLb(lbWarez, 'flacddl.wordpress.com', 'https://flacddl.wordpress.com/?s=' + name);
addLb(lbWarez, 'flacit', 'http://flacit.com/?search=' + name);
addLb(lbWarez, 'flacfiles', 'http://flacfiles.eu/?s=' + name);
addLb(lbWarez, 'flacmania', 'http://flacmania.biz/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'flacworld.com', 'http://flacworld.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'forindy', 'http://board.forindy.com/search.html?cx=partner-pub-6871562276833027%3Anq5hp9-fd9z&cof=FORID%3A10&ie=UTF-8&q=' + name);
addLb(lbWarez, 'forosindicedonkey', 'http://forosindicedonkey.com/search.php#' + name + '<-- must use manual search');
addLb(lbWarez, 'freake.ru', 'http://freake.ru/search/?q=' + name);
addLb(lbWarez, 'free-rls', 'http://free-rls.com/?submit=Find&s=' + name);
addLb(lbWarez, 'freebie-nation', 'http://freebie-nation.org/search/819191/?q=' + name);
addLb(lbWarez, 'freealbums.org', 'http://freealbums.org/?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbWarez, 'freediscography', 'http://www.freediscography.com/?s=' + name);
addLb(lbWarez, 'freehardmusic', 'http://freehardmusic.com/index2.php?sobi2Search=&searchphrase=all&Itemid=13&sobi2Task=axSearch&field_band=' + name);
addLb(lbWarez, 'freehdtv.pw', 'http://freehdtv.pw/?s=' + name);
addLb(lbWarez, 'freeleakalbum', 'http://freeleakalbum.com/?s=' + name);
addLb(lbWarez, 'freemusic.lofter.com', 'http://freemusic.lofter.com/search?q=' + name);
addLb(lbWarez, 'freemusicarchive', 'http://freemusicarchive.org/search/?quicksearch=' + name);
addLb(lbWarez, 'freemp3album.top', 'http://www.freemp3album.top/?s=' + name);
addLb(lbWarez, 'freesoft.xyz', 'http://freesoft.xyz/?s=' + name);
addLb(lbWarez, 'freshaudio', 'http://freshaudio.org/show?cat=0&q=' + name);
addLb(lbWarez, 'freshremix.ru', 'http://www.freshremix.ru/search_page.html?q=' + name);
addLb(lbWarez, 'freshsound', 'http://www.freshsound.org/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'freshwap.org', 'http://www.freshwap.org/index.php?do=search&subaction=search&catlist[]=29&story=' + name);
addLb(lbWarez, 'freshwap.us', 'http://www.freshwap.us/index.php?do=search&subaction=search&catlist[]=29&story=' + name);
addLb(lbWarez, 'freshwap.website', 'http://www.freshwap.website/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'fullsoftebook', 'http://fullsoftebook.com/index.php?do=search&subaction=search&full_search=1&titleonly=3&showposts=0&catlist[]=7&story=' + name);
addLb(lbWarez, 'funkmysoul.gr', 'http://www.funkmysoul.gr/?s=' + name);
addLb(lbWarez, 'funky.host', 'http://www.funky.host/search?q=' + name);
addLb(lbWarez, 'funkysouls', 'http://forum.funkysouls.com/index.php?s=&act=Search&CODE=show&&cats=all&cat_forum=forum&forums=all&searchsubs=1&search_in=posts&result_type=topics&prune=0&prune_type=newer&sort_key=last_post&sort_order=desc&keywords=' + name);
addLb(lbWarez, 'get-albums.ru', 'http://get-albums.ru/?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbWarez, 'getleaks.eu', 'http://getleaks.eu/?submit=Search&s=' + name);
addLb(lbWarez, 'getmetal.biz', 'https://getmetal.biz/?s=' + name);
addLb(lbWarez, 'getmetal.org', 'http://getmetal.org/?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbWarez, 'getrockmusic.net', 'http://www.getrockmusic.net/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'getrockmusic.org', 'http://www.getrockmusic.org//?s=' + name);
addLb(lbWarez, 'gfxbig', 'http://gfxbig.com/?s=' + name);
addLb(lbWarez, 'gfxhome.co', 'http://gfxhome.co/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'gfxlinkz', 'http://www.gfxlinkz.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'gfxnitroflare', 'http://www.gfxnitroflare.com/index.php?do=search&subaction=search&catlist[]=5&story=' + name);
addLb(lbWarez, 'gfxtorrent.biz', 'http://gfxtorrent.biz/?s=' + name);
addLb(lbWarez, 'gfxtorrentz', 'http://www.gfxtorrentz.net/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'gfxworld', 'http://gfxworld.info/index.php?do=search&&subaction=search&catlist[]=27&story=' + name);
addLb(lbWarez, 'gfxyeah', 'http://www.gfxyeah.com/music/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'globalfreeshares', 'http://www.globalfreeshares.net/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'globalgroovers', 'http://www.globalgroovers.com/?s=' + name);
addLb(lbWarez, 'gnwp.ru', 'http://gnwp.ru/index.php?do=search&subaction=search&full_search=1&titleonly=3&catlist[]=0&story=' + name);
addLb(lbWarez, 'gold-warez', 'http://gold-warez.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'golden-mp3', 'http://www.golden-mp3.com/?o=search&subaction=search&story=' + name);
addLb(lbWarez, 'goldhiphop', 'http://goldhiphop.net/?s=' + name);
addLb(lbWarez, 'goldesel', 'http://goldesel.to/suche/' + name);
addLb(lbWarez, 'good-music.kiev.ua', 'http://good-music.kiev.ua/search/?q=' + name);
addLb(lbWarez, 'goodtun.es', 'https://goodtun.es/' + name);
addLb(lbWarez, 'gps-sonoro.blogspot.com', 'http://gps-sonoro.blogspot.com/search/?q=' + name);
addLb(lbWarez, 'grabalbums.eu', 'http://grabalbums.eu/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'guitars101', 'https://www.guitars101.com/forums/search.php?s=&securitytoken=b90f1338713c09bb117df07ceaccb5f7f1e75b8c&do=process&childforums=1&exactname=1&query=' + name);
addLb(lbWarez, 'gundailing', 'http://gundailing.com/?s=' + name);
addLb(lbWarez, 'hammerstorm', 'http://hammerstorm.org/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'hangar18.com.ar', 'http://hangar18.com.ar/artist/' + name);
addLb(lbWarez, 'hdmusic', 'http://hdmusic.biz/?s=' + name);
addLb(lbWarez, 'hdshare', 'http://www.hdshare.us/index.php?app=core&module=search&section=search&do=search&fromsearch=1&search_app=forums&search_app=forums&andor_type=and&search_content=titles&search_app_filters%22%%225Bforums%22%%225D%22%%225Bforums%22%%225D%22%%225B%22%%225D=8&search_term=' + name);
addLb(lbWarez, 'headbangers.biz', 'https://headbangers.biz/search.html?search_query=' + name);
addLb(lbWarez, 'headliner', 'http://www.headliner.name/index.php/component/search/?searchword=' + name);
addLb(lbWarez, 'hellddl', 'http://hellddl.net/?submit=Search&s=' + name);
addLb(lbWarez, 'heromafias', 'http://www.heromafias.com/musics/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'herosriver', 'http://www.herosriver.net/index.php?do=search&subaction=search&titleonly=3&catlist[]=9&story=' + name);
addLb(lbWarez, 'heroturko.cz', 'http://heroturko.cz/index.php?do=search&subaction=search&full_search=1&catlist[]=1&story=' + name);
addLb(lbWarez, 'heroturko.info', 'http://www.heroturko.info/?o=search&subaction=search&story=' + name);
addLb(lbWarez, 'heroturko.net', 'http://www.heroturko.net/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'heroturko2.me', 'http://heroturko2.me/index.php?do=search&subaction=search&full_search=1&catlist[]=8&story=' + name);
addLb(lbWarez, 'heroturkos.me', 'http://www.heroturkos.me/?do=search&subaction=search&story=' + name + '/');
addLb(lbWarez, 'hituribelea', 'http://www.hituribelea.com/cauta/' + name);
addLb(lbWarez, 'hotfileserve.ws', 'http://hotfileserve.ws/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'hotscc', 'http://hotscc.com/index.php?do=search&subaction=search&titleonly=3&catlist[]=9&story=' + name);
addLb(lbWarez, 'house-language.me', 'http://house-language.me/?s=' + name);
addLb(lbWarez, 'in-warez.ru', 'http://in-warez.ru/index.php?do=search&subaction=search&titleonly=3&catlist[]=9&story=' + name);
addLb(lbWarez, 'i619-654.3go.fr (DLEBook.me)', 'http://i619-654.3go.fr/index.php?do=search&subaction=search&full_search=1&titleonly=3&catlist[]=19&story=' + name);
addLb(lbWarez, 'ibelief.ru', 'http://ibelief.ru/search/?q=' + name);
addLb(lbWarez, 'id8share.com', 'http://id8share.com/?s=' + name);
addLb(lbWarez, 'idata.ws', 'http://www.idata.ws/music/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'ideaqiu', 'http://www.ideaqiu.com/search.php?securitytoken=guest&do=process&query=' + name);
addLb(lbWarez, 'identi.li', 'http://www.identi.li/index.php?action=buscador&search=' + name);
addLb(lbWarez, 'ifsalari (digital cracke)', 'http://ifsalari.com/index.php?do=search&subaction=search&&titleonly=3&catlist[]=6&story=' + name);
addLb(lbWarez, 'ilcorsaronero', 'http://ilcorsaronero.info/argh.php?search=' + name);
addLb(lbWarez, 'iloveitunesmusic.net', 'http://www.iloveitunesmusic.net/?s=' + name);
addLb(lbWarez, 'impactus.info', 'http://www.impactus.info/index.php?s=' + name);
addLb(lbWarez, 'imaginariumsland', 'http://imaginariumsland.com/foro/search.php?action=do_search&postthread=1&keywords=' + name);
addLb(lbWarez, 'imperiumgames.com.ar', 'http://www.imperiumgames.com.ar/foro/search.php?titleonly=1&dosearch=Buscar+ahora&do=process&query=' + name);
addLb(lbWarez, 'indirbabamindir.net', 'http://indirbabamindir.net/mybb/search.php?action=do_search&forums[]=353&keywords=' + name + '# <-- must manually enter');
addLb(lbWarez, 'intmusic', 'http://intmusic.net/?s=' + name);
addLb(lbWarez, 'intoclassics', 'http://intoclassics.net/search/?q=' + name);
addLb(lbWarez, 'inwarez.org', 'http://www.inwarez.org/search.php?do=process&securitytoken=1462230723-5ac2ead7ffe092dafb6608e4fce7a16820511283&query=' + name);
addLb(lbWarez, 'iplusbuzz', 'http://iplusbuzz.info/?s=' + name);
addLb(lbWarez, 'iplusfree', 'http://iplusfree.com/search/' + name);
addLb(lbWarez, 'iplushub', 'http://iplushub.com/?s=' + name);
addLb(lbWarez, 'irfree', 'https://irfree.com/index.php?do=search&subaction=search&titleonly=3&catlist[]=24&story=' + name);
addLb(lbWarez, 'iplusmix', 'https://iplusmix.com/?s=' + name);
addLb(lbWarez, 'israbox.biz', 'http://www.israbox.biz/?do=search&subaction=search&titleonly=3&story=' + name);
http://ita-music.pw/index.php?cat=0&search=zappa
addLb(lbWarez, 'itdmusic', 'http://www.itdmusic.com/?s=' + name);
addLb(lbWarez, 'itsOnlyR&R', 'http://itsonlyrockandroll.info/?s=' + name);
addLb(lbWarez, 'itunesm4a.net', 'http://itunesm4a.net/?s=' + name);
addLb(lbWarez, 'itunesplusaacm4a', 'http://itunesplusaacm4a.org/?s=' + name);
addLb(lbWarez, 'jackfreakz', 'http://jackfreakz.com/search.php?securitytoken=guest&do=process&query=' + name);
addLb(lbWarez, 'jazz.track01', 'http://jazz.track01.ru/?q=' + name + ' there.is.no.url.search.here');
addLb(lbWarez, 'jazz-jazz', 'http://jazz-jazz.ru/?action=search&search=' + name);
addLb(lbWarez, 'jazz-rock-fusion-guitar.blogspot.com', 'http://jazz-rock-fusion-guitar.blogspot.com/search?q=' + name);
addLb(lbWarez, 'jazznblues-jazz', 'http://jazznblues.club/search.php?submit=Search&keywords=' + name);
addLb(lbWarez, 'jazzsound', 'http://jazzsound.ru/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'justbooklib', 'http://justbooklib.com/index.php?name=search&do=search&subaction=search&story=' + name);
addLb(lbWarez, 'kamman', 'http://kamman.xyz/?s=' + name);
addLb(lbWarez, 'kickassdlz', 'http://www.kickassdlz.net/musics/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'kickasstorrentfree.pw', 'http://www.kickasstorrentfree.pw/?s=' + name);
addLb(lbWarez, 'kinozal.co.ua', 'http://kinozal.co.ua/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'kinozal.tv', 'http://kinozal.tv/browse.php?s=' + name);
addLb(lbWarez, 'kpnemo.eu', 'http://www.kpnemo.eu/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'krutor.org', 'http://krutor.org/search/0/8/0/0/' + name);
addLb(lbWarez, 'ladestileriasonora2.wordpress.com', 'https://ladestileriasonora2.wordpress.com/?s=' + name);
addLb(lbWarez, 'lairsofthedragon', 'http://www.lairsofthedragon.com/forum/index.php?app=core&module=search&do=search&fromMainBar=1&search_app=forums:forum:56&search_term=' + name);
addLb(lbWarez, 'lastrale', 'http://www.lastrale.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'lastropasdelmetal.forochile.org', 'http://lastropasdelmetal.forochile.org/search?search_keywords=' + name);
addLb(lbWarez, 'latestfiles', 'http://www.latestfiles.info/?s=' + name);
addLb(lbWarez, 'laybize', 'http://laybize.com/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'lcd.pics', 'http://www.lcd.pics/news/' + name + '.html');
addLb(lbWarez, 'leadrly', 'http://www.leadrly.com/music/?do=search&titleonly=3&subaction=search&story=' + name);
addLb(lbWarez, 'lectro', 'http://www.lectro.ws/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'legionmusica', 'http://www.legionmusica.org/?s=' + name);
addLb(lbWarez, 'lekmin.xyz', 'http://lekmin.xyz/?s=' + name);
addLb(lbWarez, 'letplay', 'http://www.letplay.club/search.php?q=' + name);
addLb(lbWarez, 'link-academomia.xyz', 'http://link-academomia.xyz/index.php?do=search&subaction=search&titleonly=3&catlist[]=17&story=' + name);
addLb(lbWarez, 'link4file', 'http://www.link4file.com/download-search.php?q=' + name);
addLb(lbWarez, 'linktury', 'http://www.linktury.com/download-search.php?log=1&q=' + name);
addLb(lbWarez, 'livenumetal.es', 'http://livenumetal.es/?s=' + name);
addLb(lbWarez, 'lobosolitario', 'http://www.lobosolitario.com/foro/search?q=' + name);
addLb(lbWarez, 'lolymusic', 'http://lolymusic.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'lossless-flac', 'http://lossless-flac.com/index.php?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbWarez, 'lossless-galaxy.ru', 'http://lossless-galaxy.ru/index.php?do=search&subaction=search&full_search=1&titleonly=3&story=' + name);
addLb(lbWarez, 'lossless71', 'http://lossless71.ru/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'losslessbest', 'http://losslessbest.com/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'losslesscity', 'http://losslesscity.com/?s=' + name);
addLb(lbWarez, 'losslessdown', 'http://www.losslessdown.com/?s=' + name);
addLb(lbWarez, 'losslessjazz', 'http://losslessjazz.net/?s=' + name);
addLb(lbWarez, 'losslessmusics', 'http://losslessmusics.org/search/?q=' + name);
addLb(lbWarez, 'loveaac', 'http://www.loveaac.com/?s=' + name);
addLb(lbWarez, 'lubima.ru', 'https://www.google.com/search?num=100&newwindow=1&q=site:lubima.ru "' + name + '"');
addLb(lbWarez, 'lykreciy', 'http://lykreciy.net/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'm-hddl', 'http://www.m-hddl.com/search.php?securitytoken=1465635444-b4f2f7843c0231c1973961cfc1e47e6e03fbefa0&do=process&query=' + name);
addLb(lbWarez, 'm4a.link', 'http://m4a.link/?s=' + name);
addLb(lbWarez, 'magar57', 'http://www.magar57.com/?s=' + name);
addLb(lbWarez, 'magemp3', 'http://magemp3.com/albums/' + name);
addLb(lbWarez, 'manyalbums', 'http://manyalbums.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'marapcana', 'http://marapcana.com/?s="' + name + '"');
addLb(lbWarez, 'mastiya', 'hhttp://mastiya.com/search.php?do=process&securitytoken=gues&forumchoice[]=7&childforums=1&query=' + name);
addLb(lbWarez, 'maxalbums.me', 'http://maxalbums.me/albums/' + name);
addLb(lbWarez, 'maxfeel.club', 'http://www.maxfeel.club/search.php?q=' + name);
addLb(lbWarez, 'mbay', 'http://mbay.download/?s=' + name);
addLb(lbWarez, 'mechopirate', 'https://www.mechopirate.com/search/112352/?c[title_only]=1&q=' + name);
addLb(lbWarez, 'mechoportal', 'http://www.mechoportal.com/index.php?do=search&subaction=search&full_search=1&story=' + name);
addLb(lbWarez, 'mediaboom', 'http://www.mediaboom.org/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'megadescargas', 'http://www.megadescargas.info/?s=' + name);
addLb(lbWarez, 'megady', 'http://www.megady.com/buscar/posts/?q=' + name);
addLb(lbWarez, 'megadescargas', 'http://www.megadescargas.info/?s=' + name);
addLb(lbWarez, 'meiziyan', 'http://meiziyan.xyz/?s=' + name);
addLb(lbWarez, 'metalarea', 'https://metalarea.org/forum/index.php?act=Search&CODE=01&forums=all&search_in=titles&keywords=' + name);
addLb(lbWarez, 'metalargentum', 'http://www.metalargentum.com/search.php?mode=results&search_fields=titleonly&show_results=topics&search_keywords=' + name);
addLb(lbWarez, 'metalhumanity.ru', 'http://metalhumanity.ru/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'metalmusicdownload', 'http://metalmusicdownload.net/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'mfmm.ru', 'http://mfmm.ru/search/?q=' + name);
addLb(lbWarez, 'michedy', 'http://www.michedy.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'mov-world.net', 'http://mov-world.net/?c=7&q=' + name);
addLb(lbWarez, 'movie-forum.co', 'http://movie-forum.co/search.php?securitytoken=1471566849-68643315e1e492f2fb329e71a15ccbf94d3fc491&do=process&query=' + name);
addLb(lbWarez, 'mp3-you.net', 'http://mp3-you.net/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'mp3album.eu', 'http://mp3album.eu/?s=' + name);
addLb(lbWarez, 'mp3albumrar', 'http://mp3albumrar.com/?s=' + name);
addLb(lbWarez, 'mp3boo.cc', 'http://mp3boo.cc/search/artist/' + name);
addLb(lbWarez, 'mp3club.ucoz.org', 'http://mp3club.ucoz.org/search/?q=' + name);
addLb(lbWarez, 'mp3flac.net', 'https://mp3flac.net/?s=' + name);
addLb(lbWarez, 'mp3flats', 'http://mp3flats.net/?s=' + name);
addLb(lbWarez, 'mp3freex.me', 'http://mp3freex.me/album-search/' + name);
addLb(lbWarez, 'mp3hit', 'http://mp3hit.net/' + name);
addLb(lbWarez, 'mp3kutusu', 'http://www.mp3kutusu.org/search.php?securitytoken=guest&do=process&titleonly=1&query=' + name);
addLb(lbWarez, 'mp3okno.net', 'http://www.mp3okno.net/?do=search&slovo=' + name);
addLb(lbWarez, 'mp3passion', 'http://mp3passion.net/index.php?name=search&do=search&subaction=search&story=' + name);
addLb(lbWarez, 'mp3rally', 'http://mp3rally.com/?s=' + name);
addLb(lbWarez, 'mp3releases', 'http://mp3releases.org/search/' + name);
addLb(lbWarez, 'mp3s-djrafn.ru', 'http://mp3s-djrafn.ru/index.php?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbWarez, 'mp3trackz.net', 'http://mp3trackz.net/?s=' + name);
addLb(lbWarez, 'mp3zona.ucoz.ru', 'http://mp3zona.ucoz.ru/search/?q=' + name);
addLb(lbWarez, 'mskd-ru.net', 'http://mskd-ru.net/search.php?query=' + name);
addLb(lbWarez, 'mudome', 'http://mudome.com?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'musdl', 'http://musdl.com/?s=' + name);
addLb(lbWarez, 'museek', 'http://museek.cc/?submit=Search&s=' + name);
addLb(lbWarez, 'music-4-you', 'http://music-4-you.ru/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'music-lossless.net', 'http://music-lossless.net/index.php?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbWarez, 'music-sbornik.ru', 'http://music-sbornik.ru/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'music-sharing.net', 'http://music-sharing.net/?s=' + name);
addLb(lbWarez, 'music.3dl.tv', 'http://music.3dl.tv/?action=search&q=' + name);
addLb(lbWarez, 'music.is-amazing.com', 'http://music.is-amazing.com/search/node/' + name);
addLb(lbWarez, 'musicaparatusoidos.net', 'http://musicaparatusoidos.net/index.php?action=search2&search=' + name);
addLb(lbWarez, 'music3p.com', 'http://www.music3p.com/index.php?do=search&subaction=search&titleonly=3&catlist[]=0&full_search=1&story=' + name);
addLb(lbWarez, 'musiceffect', 'http://musiceffect.ru/index.php?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbWarez, 'musicagratis24', 'http://musicagratis24.com/?s=' + name);
addLb(lbWarez, 'musicflacworld', 'http://musicflacworld.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'musicfordjs', 'http://musicfordjs.com/?s=' + name);
addLb(lbWarez, 'musicletter.tistory.com', 'http://musicletter.tistory.com/search/' + name);
addLb(lbWarez, 'musiconly.me', 'http://musiconly.me/?s=' + name);
addLb(lbWarez, 'musicscore.ms', 'http://musicscore.ms/search.php?search_text=' + name);
addLb(lbWarez, 'musicrls', 'http://musicrls.com/?s=' + name);
addLb(lbWarez, 'musicstock.me', 'http://musicstock.me/?s=' + name);
addLb(lbWarez, 'musicvibes.org', 'http://www.musicvibes.org/index.php?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbWarez, 'musicvos', 'http://www.musicvos.com/?s=' + name);
addLb(lbWarez, 'musicyeah.net', 'http://www.musicyeah.net/?s=' + name);
addLb(lbWarez, 'musikfinal', 'http://musikfinal.ru/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'muz-tracker', 'http://www.muz-tracker.net/browse.php?search=' + name);
addLb(lbWarez, 'muzica', 'http://www.muzica.com/caut/' + name.replace(/%20/g, "-"));
addLb(lbWarez, 'muzmania', 'http://muzmania.co/modules/alivesearch.php?alivesearch=' + name + '#NOTE: you must remove "/module" from path after clicking!');
addLb(lbWarez, 'mybest-music', 'http://mybest-music.net/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'mydeep.org', 'http://mydeep.org/?s=' + name);
addLb(lbWarez, 'myebook1010', 'http://myebook1010.com/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'mygully', 'http://mygully.com/search.php?s=&securitytoken=1460773665-3ad28a80c8aee9b0cb8d30c053b9a327dea45d81&do=process&query=' + name);
addLb(lbWarez, 'mytorrentsfree', 'http://mytorrentsfree.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'nafokse.ru', 'http://nafokse.ru/index.php?do=search&subaction=search&titleonly=3&catlist%22%%225B%22%%225D=67&story=' + name);
addLb(lbWarez, 'neformat', 'http://www.neformat.com.ua/forum/search.php?do=process&quicksearch=1&childforums=1&titleonly=1&s=&securitytoken=guest&query=' + name);
addLb(lbWarez, 'neolera.org', 'http://www.neolera.org/search?search_keywords=' + name);
addLb(lbWarez, 'netz.ru', 'http://netz.ru/index.php?do=search&subaction=search&full_search=1&titleonly=3&result_num=20&result_from=1&showposts=0&catlist[]=19&story=' + name);
addLb(lbWarez, 'newage-music.ru', 'http://newage-music.ru/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'newalbumreleases', 'http://newalbumreleases.net/?s=' + name);
addLb(lbWarez, 'newbum.net', 'http://newbum.net/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'newddl', 'http://newddl.eu/?s=' + name);
addLb(lbWarez, 'newmusic.link', 'http://newmusic.link/?s=' + name);
addLb(lbWarez, 'newwebstar', 'http://www.newwebstar.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'nextube', 'https://nextube.org/forum/search.php?do=process&type[]=&type[]=3&type[]=1&type[]=7&type[]=5&type[]=11&type[]=30&type[]=32&securitytoken=1458276509-1a36e4d038c1d3ee66ed91b075fb6f288508589c&query=' + name);
addLb(lbWarez, 'nightclubber', 'https://www.nightclubber.com.ar/foro/search.php?titleonly=1&dosearch=Buscar+ahora&do=process&query=' + name);
addLb(lbWarez, 'nightwarez.ru', 'http://nightwarez.ru/index.php?do=search&subaction=search&full_search=1&titleonly=3&sortby=date&catlist[]=5&story=' + name);
addLb(lbWarez, 'nikolaevich', 'http://nikolaevich.com/index.php?do=search&subaction=search&full_search=1&titleonly=3&catlist[]=5&story=' + name);
addLb(lbWarez, 'nodata.tv', 'http://nodata.tv/?s=' + name);
addLb(lbWarez, 'NoNaMe', 'http://nnm.me/search?in=news&q=' + name);
addLb(lbWarez, 'notonlylossless', 'http://notonlylossless.blogs.sapo.pt/search?q=' + name);
addLb(lbWarez, 'nowa.cc', 'http://www.nowa.cc/search.php?securitytoken=1466123242-afb2b13d890293fe27356a86adfb22630b05cdb5&do=process&titleonly=1&childforums=1&query=' + name);
addLb(lbWarez, 'nowa.cc', 'http://www.nowa.cc/search.php?s=&securitytoken=guest&do=process&exactname=1&forumchoice[]=27&childforums=1&query=' + name);
addLb(lbWarez, 'nsalbums', 'https://nsalbums.org/?s=' + name);
addLb(lbWarez, 'nydus.org', 'http://u.nydus.org/search.php?s=&securitytoken=1465844276-01c7efd04b3d0a5aba1a097cbffcb32dc83add06&do=process&titleonly=1&query=' + name);
addLb(lbWarez, 'obatdemamberdarah.info', 'http://www.obatdemamberdarah.info/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'odi-music', 'http://www.odi-music.net/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'omjimbo.xyz', 'http://omjimbo.xyz/?s=' + name);
addLb(lbWarez, 'onlyiplus.net', 'http://onlyiplus.net/standard/?q=' + name);
addLb(lbWarez, 'onur-board.de', 'http://www.onur-board.de/index.php?form=Search&q=' + name);
addLb(lbWarez, 'orkdown', 'http://orkdown.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'pandopuntokualda', 'http://www.pandopuntokualda.com/search.php?titleonly=1&securitytoken=1466899182-f213b22ba81f238a6fd2e04bf52f0b6bbe1a0b15&do=process&query=' + name);
addLb(lbWarez, 'patelfraud', 'http://patelfraud.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'pebay.ru', 'http://pebay.ru/index.php?do=search&subaction=search&full_search=1&titleonly=3&catlist[]=16&story=' + name);
addLb(lbWarez, 'pebx.pl', 'https://pebx.pl/search/4924428/?c[title_only]=1&q=' + name);
addLb(lbWarez, 'phuongdzu', 'http://phuongdzu.com/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'pirate-punk.net', 'http://www.pirate-punk.net/search.php?do=process&dosearch=Search&titleonly=1&childforums=1&forumchoice[]=43&query=' + name);
addLb(lbWarez, 'piratetorrent.pw', 'http://www.piratetorrent.pw/?s=' + name);
addLb(lbWarez, 'plixid', 'http://plixid.com/?s=' + name);
addLb(lbWarez, 'pop.lykreciy.com', 'http://pop.lykreciy.com/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'portaldoheavymetal.org', 'http://www.portaldoheavymetal.org/index.php?do=search&subaction=search&full_search=1&titleonly=3&sortby=date&story=' + name);
addLb(lbWarez, 'portalxd', 'http://www.portalxd.com/buscar?q=' + name);
addLb(lbWarez, 'post-rock.ru', 'http://post-rock.ru/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'postland.com.mx', 'http://www.postland.com.mx/buscador/?e=web&cat=23&q=' + name);
addLb(lbWarez, 'primrosegang.activeboard.com', 'http://primrosegang.activeboard.com/forum.spark?0=searchKey&1=7F%22%%223DDFWHXw01h0f%22%%222FwR5PYzYAUdRUfiT9CmvmXmO8%22%%222B&p=70&aBID=101645&category%22%%225B%22%%225D=all&keywords=' + name);
addLb(lbWarez, 'promakashka.ru', 'http://promakashka.ru/index.php?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbWarez, 'psychodownloads', 'http://psychodownloads.com/search.php?titleonly=1&showposts=0&forumchoice[]=26&childforums=1&query=' + name);
addLb(lbWarez, 'punksandskins', 'http://punksandskins.com/search.php?fid[]=1&sf=titleonly&sr=topics&keywords=' + name);
addLb(lbWarez, 'put.filesonic.online', 'http://put.filesonic.online/search/?story=' + name);
addLb(lbWarez, 'qiqru.org', 'http://qiqru.org/s.php?scat[]=33&q=' + name);
addLb(lbWarez, 'quebecunderground.net', 'http://www.quebecunderground.net/search.php?do=process&childforums=1&forumchoice[]=43&query=' + name);
addLb(lbWarez, 'rapenergy.net', 'http://www.rapenergy.net/search?q=' + name);
addLb(lbWarez, 'rapidallfrees', 'http://www.rapidallfrees.net/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'rapidandfreex', 'http://www.rapidandfreex.com/musics/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'rapidmoviez', 'http://www.rapidmoviez.biz/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'rarbgtorrentsdownload', 'http://www.rarbgtorrentsdownload.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'raritetno', 'http://raritetno.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'rdlinks', 'http://rdlinks.com/search/search?title_only=1&nodes[]=53&keywords=bowie' + name);
addLb(lbWarez, 'readbookguru', 'http://readbookguru.com/index.php?name=search&do=search&subaction=search&story=' + name);
addLb(lbWarez, 'readmeo', 'http://www.readmeo.com/music/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'reallynews.ru', 'http://www.forum.reallynews.ru/index.php?do=search&subaction=search&titleonly=3&catlist[]=4&story=' + name);
addLb(lbWarez, 'recantomp3', 'http://site.recantomp3.com/search?q=' + name);
addLb(lbWarez, 'release-bb', 'http://release-bb.com/index.php?do=search&subaction=search&full_search=1&titleonly=3&sortby=date&catlist[]=9&catlist[]=37&catlist[]=28&catlist[]=29&catlist[]=24&catlist[]=10&story=' + name);
addLb(lbWarez, 'released.ws', 'http://released.ws/?s=' + name);
addLb(lbWarez, 'remusic.ru', 'http://remusic.ru/index.php?do=search&subaction=search&full_search=1&titleonly=3&showposts=0&story=' + name);
addLb(lbWarez, 'republicofjazz.blogspot.com', 'http://republicofjazz.blogspot.com/search?q=' + name);
addLb(lbWarez, 'respecta.net', 'http://respecta.net/index.php?do=search&subaction=search&full_search=1&titleonly=3&story=' + name);
addLb(lbWarez, 'rezedio', 'http://www.rezedio.com/index.php?do=search&subaction=search&full_search=1&titleonly=3&catlist[]=5&story=' + name);
addLb(lbWarez, 'rgf.is', 'http://rgf.is/index.php?option=com_search&searchphrase=all&searchword=' + name);
addLb(lbWarez, 'riverwarez', 'http://riverwarez.net/?s=' + name);
addLb(lbWarez, 'rlsbb', 'http://rlsbb.com/search/' + name);
addLb(lbWarez, 'rlsfiles', 'http://www.rlsfiles.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'rlsLogs', 'http://rls-logs.com/index.php?do=search&subaction=search&&full_search=1&titleonly=0&showposts=0&catlist[]=9&story=' + name);
addLb(lbWarez, 'rnbxclusive.biz', 'http://rnbxclusive.biz/?s=' + name);
addLb(lbWarez, 'rockandrollarchives', 'http://www.rockandrollarchives.net/search?q=' + name);
addLb(lbWarez, 'rockaor', 'http://rockaor.com/?s=' + name);
addLb(lbWarez, 'rockfamily6.biz', 'https://www.google.com/search?sitesearch=rockfamily6.biz&domains=rockfamily6.biz&gws_rd=ssl&q=' + name);
addLb(lbWarez, 'rockleak.com', 'http://www.rockleak.com/index.php?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbWarez, 'rockleaks', 'http://www.rockleaks.net/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'rockoldies blog', 'http://rockoldies.net/?s=' + name);
addLb(lbWarez, 'rockoldies', 'http://rockoldies.net/forum/search.php#NO SEARCH GET, USE SEARCHBOX ' + name);
addLb(lbWarez, 'ru-talk', 'http://ru-talk.com/search.php?titleonly=1&securitytoken=1466151478-d06bdcd6da6df6cacbb0798719f2115b5718546d&do=process&query=' + name);
addLb(lbWarez, 'rupsy.ru', 'http://www.rupsy.ru/index.php?id=4&search=' + name);
addLb(lbWarez, 'rusfree.net', 'http://rusfree.net/index.php?do=search&subaction=search&full_search=1&titleonly=3&story=' + name);
addLb(lbWarez, 'ryushare', 'http://www.ryushare.co/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'sabiyu.net', 'http://sabiyu.net/?s=' + name);
addLb(lbWarez, 'sanet', 'https://my.sanet.me/search/?category=2&filehosting=any&age=Any+time&q=' + name);
addLb(lbWarez, 'sauti-muuaji.blogspot.com', 'http://sauti-muuaji.blogspot.com/search?q=' + name);
addLb(lbWarez, 'scenedownloads.pw', 'https://scenedownloads.pw/Music?search=n' + name);
addLb(lbWarez, 'scenefeatures.info', 'http://scenefeatures.info/?s=' + name);
addLb(lbWarez, 'scenefeatures.net', 'http://scenefeatures.net/?s=' + name);
addLb(lbWarez, 'scenetorrents', 'http://scenetorrents.download/?s=' + name);
addLb(lbWarez, 'sceper.ws', 'http://sceper.ws/?s=' + name);
addLb(lbWarez, 'scnlog.eu', 'http://scnlog.eu/music/?s=' + name);
addLb(lbWarez, 'scnsrc.me', 'http://www.scnsrc.me/?s=' + name);
addLb(lbWarez, 'searchfile.info', 'http://www.searchfile.info/?s=' + name);
addLb(lbWarez, 'sexheo.net', 'http://sexheo.net/search.php?do=process&titleonly=1&query=' + name);
addLb(lbWarez, 'shaanig', 'http://www.shaanig.org/search.php?do=process&securitytoken=guest&titleonly=1&query=' + name);
addLb(lbWarez, 'share.gb', 'http://share.gb.net/search.php?q=' + name);
addLb(lbWarez, 'share9down.pw', 'http://share9down.pw/?s=' + name);
addLb(lbWarez, 'sharethefiles', 'http://sharethefiles.com/forum/search.php?fid[]=115&sf=titleonly&keywords=' + name);
addLb(lbWarez, 'shifahane', 'http://shifahane.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'skdown', 'http://skdown.net/forum/index.php?search_content=titles&search_term=' + name);
addLb(lbWarez, 'softarchive.biz', 'http://softarchive.biz/?s=' + name);
addLb(lbWarez, 'softarchive.la', 'http://my.softarchive.la/search/?q=' + name);
addLb(lbWarez, 'softarchive.us', 'http://ww.softarchive.us/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'softcore-sharing', 'http://softcore-sharing.com/search.php?titleonly=1&forumchoice"%"5B"%"5D=31&childforums=1&securitytoken=guest&&do=process&contenttypeid=1&query=' + name);
addLb(lbWarez, 'softlab-portable.com', 'http://w.softlab-portable.com/index.php?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'softwarearchive.site', 'http://softwarearchive.site/index.php?do=search&subaction=search&full_search=1&titleonly=3&catlist[]=11&story=' + name);
addLb(lbWarez, 'softwarez.su', 'http://softwarez.su/index.php?do=search&subaction=search&full_search=1&titleonly=3&showposts=0&catlist[]=5&story=' + name);
addLb(lbWarez, 'soundpark', 'http://soundpark.space/search?q=' + name);
addLb(lbWarez, 'soundultima', 'http://www.soundultima.com/?s=' + name);
addLb(lbWarez, 'stardisco.ru', 'http://stardisco.ru/index.php?do=search&subaction=search&full_search=1&titleonly=3&story=' + name);
addLb(lbWarez, 'starfile.xyz', 'http://starfile.xyz/?s=' + name);
addLb(lbWarez, 'super-warez.eu', 'http://www.super-warez.eu/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'supoza', 'http://www.supoza.com/music/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'takasima', 'http://takasima.net/?s=' + name);
addLb(lbWarez, 'sugarmegs', 'http://tela.sugarmegs.org/?showid=&bandid=&tbSearch=' + name);
addLb(lbWarez, 'talsilo', 'http://talsilo.com/?do=search&subaction=search&full_search=1&titleonly=3&catlist[]=12&story=' + name);
addLb(lbWarez, 'tehparadox', 'http://tehparadox.com/forum/search.php?titleonly=1&do=process&quicksearch=1&securitytoken=1471290588-8b4613d392e4afea5840814b7197125dfb3f0af2&query=' + name);
addLb(lbWarez, 'telecharger-tout', 'http://www.telecharger-tout.com/index.php?do=search&subaction=search&full_search=1&titleonly=3&catlist[]=8&story=' + name);
addLb(lbWarez, 'tezdl', 'http://www.tezdl.com/index.php?do=search&subaction=search&full_search=1&result_from=1&titleonly=3&showposts=1&catlist[]=5&story=' + name);
addLb(lbWarez, 'tftp.me', 'http://www.tftp.me/search.php?q=' + name);
addLb(lbWarez, 'theblues-thatjazz', 'http://www.theblues-thatjazz.com/en/component/search/?ordering=newest&searchphrase=exact&searchword=' + name);
addLb(lbWarez, 'thedailymosh', 'http://thedailymosh.com/search/?c=1&type=topic&sort=desc&s_m=7&s_d=14&s_y=2010&e_m=6&e_d=26&e_y=2016&q=' + name);
addLb(lbWarez, 'thekozykitchen', 'http://thekozykitchen.net/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'themfire', 'http://themfire.com/?s=' + name);
addLb(lbWarez, 'thesirenssound', 'http://www.thesirenssound.com/?s=' + name);
addLb(lbWarez, 'thevaultdownloads', 'http://www.thevaultdownloads.net/search/?type=all&q=' + name);
addLb(lbWarez, 'theviperfiles', 'http://www.theviperfiles.com/search.html#' + name);
addLb(lbWarez, 'tinydl', 'http://tinydl.com/?s=' + name);
addLb(lbWarez, 'titanShare', 'https://tshare.to/#!p=sdef&scat=music&q=' + name);
addLb(lbWarez, 'tooncow', 'http://tooncow.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'tonitop', 'http://www.tonitop.org/music/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'topmuzik.info', 'http://topmuzik.info/?s=' + name);
addLb(lbWarez, 'topvirk', 'http://www.topvirk.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'torrent4file', 'http://www.torrent4file.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'torrent4share', 'http://torrent4share.com/?s=' + name);
addLb(lbWarez, 'torrent7days', 'http://www.torrent7days.com/music/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'torrentbirdz', 'http://www.torrentbirdz.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'torrentchipc', 'http://torrentchipc.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'torrenthop.net', 'http://torrenthop.net/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'torrenthopz.com', 'http:/torrenthopz.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'torrenthugs', 'http://www.torrenthugs.com/musics/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'torrentmafia', 'http://torrentmafia.net/?s=' + name);
addLb(lbWarez, 'torrentmobo', 'http://www.torrentmobo.com/index.php?do=search&subaction=search&full_search=1&story=' + name);
addLb(lbWarez, 'torrentsbinz', 'http://www.torrentsbinz.com/index.php?do=search&subaction=search&full_search=1&titleonly=3&sortby=date&catlist[]=7&story=' + name);
addLb(lbWarez, 'torrentsdownload.ru', 'http://torrentsdownload.ru/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'torrentxhulks', 'http://www.torrentxhulks.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'torrentzshulk', 'http://www.torrentzshulk.com/music/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'torrentzddl.pw', 'http://www.torrentzddl.pw/?s=' + name);
addLb(lbWarez, 'towarez', 'http://towarez.net/?s=' + name);
addLb(lbWarez, 'tr7music', 'http://www.tr7music.com/search?q=' + name);
addLb(lbWarez, 'trance-music.org', 'http://trance-music.org/?s=' + name);
addLb(lbWarez, 'tunesies', 'https://tunesies.com/?s=' + name);
addLb(lbWarez, 'turk-diskografi.ucoz', 'http://turk-diskografi.ucoz.com/forum/0-0-0-6#' + name + ' <-- search term');
addLb(lbWarez, 'turkgraphicstore.ch', 'http://www.turkgraphicstore.ch/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'turkuk.ru', 'http://www.turkuk.ru/ara?searchword=' + name);
addLb(lbWarez, 'uastream', 'https://uastream.net/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'ulozto.net', 'http://www.ulozto.net/hledej?q=' + name);
addLb(lbWarez, 'upload113.xyz', 'http://www.upload113.xyz/index.php?do=search&subaction=search&full_search=1&titleonly=3&sortby=date&catlist[]=5&story=' + name);
addLb(lbWarez, 'uu.canna.to', 'http://uu.canna.to/links.php?action=suche&s_sort=datum+desc&s_beschreibung=1&s_kat_id=alle&s_filename=1&action=suche&s_string=' + name);
addLb(lbWarez, 'uzhgorod', 'http://mp3.uzhgorod.name/index.php?name=search&do=search&subaction=search&story=' + name);
addLb(lbWarez, 'vagoslatino', 'http://www.vagoslatino.com/search.php?titleonly=1&dosearch=Search+now&securitytoken=guest&do=process&query=' + name);
addLb(lbWarez, 'victalia', 'http://victalia.org/buscador/?q=clapton' + name);
addLb(lbWarez, 'victalia.org', 'http://victalia.org/buscador/?q=' + name);
addLb(lbWarez, 'viralvideopk', 'http://www.viralvideopk.com/?s=' + name);
addLb(lbWarez, 'vitanclub.net', 'http://www.vitanclub.net/descarca-mp3/' + name + '.html');
addLb(lbWarez, 'viz4u', 'hhttp://www.viz4u.net/v3/?s=' + name);
addLb(lbWarez, 'vkefree', 'http://vkefree.com/?s=' + name);
addLb(lbWarez, 'vuidown', 'http://www.vuidown.pw/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'vuimedia', 'http://www.vuimedia.website/jp/?s' + name);
addLb(lbWarez, 'vurmin.co', 'http://vurmin.co/search.php?s=&securitytoken=guest&do=process&titleonly=1&exactname=1&order=descending&showposts=0&forumchoice[]=13&childforums=1&query=' + name);
addLb(lbWarez, 'warez-bay', 'http://www.warez-bay.com/search.php?fid[]=26&sc=1&sf=titleonly&sk=t&sd=d&sr=topics&st=0&ch=300&t=0&submit=Search&keywords=' + name);
addLb(lbWarez, 'warez-bb', 'https://www.warez-bb.org/search.php?search_terms=all&search_fields=titleonly&sort_dir=DESC&show_results=topics&search_keywords=' + name);
addLb(lbWarez, 'warez-load.org', 'http://www.warez-load.org/search.php?action=do_search# <-- manually search for' + name);
addLb(lbWarez, 'warez-serbia', 'http://warez-serbia.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'warez-world.org', 'http://warez-world.org/?s=' + name);
addLb(lbWarez, 'warez.azbase.net', 'http://www.warez.azbase.net/search.php?sc=1&sf=titleonly&keywords=' + name);
addLb(lbWarez, 'warez4dl', 'http://warez4dl.org/?s=' + name);
addLb(lbWarez, 'warezaz', 'http://warezaz.com/?s=' + name);
addLb(lbWarez, 'warezcrack.site', 'http://warezcrack.site/?s=' + name);
addLb(lbWarez, 'warezday', 'http://warezday.com/index.php?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbWarez, 'warezlover', 'http://warezlover.in/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'warezriver.com', 'http://warezriver.com/?s=' + name);
addLb(lbWarez, 'warezriver.xyz', 'http://warezriver.xyz/?s=' + name);
addLb(lbWarez, 'wareztoday2', 'http://wareztoday2.com/?do=search&subaction=search&titleonly=3&catlist[]=4&story=' + name);
addLb(lbWarez, 'warianoz', 'http://www.warianoz.com/foros/search.php?do=process&securitytoken=guest&query=' + name);
addLb(lbWarez, 'wawacity', 'http://www.wawacity.su/index.php/search?q=' + name);
addLb(lbWarez, 'webnena', 'http://www.webnena.com/?s=' + name);
addLb(lbWarez, 'web-zone.net', 'http://web-zone.net/?s=' + name);
addLb(lbWarez, 'weezik.blogspot.com', 'http://weezik.blogspot.com/search?q=' + name);
addLb(lbWarez, 'welovemusic.over-blog', 'http://welovemusic.over-blog.com/search/' + name);
addLb(lbWarez, 'win7dl', 'http://win7dl.org/index.php?do=search&subaction=search&full_search=1&titleonly=3&catlist[]=22&story=' + name);
addLb(lbWarez, 'wordnice', 'http://wordnice.net/search.php?keywords=' + name);
addLb(lbWarez, 'wrz-music', 'http://wrz-music.net/?s=' + name);
addLb(lbWarez, 'wtfmusic', 'http://wtfmusic.net/?s=' + name);
addLb(lbWarez, 'x-caleta', 'http://www.x-caleta.com/index.php?do=search&catlist[]=6&subaction=search&story=' + name);
addLb(lbWarez, 'xfobo', 'http://www.xfobo.com/search.php?query=' + name);
addLb(lbWarez, 'xhdstream.com', 'http://xhdstream.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'xorosho', 'http://www.xorosho.com/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'xquery', 'http://www.xquery.net/download-search.php?log=1&q=' + name);
addLb(lbWarez, 'xreadbook', 'http://xreadbook.com/index.php?name=search&do=search&subaction=search&story=' + name);
addLb(lbWarez, 'xtragfx', 'http://xtragfx.com/index.php?do=search&subaction=search&search_start=0&full_search=1&titleonly=0&showposts=0&catlist[]=32&story=' + name);
addLb(lbWarez, 'xxx-sharing.net', 'http://www.xxx-sharing.net/search.php?s=&securitytoken=1469905280-e82736974fb56a94a6af0fafd4b644b262e6b6c3&do=process&titleonly=1&forumchoice[]=26&query=' + name);
addLb(lbWarez, 'ysleaks', 'http://ysleaks.com/?s=' + name);
addLb(lbWarez, 'yuimobsessatopapp', 'http://yuimobsessatopapp.com/musics/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'zajefajna', 'http://www.zajefajna.com/search.php?do=process&titleonly=1&forumchoice[]=16&sortby=dateline&order=descending&dosearch=Search+now&securitytoken=1469140652-15a81c3e8cdfe2e1a5e9ea1bc2eba873ef0fadad&query=' + name);
addLb(lbWarez, 'zefiles', 'http://www.zefiles.com/category/music/?s=' + name);
addLb(lbWarez, 'zetan', 'http://zetan.org/music-mp3/?do=search&subaction=search&story=' + name);
addLb(lbWarez, 'zipdown', 'http://zipdown.ru/index.php?do=search&subaction=search&catlist[]=79&titleonly=3&full_search=1&story=' + name);
addLb(lbWarez, 'zippygo', 'http://zippygo.org/?q=' + name);
addLb(lbWarez, 'zonambuloz', 'http://zonambuloz.info/buscar/' + name);
whereAppend.append(lbWarez);
// torrents
addButton(null, "torrents");
addLb(lbTorrent, '1337x', 'http://www.1337x.to/search/' + name + '/1/');
addLb(lbTorrent, '400blows.net', 'http://www.400blows.net/' + name.replace(/%20/g, "-") + '.html');
addLb(lbTorrent, '7tor.org', 'http://7tor.org/search.php?sr=topics&sf=titleonly&fp=0&tracker_search=torrent&keywords=' + name);
addLb(lbTorrent, 'ahashare', 'http://www.ahashare.com/torrents-search.php?search=' + name);
addLb(lbTorrent, 'agusiq-torrents', 'http://agusiq-torrents.pl/szukaj-torrenta?search=' + name);
addLb(lbTorrent, 'alicili.org', 'http://alicili.org/list/' + name + '/1-0-0/');
addLb(lbTorrent, 'bbotorrent', 'bbotorrent.com/bbs/search.php?sfl=wr_subject||wr_content&sop=and&stx=' + name);
addLb(lbTorrent, 'bestDL', 'https://www.bestdownload.eu/search?f=' + name);
addLb(lbTorrent, 'besttorrent', 'http://besttorrent.org/search/?q=' + name);
addLb(lbTorrent, 'bigfangroup', 'http://www.bigfangroup.org/browse.php?search=' + name);
addLb(lbTorrent, 'bigtorrent', 'http://bigtorrent.org/search/index.php?q=' + name);
addLb(lbTorrent, 'bitlord', 'http://www.bitlordsearch.com/search.php?q=' + name);
addLb(lbTorrent, 'bitru', 'http://bitru.org/browse.php?tmp=music&s=' + name);
addLb(lbTorrent, 'bitsnoop', "http://bitsnoop.com/search/all/" + name + "/c/d/1/");
addLb(lbTorrent, 'bittorrent.am', "http://www.bittorrent.am/search.php?kwds=" + name);
addLb(lbTorrent, 'bittorrentz', "http://www.bittorrentz.net/search/?search=" + name);
addLb(lbTorrent, 'bowiestation', "http://www.bowiestation.com/TT2/torrents-search.php?incldead=1&search=" + name);
addLb(lbTorrent, 'bt.etree.org', "http://bt.etree.org/?cat=0&incldead=1&searchzz=" + name);
addLb(lbTorrent, 'btarena', "http://tracker.btarena.org/torrents-search.php?search=" + name);
addLb(lbTorrent, 'btbaocai', "http://www.btbaocai.com/search/" + name);
addLb(lbTorrent, 'btbay.org', 'http://www.btbay.org/page' + name);
addLb(lbTorrent, 'btbutterfly', 'http://www.btbutterfly.com/search/music/' + name);
addLb(lbTorrent, 'btcat', 'http://btcat.org/search/' + name + '.html');
addLb(lbTorrent, 'btcity', 'http://btcity.net/search/' + name);
addLb(lbTorrent, 'btdb.in', 'http://btdb.in/q/' + name);
addLb(lbTorrent, 'btdigg.org', 'http://btdigg.org/search?info_hash=&q=' + name);
addLb(lbTorrent, 'btdigg.pw', 'http://btdigg.pw/?keyword=' + name);
addLb(lbTorrent, 'bteye', 'http://www.bteye.org/q/' + name);
addLb(lbTorrent, 'btfuli', 'http://www.btfuli.net/list/' + name + '-s1d-1.html');
addLb(lbTorrent, 'btjunkie.eu', 'http://btjunkie.eu/audio/by-default_sort/desc/page1/' + name);
addLb(lbTorrent, 'btkitty', 'http://btkitty.uno/?keyword=' + name + '#post not working, use search box');
addLb(lbTorrent, 'btku', 'http://btku.org/q/' + name);
addLb(lbTorrent, 'btlibrary', 'http://btlibrary.net/?s' + name);
addLb(lbTorrent, 'btloft', 'http://www.btloft.com/search?query=' + name);
addLb(lbTorrent, 'btmap.net', 'http://www.btmap.net/search/' + name + '_ctime_1.html');
addLb(lbTorrent, 'btmon', 'http://www.btmon.com/torrent/?f=' + name);
addLb(lbTorrent, 'btoastmusic', 'http://btoastmusic.com/page/' + name);
addLb(lbTorrent, 'btorz', 'http://www.btorz.com/torrent/' + name + '-first-asc-1');
addLb(lbTorrent, 'btput', 'http://www.btput.com/search/' + name);
addLb(lbTorrent, 'btset', "http://www.btset.com/search/" + name + ".html");
addLb(lbTorrent, 'btshark.info', "http://www.btshark.info/search/music/" + name);
addLb(lbTorrent, 'btshark.net', "http://www.btshark.net/search/music/" + name);
addLb(lbTorrent, 'btspider', "http://www.btspider.com/" + name + "-first-asc-1.html?f=h");
addLb(lbTorrent, 'btspread.la', "http://btspread.la/" + name + "/1-0/");
addLb(lbTorrent, 'btstor.cc', 'http://www.btstor.cc/results.php?q=' + name);
addLb(lbTorrent, 'btworld.info', "http://btworld.info/list/" + name + ".html");
addLb(lbTorrent, 'burncd.ru', 'http://burncd.ru/поиск_торрента/?cat_id=6&torrent=' + name);
addLb(lbTorrent, 'butzz', 'http://www.butzz.org/mp3-download/' + name);
addLb(lbTorrent, 'chinesedemocracy', 'http://www.chinesedemocracy.com/tracker/index.php?page=torrents&search=' + name);
addLb(lbTorrent, 'cili100', 'http://www.cili100.com/s/' + name);
addLb(lbTorrent, 'cilicili', 'http://www.cilicili.net/search/' + name);
var hex=''; for (var i = 0; i < name.length; i++) hex += name.charCodeAt(i).toString(16);
addLb(lbTorrent, 'cililian.us', 'http://www.cililian.us/list/b/' + hex + "/1");
addLb(lbTorrent, 'dcztorrent', 'https://tracker.cztorrent.net/torrents/?c2=1&s=' + name);
addLb(lbTorrent, 'dark-os.ru', 'https://www.dark-os.ru/search.php?to=1&allw=1&f[]=0&nm=' + name);
addLb(lbTorrent, 'darmowe-torenty.pl', 'http://darmowe-torenty.pl/torrenty.php?category=38&search=' + name);
addLb(lbTorrent, 'dbka.org', 'http://www.dbka.org/s/' + name);
addLb(lbTorrent, 'ddgroupclub.ru', 'http://ddgroupclub.ru/tracker.php?nm=' + name);
addLb(lbTorrent, 'deeptorrent', 'http://www.deeptorrent.net/torrents?q=' + name);
addLb(lbTorrent, 'demonoid', 'http://www.demonoid.pw/files/?query=' + name + "/");
addLb(lbTorrent, 'depechemode-live', 'https://www.depechemode-live.com/index.php?search=' + name);
addLb(lbTorrent, 'digbt', 'http://digbt.org/search/' + name);
addLb(lbTorrent, 'dimeadozen', 'http://www.dimeadozen.org/torrents-browse.php?searchscope=1&search=' + name);
addLb(lbTorrent, 'download-pedia', 'http://download-pedia.com/?a=f&q=' + name);
addLb(lbTorrent, 'downloadtorrents', 'http://192.162.26.32/torrents.php?term=' + name);
addLb(lbTorrent, 'doutdess.org', 'http://doutdess.org/tracker.php?nm=' + name);
addLb(lbTorrent, 'dsvload', 'http://dsvload.net/index.php?do=search&subaction=search&story=' + name);
addLb(lbTorrent, 'dwowd.net', 'http://dwowd.net/search/0/50/' + name);
addLb(lbTorrent, 'elitetorrent.pl', 'http://elitetorrent.pl/torrents.php?search=' + name);
addLb(lbTorrent, 'emiz.biz', 'http://emiz.biz/tracker.php?nm=' + name);
addLb(lbTorrent, 'etorrent.co.kr', 'http://etorrent.co.kr/bbs/board.php?bo_table=music&sca=&sfl=wr_subject&stx=' + name);
addLb(lbTorrent, 'exerevno', 'http://exerevno.org/search.php?q=' + name);
addLb(lbTorrent, 'extraTrorrent.cc', 'http://extratorrent.cc/advanced_search/?s_cat=5&with=' + name);
addLb(lbTorrent, 'fanhaozhushou', 'http://www.fanhaozhushou.com/search/' + name);
addLb(lbTorrent, 'fastmagnet.me', 'http://t2.fastmagnet.me/search/music/' + name);
addLb(lbTorrent, 'fasttorrent', 'http://www.fasttorrent.org/search/music/' + name);
addLb(lbTorrent, 'fileclub.ws', 'http://fileclub.ws/browse.php?cat=10&incldead=1&sort=0&type=desc&gr=0&s=0&search=' + name);
addLb(lbTorrent, 'filedron', 'http://filedron.com/' + name);
addLb(lbTorrent, 'filelisting', 'http://filelisting.com/result?q=' + name);
addLb(lbTorrent, 'foreverdrowning', 'http://www.foreverdrowning.nl/tracker/index.php?page=torrents&search=' + name);
addLb(lbTorrent, 'forums.questionablecontent.net', 'https://forums.questionablecontent.net/index.php?action=search2&search=' + name);
addLb(lbTorrent, 'freedownloadtorrent', 'http://freedownloadtorrent.org/tracker.php?nm=' + name);
addLb(lbTorrent, 'freetorrmd.ru', 'http://freetorrmd.ru/all/0/0/0/0/0/0/0/desc/1/' + name);
addLb(lbTorrent, 'generalfilclass', 'http://generalfilclass.com/tracker.php?nm=' + name);
addLb(lbTorrent, 'genesis-movement', 'http://torrent.genesis-movement.org/torrents-search.php?search=' + name);
addLb(lbTorrent, 'glodls.to', 'http://glodls.to/search.php?search=' + name);
addLb(lbTorrent, 'godht', 'http://www.godht.com/s/?wd=' + name);
addLb(lbTorrent, 'godw', 'http://www.godw.org/s/' + name);
addLb(lbTorrent, 'gogo1633', 'http://gogo1633.com/search/music/' + name);
addLb(lbTorrent, 'goldenshara', 'http://goldenshara.org/razdachi.php?nm=' + name);
addLb(lbTorrent, 'google-my-yahoo', 'http://google-my-yahoo.com/torrents.php?term=' + name);
addLb(lbTorrent, 'helltorrents', 'http://helltorrents.com/torrenty.php?category=38&search=' + name);
addLb(lbTorrent, 'hitmuzik.ru', 'http://hitmuzik.ru/browse.php?search=' + name);
addLb(lbTorrent, 'ilcorsaronero.info', 'http://ilcorsaronero.info/argh.php?search=' + name);
addLb(lbTorrent, 'immortaltorrent', 'http://www.immortaltorrent.pl/torrents.php?category=18&search=' + name);
addLb(lbTorrent, 'isohunt.ee', 'http://isohunt.ee/torrents/?ihq=' + name);
addLb(lbTorrent, 'isohunt.to', 'https://isohunt.to/torrents/?ihq=' + name);
addLb(lbTorrent, 'jamtothis', 'http://www.jamtothis.com/search.php?titleonly=1&query=' + name);
addLb(lbTorrent, 'ju8.me', 'http://www.ju8.me/s/' + name);
addLb(lbTorrent, 'jungleland', 'http://jungleland.dnsalias.com/torrents-browse.php?incldead=1&search=' + name);
addLb(lbTorrent, 'kat.cr DOWN!', 'https://kat.cr/usearch/' + name + "/");
addLb(lbTorrent, 'kat.cr feed DOWN!', 'https://kat.cr/usearch/' + name + "/?rss=1");
addLb(lbTorrent, 'dxtorrent.com (kat.cr mirror)', 'http://dxtorrent.com/usearch/' + name + "/");
addLb(lbTorrent, 'kickasstorrents.to (kat.cr mirror)', 'http://http://kickasstorrents.to/usearch/' + name + "/");
addLb(lbTorrent, 'kinozal.me', 'http://kinozal.me/browse.php?c=1004&s=' + name);
addLb(lbTorrent, 'kinozal.tv', 'http://kinozal.tv/browse.php?c=1004&s=' + name);
addLb(lbTorrent, 'krutor', 'http://krutor.org/search/' + name);
addLb(lbTorrent, 'katushka', 'http://katushka.net/torrent/?c5=1&type_search=torrents&incldead=7&search=' + name);
addLb(lbTorrent, 'legittorrents', 'http://www.legittorrents.info/index.php?page=torrents&search=' + name);
addLb(lbTorrent, 'limetorrents.cc', 'https://www.limetorrents.cc/search/all/' + name);
addLb(lbTorrent, 'liveshownation', 'http://liveshownation.com/index.php?page=torrents&search=' + name);
addLb(lbTorrent, 'lokotorrents', 'http://www.lokotorrents.org/search/music/' + name);
addLb(lbTorrent, 'losslessclub', 'http://losslessclub.com/browse.php?search=' + name);
addLb(lbTorrent, 'lykreciy.ru', 'http://lykreciy.ru/index.php?do=search&subaction=search&full_search=1&titleonly=3&sortby=date&catlist[]=2&story=' + name);
addLb(lbTorrent, 'magatorrentx', 'http://www.magatorrentx.com/music/?do=search&subaction=search&story=' + name);
addLb(lbTorrent, 'magnet2torrent', 'http://www.magnet2torrent.net/search/music/' + name);
addLb(lbTorrent, 'magnetcluster.me', 'http://www.magnetcluster.me/search/music/' + name);
addLb(lbTorrent, 'magnetslot', 'http://www.magnetslot.com/search/music/zappa' + name);
addLb(lbTorrent, 'mediafirefile.com', 'http://www.magnetdl.com/' + name.toLowerCase()[0] + '/' + name + '/');
addLb(lbTorrent, 'magnetfox', 'http://magnetfox.com/search/0/50/' + name);
addLb(lbTorrent, 'megashara', 'http://megashara.com/search/?text=' + name);
addLb(lbTorrent, 'megatorrents', 'http://megatorrents.org/forum/tracker.php?nm=' + name);
addLb(lbTorrent, 'metal-tracker', 'http://en.metal-tracker.com/torrents/search.html?q=' + name + '# <-- must search manually');
addLb(lbTorrent, 'metallifukinca', 'http://www.metallifukinca.com/search.php?titleonly=1&securitytoken=guest&do=process&query=' + name);
addLb(lbTorrent, 'mininova', 'http://www.mininova.org/search/?search=' + name);
addLb(lbTorrent, 'monova', 'https://monova.org/search?term=' + name);
addLb(lbTorrent, 'mtorrents.com', 'http://www.mtorrents.com/search?utf8=%E2%9C%93&category=music&commit=Search&keywords=' + name);
addLb(lbTorrent, 'musicsite', 'http://music-site.ru/music-data-play/' + name);
addLb(lbTorrent, 'myklad', 'https://myklad.org/search/?search=' + name);
addLb(lbTorrent, 'muz-tracker', 'http://www.muz-tracker.net/browse.php?cat=0&incldead=1&sort=0&type=desc&gr=0&kp=0&im=0&os=o&s=0&search=' + name + "&post=%D0%9F%D0%BE%D0%B8%D1%81%D0%BA#results");
addLb(lbTorrent, 'natorrents', 'http://natorrents.com/usearch/' + name);
addLb(lbTorrent, 'new-team.org', 'http://new-team.org/search?q=' + name + "&post=%D0%9F%D0%BE%D0%B8%D1%81%D0%BA#results");
addLb(lbTorrent, 'newtorrents.info', 'http://www.newtorrents.info/search/' + name);
addLb(lbTorrent, 'nnmclub.to 1', 'http://nnmclub.to/forum/search.php?q=' + name);
addLb(lbTorrent, 'nnmclub.to 2', 'http://nnmclub.to/?w=title&q=' + name);
addLb(lbTorrent, 'oldfield.es', 'http://btt.oldfield.es/torrents-search.php?incldead=1&search=' + name);
addLb(lbTorrent, 'opensharing', 'http://opensharing.org/newsearch.php?search_word=' + name);
addLb(lbTorrent, 'opentorrent.ru', 'http://opentorrent.ru/tracker.php?nm=' + name);
addLb(lbTorrent, 'ostorrent', 'http://torrentaai.info/ser.php?q=' + name);
addLb(lbTorrent, 'ourrelease', 'http://www.ourrelease.org/bittorrent/plus/search.php?kwtype=0&keyword=' + name);
addLb(lbTorrent, 'phantomp2p', 'http://phantomp2p.com/forum/search.php?sf=titleonly&submit=Search&keywords=' + name);
addLb(lbTorrent, 'pirat.ca', 'http://pirat.ca/tracker.php?&nm=' + name);
addLb(lbTorrent, 'planetrocklosslessbootlegs', 'http://www.planetrocklosslessbootlegs.com/search.php?titleonly=1&securitytoken=1467577994-06fa8960e607eca78b77e1872f2e387107381618&do=process&query=' + name);
addLb(lbTorrent, 'predb.me', 'http://predb.me/?search=' + name);
addLb(lbTorrent, 'psychocydd.co.uk', 'http://psychocydd.co.uk/torrents.php?search=' + name);
addLb(lbTorrent, 'punkoiska', 'http://www.punkoiska.com/search.php?action=search&keywords=' + name);
addLb(lbTorrent, 'punktorrents', 'http://www.punktorrents.com/search.php?keywords=' + name);
addLb(lbTorrent, 'queentorrent', 'http://www.queentorrent.net/' + name);
addLb(lbTorrent, 'queenzone', 'http://www.queenzone.com/search_results.aspx?sa=Search&cx=partner-pub-9128238322672228%3Aetyq8xu6k93&cof=FORID%3A10&ie=ISO-8859-1&siteurl=www.queenzone.com%2F&ref=&ss=0j0j1&q=' + name);
addLb(lbTorrent, 'rarbg.to', 'https://rarbg.to/torrents.php?category[]=23&category[]=25&search=' + name);
addLb(lbTorrent, 'realmt', 'http://realmt.org/tracker.php?max=1&to=1&nm="' + name + '"');
addLb(lbTorrent, 'riperam.org', 'http://riperam.org/search.php?tracker_search=torrent&fid[]=243&sf=titleonly&sr=topics&keywords=' + name);
addLb(lbTorrent, 'ro.btbay.org', 'http://ro.btbay.org/page/' + name);
addLb(lbTorrent, 'romania-inedit.3xforum.ro', 'http://romania-inedit.3xforum.ro/search.php?action=search&keywords=' + name);
addLb(lbTorrent, 'ruhunt', 'http://ruhunt.org/search?q=' + name);
addLb(lbTorrent, 'rutor.info', 'http://rutor.info/search/0/2/000/0/' + name);
addLb(lbTorrent, 'rutor.is', 'http://rutor.is/search/0/2/000/0/' + name);
addLb(lbTorrent, 'rutorka.net', 'http://rutorka.net/search.php?sr=topics&sf=titleonly&fp=1&tracker_search=torrent&keywords=' + name);
addLb(lbTorrent, 'rutracker.online', 'http://rutracker.online/' + name + '.html');
addLb(lbTorrent, 'rutracker.org', 'http://rutracker.org/forum/tracker.php?nm=' + name + ' ' + tit);
addLb(lbTorrent, 'seedoff', 'http://www.seedoff.tv/?page=torrents&search=' + name);
addLb(lbTorrent, 'seedpeer', 'http://www.seedpeer.com/search.php?search=' + name);
addLb(lbTorrent, 'shnflac', 'http://www.shnflac.net/torrents.php?active=0&search=' + name);
addLb(lbTorrent, 'smithstorrents', 'http://www.smithstorrents.co.uk/forum/search.php?search_keywords=' + name);
addLb(lbTorrent, 'snarfit', 'http://www.snarfit.com/search.php?q=' + name);
addLb(lbTorrent, 'sobt5', 'http://www.sobt5.com/q/' + name + '.html');
addLb(lbTorrent, 'sounima', 'http://www.sounima.net/' + name + '/1/');
addLb(lbTorrent, 'soundPark', 'http://sound-park.es/search?q=' + name);
addLb(lbTorrent, 'sovtor', 'http://sovtor.org/search.php?max=1&to=1&nm=' + name);
addLb(lbTorrent, 'startorrentproxy', 'http://startorrentproxy.xyz/search/music/' + name);
addLb(lbTorrent, 'startorrents', 'http://startorrents.com/search/music/' + name + '/');
addLb(lbTorrent, 'sumotorrent', 'http://www.sumotorrent.sx/en/search/' + name);
addLb(lbTorrent, 'sounddamage', 'http://www.sounddamage.net/results.php?q=' + name);
addLb(lbTorrent, 't411ch', 'http://www.t411ch.com/torrents/search/?search=' + name);
addLb(lbTorrent, 'tamilserialnow', 'http://tamilserialnow.com/search.php?q=' + name);
addLb(lbTorrent, 'tangledupintorrents', 'http://tangledupintorrents.com/browse.php?search=' + name);
addLb(lbTorrent, 'tfile.me', 'http://search.tfile.me/?q=' + name);
addLb(lbTorrent, 'th.ju8.me', 'http://th.ju8.me/s/' + name);
addLb(lbTorrent, 'tha-tracker.net', 'http://tha-tracker.net/search.php?term=' + name);
addLb(lbTorrent, 'thepiratebay', 'https://thepiratebay.se/search/' + name + '/0/99/0');
addLb(lbTorrent, 'titantorrent', 'http://www.titantorrent.to/en/' + name + '/music-torrent-search.html');
addLb(lbTorrent, 'todotorrents', 'http://www.todotorrents.com/index.php?' + name);
addLb(lbTorrent, 'torbt', 'http://torbt.com/index.php?u=magnetsearch-index&keyword=' + name);
addLb(lbTorrent, 'toreye', 'http://toreye.com/search/' + name);
addLb(lbTorrent, 'torhub', 'https://www.torhub.net/search?torrent=' + name);
addLb(lbTorrent, 'torlock', 'http://www.torlock.com/all/torrents/' + name + '.html');
addLb(lbTorrent, 'torrnada.ru', 'http://torrnada.ru/tracker.php?nm=' + name);
addLb(lbTorrent, 'torrnado.ru', 'http://www.torrnado.ru/search.php?fid[]=4&sf=titleonly&submit=Search&keywords=' + name);
addLb(lbTorrent, 'torrent.cd', 'http://torrent.cd/torrents/search/?s_p_cat=5&q=' + name);
addLb(lbTorrent, 'torrent.eval.hu', 'http://torrent.eval.hu/torrent-kereso/' + name);
addLb(lbTorrent, 'torrent.tm', 'https://torrent.tm/search?q=' + name);
addLb(lbTorrent, 'torrentbird', 'http://www.torrentbird.com/?do=search&subaction=search&story=' + name);
addLb(lbTorrent, 'torrentbit', 'http://www.torrentbit.net/search/?cat_id=3&torrent=' + name);
addLb(lbTorrent, 'torrentc.org', 'http://torrentc.org/tracker.php?max=1&to=1&nm=' + name);
addLb(lbTorrent, 'torrentcd.net', 'http://torrentcd.net/torrents/search/?q=' + name);
addLb(lbTorrent, 'torrentcd.site', 'http://torrentcd.net/torrents/search/?q=' + name);
addLb(lbTorrent, 'torrentci.info', 'http://torrentci.info/ser.php?q=' + name);
addLb(lbTorrent, 'torrentdownload', 'http://www.torrentdownload.co/search?q=' + name);
addLb(lbTorrent, 'torrentdownloads.be', 'http://torrentdownloads.be/?search=' + name);
addLb(lbTorrent, 'torrentdownloads.me', 'http://www.torrentdownloads.me/search/?search=' + name);
addLb(lbTorrent, 'torrented', 'http://www.torrented.ch/bittorrent_search/?torrent=' + name);
addLb(lbTorrent, 'torrentflame', 'http://torrentflame.org/index.php?do=search&subaction=search&titleonly=3&catlist[]=3&story=' + name);
addLb(lbTorrent, 'torrentfunk', 'https://www.torrentfunk.com/music/torrents/' + name + '.html?v=&smi=&sma=&i=250');
addLb(lbTorrent, 'torrenthopz', 'http://www.torrenthopz.com/music/?do=search&subaction=search&story=' + name);
addLb(lbTorrent, 'torrentino.com', 'http://www.torrentino.com/search?kind%5B%5D=7&search=' + name);
addLb(lbTorrent, 'torrentino.ru', 'http://www.torrentino.ru/query/' + name);
addLb(lbTorrent, 'torrentkim3', 'https://torrentkim3.net/bbs/google.php?k=&b=&q=' + name);
addLb(lbTorrent, 'torrentlove.org', 'http://www.torrentlove.org/results.php?q=' + name);
addLb(lbTorrent, 'torrentman', 'http://www.torrentman.com/search.php?q=' + name);
addLb(lbTorrent, 'torrentproject', 'https://torrentproject.se/?t=' + name);
addLb(lbTorrent, 'torrentreactor', 'https://torrentreactor.com/torrents-search/' + name.replace(/%20/g, "+"));
addLb(lbTorrent, 'torrentroom', 'http://www.torrentroom.com/search?k=' + name);
addLb(lbTorrent, 'torrents.cc', 'http://torrents.cc/search/' + name);
addLb(lbTorrent, 'torrents.net', 'http://www.torrents.net/find/' + name + '/');
addLb(lbTorrent, 'torrents.st', 'http://torrents.st/search/' + name);
addLb(lbTorrent, 'torrents43', 'http://torrents43.com/?q=' + name);
addLb(lbTorrent, 'torrentset', 'http://www.torrentset.com/torrents/' + name.replace(/\s+/g, "-").substr(0,2) + '/' + name.replace(/\s+/g, "-") + '.html');
addLb(lbTorrent, 'torrentsbinz', 'http://www.torrentsbinz.com/?do=search&subaction=search&story=' + name);
addLb(lbTorrent, 'torrenttab', 'http://www.torrenttab.com/' + name);
addLb(lbTorrent, 'torrenttornados', 'http://www.torrenttornados.com/musics/?do=search&subaction=search&story=' + name);
addLb(lbTorrent, 'torrentw.org', 'https://torrentw.org/search?cat=music&q=' + name);
addLb(lbTorrent, 'torrentz-cd', 'http://torrentz-cd.com/' + name);
addLb(lbTorrent, 'torrentz.eu', 'http://torrentz.eu/search?q=' + name);
addLb(lbTorrent, 'torrentz.in', 'http://torrentz.in/search?q=' + name);
addLb(lbTorrent, 'torrentz-pro', 'http://torrentz-pro.com/search.php?category_id_input=Music&category_id=5&q=' + name);
addLb(lbTorrent, 'torrentzcc.xyz', 'http://torrentzcc.xyz/' + name);
addLb(lbTorrent, 'torrentzshulks', 'http://www.torrentzshulks.com/music/?do=search&subaction=search&story=' + name);
addLb(lbTorrent, 'torrpeda', 'https://torrpeda.org/torrents/' + name);
addLb(lbTorrent, 'torrtilla.ru', 'http://torrtilla.ru/torrents/' + name);
addLb(lbTorrent, 'trackerok', 'http://www.trackerok.com/?do=search&subaction=search&story=' + name);
addLb(lbTorrent, 'trnts.ru', 'http://trnts.ru/?q=' + name);
addLb(lbTorrent, 'u2torrents', 'http://u2torrents.com/search?search=' + name);
addLb(lbTorrent, 'underverse.su', 'http://underverse.su/tracker.php?nm=' + name);
addLb(lbTorrent, 'unionpeer', 'http://unionpeer.org/tracker.php?nm=' + name);
addLb(lbTorrent, 'unitaz.org.ua', 'http://unitaz.org.ua/tracker.php?max=1&to=1&nm' + name);
addLb(lbTorrent, 'vitorrent', 'http://www.vitorrent.me/search/' + name);
addLb(lbTorrent, 'what.cd', 'https://what.cd/artist.php?artistname=' + name);
addLb(lbTorrent, 'xtreme.ws', 'http://xtreme.ws/index.php?do=search&subaction=search&titleonly=3&story=' + name);
addLb(lbTorrent, 'yeeshkul', 'http://yeeshkul.com/forum/search.php?titleonly=1&securitytoken=1467572119-727ec80ceab9302c48bb877fa5a94aeae1caf12a&do=process&query=' + name);
addLb(lbTorrent, 'youtor.org', 'http://youtor.org/index.php?do=search&subaction=search&full_search=1&titleonly=3&sortby=date&story=' + name);
addLb(lbTorrent, 'yourbittorrent', 'http://yourbittorrent.com/?q=' + name);
addLb(lbTorrent, 'zappateers', 'http://zappateers.com/bb/search.php?mode=results&search_fields=titleonly&search_keywords=' + name);
addLb(lbTorrent, 'zhongzicili', 'http://zhongzicili.com/zhongzi/' + name + '/1-0-0.html');
addLb(lbTorrent, 'zonebits.net', 'http://zonebits.net/search.php?q=' + name);
addLb(lbTorrent, 'zooqle', 'https://zooqle.com/search?q=' + name + '+category%3AMusic');
addLb(lbTorrent, 'zoozle', 'http://torrent.zoozle.org/search.php?q=' + name);
addLb(lbTorrent, 'zztorrent', 'http://www.zztorrent.com/search/?q=' + name);
whereAppend.append(lbTorrent);
// archive search engines
addButton(null, "search engines");
addLb(lbSearch, 'alluc.ee', 'http://www.alluc.ee/download/' + name);
addLb(lbSearch, 'binnews.in', 'http://www.binnews.in/_bin/search2.php# !NO GET, USE FORM FOR "' + name + '"');
addLb(lbSearch, 'byFiles', 'http://byfiles.com/search/' + name);
addLb(lbSearch, 'downloadstube', 'http://www.download-stu.net/' + name + "/DDLs.html");
addLb(lbSearch, 'Ebookee', 'http://www.ebookee.net/search.php?cx=005418540955315608444%3Ahzcbi9hnswe&cof=FORID%3A11&sa=Search&q=' + tit + ' ' + name);
addLb(lbSearch, 'FBug', 'http://www.filesbug.com/search/' + tit + ' ' + name);
addLb(lbSearch, 'FDeck', 'http://filesdeck.com/search.php?q=' + tit + ' ' + name);
addLb(lbSearch, 'fileCatch', 'http://filecatch.com/?q=' + name + ' ' + tit);
addLb(lbSearch, 'filediva', 'http://www.filediva.com/results.php?search=' + name);
addLb(lbSearch, 'filegaga', 'http://filegaga.com/search.php?q=' + name);
addLb(lbSearch, 'fileKnow', 'http://fileknow.org/' + name);
addLb(lbSearch, 'filemirrors.info', 'http://www.filemirrors.info/index.php?q=' + name);
addLb(lbSearch, 'filepoch', 'http://filepoch.com/?q=' + name);
addLb(lbSearch, 'filesbug', 'http://www.filesbug.com/search/' + name);
addLb(lbSearch, 'filesloop hosts', 'https://www.filesloop.com/search/' + name + '.html');
addLb(lbSearch, 'filesloop torrent', 'https://www.filesloop.com/torrent/' + name + '.html');
addLb(lbSearch, 'filespr', 'http://www.filespr.pro/' + name.toLowerCase()[0] + '/' + name);
addLb(lbSearch, 'general-catalog', 'http://www.general-catalog.net/tag/' + name);
addLb(lbSearch, 'generalfil.es', 'http://www.generalfil.es/files-' + name.toLowerCase()[0] + '/' + name);
addLb(lbSearch, 'GenSearch', 'http://www.general-search.net/download/"' + name + '" "' + tit + '"');
addLb(lbSearch, 'ifolderlinks.ru', 'http://ifolderlinks.ru/isearch.html?size=1&search=' + name);
addLb(lbSearch, 'katzddl', 'http://katzddl.ws/index.php?q=' + name);
addLb(lbSearch, 'Kvaz', 'http://cognitivefiles.com/index.php?q="' + name + '"');
addLb(lbSearch, 'mediafirefile.com', 'http://mediafirefile.com/' + name.toLowerCase()[0] + '/' + name + '.html');
addLb(lbSearch, 'mediafiretrend', 'http://mediafiretrend.com/?q="' + name + '"');
addLb(lbSearch, 'megasearch.co', 'http://megasearch.co/?q="' + name + '"');
addLb(lbSearch, 'rapid-search-engine', 'http://rapid-search-engine.com/index-s=' + name + ".html");
addLb(lbSearch, 'rapid4me', 'http://rapid4me.com/?q=' + name);
addLb(lbSearch, 'rapidshare.zoozle.net', 'http://rapidshare.zoozle.net/suche.php?q=' + name);
addLb(lbSearch, 'sharedir', 'http://sharedir.com/index.php?s=' + tit + ' ' + name);
addLb(lbSearch, 'tagoo.ru', 'http://tagoo.ru/ru/search.php?for=audio&search=' + name);
addLb(lbSearch, 'Taringa', 'http://www.taringa.net/buscar/?q="' + name + '" "' + tit + '"');
addLb(lbSearch, 'tfile.me', 'http://tfile.me/forum/ssearch.php?q=' + name);
addLb(lbSearch, 'tradownload', 'http://tradownload.com/results/' + name + ".html");
addLb(lbSearch, 'tshare', 'https://tshare.to/#!p=sdef&scat=music&q=' + name);
addLb(lbSearch, 'uploadedtrend', 'http://uploadedtrend.com/search.php?q=' + name);
addLb(lbSearch, 'zoozle', 'http://rapidshare.zoozle.org/search.php?q=' + name);
whereAppend.append(lbSearch);
// singles
addButton(null, "singles");
addLb(lbSingles, 'aladifi', 'http://aladifi.com/#/search/' + name);
addLb(lbSingles, 'allflac', 'https://allflac.com/?search=' + name);
addLb(lbSingles, 'amsox', 'http://amsox.com/mp3-download-free/' + name);
addLb(lbSingles, 'butzz', 'http://www.butzz.org/mp3-download/' + name);
addLb(lbSingles, 'deepmp3', 'http://deepmp3.ru/' + name);
addLb(lbSingles, 'discos9', 'http://discos9.com/mp3/' + name + '.html');
addLb(lbSingles, 'emp3world', 'http://emp3world.one/r.php?submit=Search&phrase=' + name);
addLb(lbSingles, 'experiamusic.top', 'http://experiamusic.top/mp3/' + name);
addLb(lbSingles, 'fastmp3', 'http://fastmp3.org/' + name + '.html');
addLb(lbSingles, 'fmusic', 'http://fmusic.mobi/' + name);
addLb(lbSingles, 'free-mp3-download', 'http://www.free-mp3-download.me/music/' + name);
addLb(lbSingles, 'freemp3dl', 'http://freeallmusic.co/Search?query=' + name);
addLb(lbSingles, 'goldenmp3', 'https://www.goldenmp3.ru/search.html?text=' + name);
addLb(lbSingles, 'groovesharky', 'http://www.groovesharky.com/' + name);
addLb(lbSingles, 'homemp3', 'http://homemp3.ru/?q=' + name);
addLb(lbSingles, 'ibetop', 'http://ibetop.com/music/' + name);
addLb(lbSingles, 'iplayer.fm', 'http://iplayer.fm/search/q/' + name);
addLb(lbSingles, 'ishimp3', 'http://ishimp3.com/?q=' + name);
addLb(lbSingles, 'itunespedia', 'http://itunespedia.com/search/' + name);
addLb(lbSingles, 'jetune', 'http://www.jetune.ru/searchnow?ms_search_text=' + name);
addLb(lbSingles, 'ketnooi', 'http://video.ketnooi.com/MP3-' + name);
addLb(lbSingles, 'kibergrad', 'http://kibergrad.com/search?q=' + name);
addLb(lbSingles, 'kloudmusik', 'https://www.kloudmusik.com/artist/' + name);
addLb(lbSingles, 'lalamus', 'http://lalamus.com/music/' + name);
addLb(lbSingles, 'laudios.ru', 'http://laudios.ru/search/' + name);
addLb(lbSingles, 'lostamusic', 'http://lostamusic.com/mp3/' + name + '.html');
addLb(lbSingles, 'magemp3', 'http://magemp3.com/track/' + name);
addLb(lbSingles, 'markmp3', 'http://markmp3.com/search?q=' + name);
addLb(lbSingles, 'mp3-mus.net', 'http://mp3-mus.net/music/' + name);
addLb(lbSingles, 'mp3.open', 'http://mp3.open.az/search.php?q=' + name);
addLb(lbSingles, 'mp3-pesnja', 'http://mp3-pesnja.com/mp3-music/' + name);
addLb(lbSingles, 'mp3.pm', 'http://mp3.pm/s/f/' + name);
addLb(lbSingles, 'mp3azur', 'http://mp3azur.online/search/' + name + '/');
addLb(lbSingles, 'mp3boo', 'http://mp3boo.cc/search/artist/' + name);
addLb(lbSingles, 'mp3cat', 'http://mp3cat.net/q/' + name);
addLb(lbSingles, 'mp3clan', 'http://mp3clan.im/mp3/' + name + '.html');
addLb(lbSingles, 'mp3co', 'http://mp3co.net/s/' + name + '/');
addLb(lbSingles, 'mp3cube', 'http://mp3cube.net/search/' + name + '.html');
addLb(lbSingles, 'mp3days', 'https://www.mp3days.net/download/lagu/' + name + '/mp3.html');
addLb(lbSingles, 'mp3ees', 'https://mp3ees.com/search?search_query=' + name);
addLb(lbSingles, 'mp3ford', 'http://mp3ford.com/mp3/' + name.replace(/%20/g,"-") + ".html");
addLb(lbSingles, 'mp3freex', 'http://mp3freex.me/' + name.replace(/%20/g, "-") + "-download");
addLb(lbSingles, 'mp3freex mp3', 'http://mp3freex.me/?inmp3=' + name);
addLb(lbSingles, 'mp3get.xyz', 'http://mp3get.xyz/search?q=' + name);
addLb(lbSingles, 'mp3goears', 'https://mp3goears.xyz/mp3/' + name.replace(/%20/g, "-") + ".html");
addLb(lbSingles, 'mp3indirse', 'http://mp3indirse.com/ara/?query=' + name);
addLb(lbSingles, 'mp3music-free', 'http://mp3music-free.ru/music/' + name);
addLb(lbSingles, 'mp3prima.com', 'http://mp3prima.com/mp3poisk/' + name);
addLb(lbSingles, 'mp3prima.net', 'http://mp3prima.net/?q=' + name);
addLb(lbSingles, 'mp3red', 'http://mp3red.ru/mp3-' + name);
addLb(lbSingles, 'mp3s.cc', 'http://mp3s.cc/search/?query=' + name);
addLb(lbSingles, 'mp3shuk.download', 'http://mp3shuk.download/artist/' + name);
addLb(lbSingles, 'mp3skull.onl', 'https://mp3skull.onl/?q=' + name + '# no post, use searchbox');
addLb(lbSingles, 'mp3skulls', 'http://mp3skulls.review/?s=' + name);
addLb(lbSingles, 'mp3take', 'http://mp3take.biz/mp3/' + name.replace(/%20/g,"_") + ".html");
addLb(lbSingles, 'mp3trekov', 'http://mp3trekov.net/poisk/' + name);
addLb(lbSingles, 'mp3vega', 'http://mp3vega.com/?text=' + name);
addLb(lbSingles, 'mp3wp', 'http://mp3wp.com/playlist/track/single/' + name + ".html");
addLb(lbSingles, 'mp3xl.org', 'http://mp3xl.org/search/?query=' + name);
addLb(lbSingles, 'mp3yum', 'http://mp3yum.xyz/search?q=' + name);
addLb(lbSingles, 'mullts', 'http://mullts.com/index.php?search2=1&s=' + name);
addLb(lbSingles, 'mus.ge', 'http://mus.ge/search ' + name);
addLb(lbSingles, 'musezone', 'http://www.musezone.ru/music/' + name + '/ist');
addLb(lbSingles, 'music-site', 'http://music-site.ru/music-data-play/' + name);
addLb(lbSingles, 'musica-libera', 'http://musica-libera.lol/melody/' + name);
addLb(lbSingles, 'musicalypse', 'http://musicalypse.com/label/' + name + '.html');
addLb(lbSingles, 'musicaq', 'http://musicaq.net/descargar_musica/' + name + '-1.html');
addLb(lbSingles, 'musiclody', 'http://musiclody.com/search/' + name);
addLb(lbSingles, 'musicmp3', 'http://musicmp3.ru/search.html?text=' + name);
addLb(lbSingles, 'musicmp3spb', 'http://musicmp3spb.org/search/?category=1&Content=' + name);
addLb(lbSingles, 'musico', 'http://musico.cc/?string=' + name);
addLb(lbSingles, 'musicville', 'http://musicville.fm/' + name + '.asp');
addLb(lbSingles, 'muzico', 'http://muzico.ru/music/' + name + '/');
addLb(lbSingles, 'muzikamp3', 'http://www.muzikamp3.ru/muzik/' + name + '/index.html');
addLb(lbSingles, 'muzikmp3', 'http://muzikmp3.biz/' + name);
addLb(lbSingles, 'muzlan', 'http://muzlan.ru/search/' + name);
addLb(lbSingles, 'muznew', 'http://muznew.net/?mp3=' + name);
addLb(lbSingles, 'muzofon', 'http://muzofon.com/search/' + name);
addLb(lbSingles, 'myfreemp3', 'http://www.myfreemp3.space/mp3/' + name);
addLb(lbSingles, 'my-hit', 'http://my-hit.com/' + name);
addLb(lbSingles, 'mymus.ge', 'http://mymus.ge/music.php?search=' + name);
addLb(lbSingles, 'myzuka.fm', 'https://myzuka.fm/Search?SearchText=' + name);
addLb(lbSingles, 'nur.kz', 'http://music.nur.kz/search?q=' + name);
addLb(lbSingles, 'ololo.ws', 'http://ololo.ws/' + name);
addLb(lbSingles, 'online-song', 'http://online-song.net/?song=' + name);
addLb(lbSingles, 'peggo', 'http://peggo.co/search/' + name);
addLb(lbSingles, 'petamusic', 'http://petamusic.ru/?string=' + name);
addLb(lbSingles, 'pleer', 'http://pleer.com/search?q=' + name);
addLb(lbSingles, 'plicymusic', 'http://plicymusic.xyz/?s=' + name);
addLb(lbSingles, 'pobieramy', 'http://pobieramy.me/szukaj/' + name.replace(/%20/g, "-") + "/");
addLb(lbSingles, 'popmusicmp3s', 'http://popmusicmp3s.com/mp3/' + name + ".html");
addLb(lbSingles, 'radioedit', 'http://radioedit.net/' + name);
addLb(lbSingles, 'sharemp3', 'http://www.sharemp3.info/search/' + name + ".html");
addLb(lbSingles, 'slushat', 'http://slushat.com/music-search/' + name);
addLb(lbSingles, 'slushka', 'http://slushka.com/dload/' + name);
addLb(lbSingles, 'smoz.ru', 'http://smoz.ru/#/?q=' + name);
addLb(lbSingles, 'sociallymusic', 'http://www.sociallymusic.com/album/artist_' + name);
addLb(lbSingles, 'song365', 'https://www.song365.biz/search?keyword=' + name);
addLb(lbSingles, 'spotifytube', 'http://spotifytube.com/download-mp3/' + name);
addLb(lbSingles, 'soundcloud2mp3', 'http://soundcloud2mp3.space/search?q=' + name);
addLb(lbSingles, 'sourcemp3', 'http://sourcemp3.com/?search=' + name);
addLb(lbSingles, 'supermp3song', 'http://supermp3song.net/index.php?search=' + name);
addLb(lbSingles, 'tidido', 'http://tidido.com/search/all/' + name);
addLb(lbSingles, 'topmp3', 'http://www.topmp3.us/mp3/' + name + '.html');
addLb(lbSingles, 'tutaudio', 'http://tutaudio.su/music-file/' + name);
addLb(lbSingles, 'vk.com', 'https://vk.com/search?c[section]=auto&c[q]=' + name);
addLb(lbSingles, 'vkmp3.org', 'http://vkmp3.org/mp3/' + name);
addLb(lbSingles, 'vmusice.net', 'http://vmusice.net/mp3/' + name);
addLb(lbSingles, 'vozmimp3', 'http://vozmimp3.com/?string=' + name);
addLb(lbSingles, 'wapzli', 'http://wapzli.web.id/search/musik/' + name + '/index.html');
addLb(lbSingles, 'weborama.ru', 'http://www.weborama.ru/search?look=allwords&from_component[]=content&from_component[]=forum&from_component[]=blogs&from_component[]=board&from_component[]=audio&query=' + name);
addLb(lbSingles, 'yapfiles', 'http://www.yapfiles.ru/search/?do_search_files&t=0&q=' + name + '&where=Музыка');
addLb(lbSingles, 'zv.fm', 'http://m.zv.fm/mp3/search?keywords=' + name);
whereAppend.append(lbSingles);
}
// ]]></script>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" value="_s-xclick" type="hidden">
<input name="hosted_button_id" value="6MUJHVP2ZMPZ6" type="hidden">
<input src="http://gsgd.co.uk/sandbox/beer.png" name="submit" alt="PayPal - The safer, easier way to pay online!" border="0" type="image">
<img alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" border="0" height="1" width="1">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment