Created
November 21, 2016 08:07
-
-
Save mzdev01/5e2c8d9b29954b96e3d042683b167445 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html> | |
<head> | |
<title>TSC :: Torrentliste</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> | |
<meta http-equiv="pragma" content="no-cache" /> | |
<meta http-equiv="expires" content="300" /> | |
<meta http-equiv="cache-control" content="private" /> | |
<meta name="robots" content="noindex"> | |
<meta name="robots" content="noindex, nofollow, noarchive" /> | |
<meta name="MSSmartTagsPreventParsing" content="true" /> | |
<link rel="stylesheet" href="pic/nightshift/nightshift.css" type="text/css" /> | |
<link rel="alternate" title="TS-Crew RSS" href="/rss.php" type="application/rss+xml" /> | |
<link rel="alternate" title="TS-Crew (Direktdownload)" href="/rss.php?type=directdl" type="application/rss+xml" /> | |
<link rel="alternate" title="TS-Crew (Benutzerkategorien)" href="/rss.php?categories=profile" type="application/rss+xml" /> | |
<link rel="alternate" title="TS-Crew (Benutzerkategorien, Direktdownload)" href="/rss.php?categories=profile&type=directdl" type="application/rss+xml" /> | |
<link rel="alternate" type="application/rss+xml" title="Latest Torrents" href="/rss.php" /> | |
<script type="text/javascript" src="js/glossy.js"></script> | |
<script type="text/javascript" src="js/overlib.js"></script> | |
<script type="text/javascript" src="js/ts_ajax.js"></script> | |
<script type="text/javascript" src="js/ajax-poller.js"></script> | |
<script type="text/javascript" src="js/java_klappe.js"></script> | |
<link rel="stylesheet" type="text/css" href="js/ajaxtabs.css" /> | |
<script type="text/javascript" src="js/ajaxtabs.js"></script> | |
<script type="text/javascript" src="js/ajax3.js"></script> | |
<script type="text/javascript"> | |
function expandCollapse(newsId) | |
{ | |
var plusMinusImg = document.getElementById("plusminus"+newsId); | |
var detailRow = document.getElementById("details"+newsId); | |
if (detailRow.style.display == "none") { | |
plusMinusImg.src = "pic/nightshift/minus.gif"; | |
detailRow.style.display = "block"; | |
} else { | |
plusMinusImg.src = "pic/nightshift/plus.gif"; | |
detailRow.style.display = "none"; | |
} | |
} | |
</script> | |
<script type="text/javascript"> | |
var sitename="" | |
var baseurl="" | |
var dimagedir="/pic/" | |
var charset = "iso-8859-1" | |
var requesturl="/browse.php?&search=&incldead=1&orderby=added&sort=desc" | |
var userip="213.47.180.84" | |
function expandCollapse(torrentId) | |
{ | |
var plusMinusImg = document.getElementById("plusminus"+klappe_nfo); | |
var detailRow = document.getElementById("details"+klappe_nfo); | |
if (plusMinusImg.src.indexOf("pic/nightshift/plus.gif") >= 0) { | |
plusMinusImg.src = "pic/nightshift/minus.gif"; | |
detailRow.style.display = "block"; | |
} else { | |
plusMinusImg.src = "pic/nightshift/plus.gif"; | |
detailRow.style.display = "none"; | |
} | |
} | |
function closeit(box) | |
{ | |
document.getElementById(box).style.display="none"; | |
} | |
function showit(box) | |
{ | |
document.getElementById(box).style.display="block"; | |
} | |
function lookup(inputString, type) { | |
if(inputString.length == 0) { | |
// Hide the suggestion box. | |
$('#suggestions1').hide(); | |
$('#suggestions2').hide(); | |
} else { | |
$.post("suggest.php", {queryString: ""+inputString+"",queryType: ""+type+""}, function(data){ | |
if(data.length >0) { | |
if(type == "search") { | |
$('#suggestions1').show(); | |
$('#autoSuggestionsList1').html(data); | |
} | |
if(type == "user") { | |
$('#suggestions2').show(); | |
$('#autoSuggestionsList2').html(data); | |
} | |
} | |
}); | |
} | |
} | |
function fill1(thisValue) { | |
$('#inputString1').val(thisValue); | |
setTimeout("$('#suggestions1').hide();", 200); | |
} | |
function fill2(thisValue) { | |
$('#inputString2').val(thisValue); | |
setTimeout("$('#suggestions2').hide();", 200); | |
} | |
</script> | |
<style type="text/css"> | |
.hovergallery img{ | |
-webkit-transform:scale(1.0); /*Webkit: Scale down image to 0.8x original size*/ -moz-transform:scale(0.8); /*Mozilla scale version*/ | |
-o-transform:scale(1.0); /*Opera scale version*/ | |
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/ | |
-moz-transition-duration: 0.5s; /*Mozilla duration version*/ | |
-o-transition-duration: 0.5s; /*Opera duration version*/ | |
} | |
.hovergallery img:hover{ | |
-webkit-transform:scale(1.8); /*Webkit: Scale up image to 1.2x original size*/ -moz-transform:scale(1.5); /*Mozilla scale version*/ | |
-o-transform:scale(1.8); /*Opera scale version*/ | |
} | |
</style> | |
<style type = "text/css"> | |
.navi_top { | |
background-image: url(pic/nightshift/nav_button.png); | |
} | |
</style> | |
</head> | |
<body style="height: 100%;"> | |
<div class="content"></div> | |
<div id="main-body"> | |
<table style = "margin-left: auto; margin-right: auto;" border = "0" cellspacing = "0" cellpadding = "0" summary = "none"> | |
<tr> | |
<td style = "background-image: url(pic/nightshift/logo.png); width:1080px; height:178px;"><a href="./" style="display: block; width:1080px; height:178px;"></a> | |
</td> | |
</tr> | |
</table> | |
<table border = "0" style = "width: 100%;" cellspacing = "1" cellpadding = "0"> | |
<tr> | |
<td class = "navi_top" style = "text-align: center; width: 20%;"> | |
Deine Ratio: 8,071 </td> | |
<td class = "navi_top" style = "text-align: center; width: 20%;"> | |
<font color = "#CC0000">Dein Download</font>: 4,47 TB </td> | |
<td class = "navi_top" style = "text-align: center; width: 20%;"> | |
<font color = #66CC33>Dein Upload</font>: 36,08 TB </td> | |
<td class = "navi_top" style = "text-align: center; width: 20%;"> | |
<font color = #CC0000>Leech</font>: <a href ="userdetails.php?id=25592&leech=all">0</a> | <font color = #66CC33>Seed</font>: <a href ="userdetails.php?id=25592&seed=all">139</a> | |
</td> | |
<td class = "navi_top" style = "text-align: center; width: 20%;white-space: nowrap;"> | |
Dein Seedbonus: <a href = "mybonus.php">13921.05</a> | |
</td> | |
</tr> | |
</table> | |
<script type="text/javascript" src="./js/jquery-latest.js"></script> | |
<script type="text/javascript" src="./js/jquery-latest.js"></script> | |
<div id="new_nav" style = "padding-top: 163px; display: block;"> | |
<table style = "width: 100%;"> | |
<tr> | |
<td style = "font-size: 15px; font-weight: bold;"> | |
<div style = "border-bottom: 1px dotted;">Spendenstatus</div> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi_donate" style = " text-align: center;"> | |
<div style = "vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<table cellpadding='0' cellspacing='1' border='0' style='width:90%' class='tableinborder' align='center'> | |
<tr> | |
<td style = 'height: 13px; width: 90%; background-color: #FFFFFF; text-align: left;'> | |
<table border='0' cellpadding='0' cellspacing='0' style = 'width: 0%; height: 13px;'> | |
<tr> | |
<td style = 'height: 13px; width: 0%; background-color: #8B0000;'> | |
| |
</td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</table> | |
0% von 100%<br /> </td> | |
</tr> | |
</table> | |
<br /> | |
<br /> | |
<br /> | |
<table style = "width: 100%;"> | |
<tr> | |
<td style = "font-size: 15px; font-weight: bold;"> | |
<div style = "border-bottom: 1px dotted;">Allgemein</div> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./index.php">Startseite</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./forums.php">Forum</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./irc.php">IRC</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./topten.php">Top 10</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./teams.php">Tracker Crews</a> | |
</td> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./contactstaff.php">Nachricht ans Team</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./promote.php">Werbungsgutschrift</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./rules.php">Regeln</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./faq.php">FAQ</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./donate.php">Spenden</a> | |
</td> | |
</tr> | |
</table> | |
<br /> | |
<table style = "width: 100%;"> | |
<tr> | |
<td style = "font-size: 15px; font-weight: bold;"> | |
<div style = "border-bottom: 1px dotted;">Torrents</div> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./browse.php">Durchsuchen</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./upload.php"><u>Hochladen</u></a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./mytorrents.php">Meine Torrents</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./havetoseed.php"> Deadline-Torrents </font></a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "/needseeder.php">Leecher ohne Seeder</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./bancli.php">Clients</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./rss.php">RSS</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./req.php">Requests</a> | |
</td> | |
</tr> | |
<tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./forums.php?action=viewtopic&topicid=532">Rescue</a> | |
</td> | |
</tr> | |
<tr> | |
</table> | |
<br /> | |
<table style = "width: 100%;"> | |
<tr> | |
<td style = "font-size: 15px; font-weight: bold;"> | |
<div style = "border-bottom: 1px dotted;">Mein Account</div> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./userdetails.php?id=25592">Mein Profil</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./my.php">Profil bearbeiten</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./friends.php">Freundesliste</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./bitbucket.php">Bitbucket</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./messages.php">Nachrichten</a> | |
</td> | |
</tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./invite.php">Invites</a> | |
</td> | |
</tr> | |
<tr> | |
<tr> | |
<td class = "navi"> | |
<div style = "display: table-cell; vertical-align: middle; padding-left: 5px; margin-right: 5px; position: relative;"> | |
<img alt = "" src = "./pic/nightshift/navi_arrow.png" /> | |
</div> | |
<a href = "./logout.php">Ausloggen</a> | |
</td> | |
</tr> | |
</table> | |
<br /> | |
<br /> | |
</div> | |
<div class="maincontent" align = "center"> | |
<script type="text/javascript"> | |
<!-- | |
$(document).keyup(function (event) { | |
if (event.keyCode == 39) { | |
window.location = nextUrl | |
} else if (event.keyCode == 37) { | |
window.location = prevUrl | |
} | |
}); | |
$(document).ready(function() { | |
var nextPage = $("#next_page_link") | |
nextUrl = nextPage.attr("href") | |
}); | |
//--> | |
</script> | |
<br /> | |
<form method = "get" action = "browse.php"> | |
<table class = "tableinborder" cellpadding = "4" cellspacing = "1" style = "width: 80%"> | |
<tr> | |
<td class = "tabletitle" style = "width: 14%;text-align: center; font-weight: bold;" colspan = "7"> | |
Kategorien <a href = "browse.php?hidesearch=ok"><img src = "./pic/nightshift/minus.gif" /></a> </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tablea"valign = "top" style = "width: 14%;"> | |
<table class = "tableinborder" style = "width: 100%;" cellspacing = "1" cellpadding = "4"> | |
<tr> | |
<td class = "tablea" style = "font-weight: bold; text-align: center;"> | |
<a style = "border-bottom: 1px solid #FFF;" href = "browse.php?c22=1&c109=1&c48=1&c65=1&c83=1&c107=1&">Apps</a> </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c65" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=65&showsearch=1">Android</a> (37) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c83" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=83&showsearch=1">iOS</a> (0) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c107" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=107&showsearch=1">Linux</a> (15) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c48" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=48&showsearch=1">MAC</a> (20) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c109" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=109&showsearch=1">Sonstige</a> (17) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c22" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=22&showsearch=1">Win</a> (820) </td> | |
</tr> | |
</table> | |
</td> | |
<td class = "tablea"valign = "top" style = "width: 14%;"> | |
<table class = "tableinborder" style = "width: 100%;" cellspacing = "1" cellpadding = "4"> | |
<tr> | |
<td class = "tablea" style = "font-weight: bold; text-align: center;"> | |
<a style = "border-bottom: 1px solid #FFF;" href = "browse.php?c6=1&c24=1&c29=1&c38=1&c82=1&c104=1&">Audio</a> </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c24" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=24&showsearch=1">aBooks</a> (50) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c104" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=104&showsearch=1">Disco's</a> (36) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c38" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=38&showsearch=1">Hörspiel</a> (63) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c6" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=6&showsearch=1">Musik</a> (1716) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c82" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=82&showsearch=1">Tracks</a> (17) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c29" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=29&showsearch=1">Videos</a> (62) </td> | |
</tr> | |
</table> | |
</td> | |
<td class = "tablea"valign = "top" style = "width: 14%;"> | |
<table class = "tableinborder" style = "width: 100%;" cellspacing = "1" cellpadding = "4"> | |
<tr> | |
<td class = "tablea" style = "font-weight: bold; text-align: center;"> | |
<a style = "border-bottom: 1px solid #FFF;" href = "browse.php?c76=1&c77=1&c75=1&c78=1&c114=1&c113=1&">Doku</a> </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c113" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=113&showsearch=1">3D</a> (14) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c76" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=76&showsearch=1">HD</a> (602) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c78" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=78&showsearch=1">Packs</a> (32) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c75" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=75&showsearch=1">SD</a> (409) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c114" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=114&showsearch=1">Sonstige</a> (3) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c77" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=77&showsearch=1">Untouched</a> (0) </td> | |
</tr> | |
</table> | |
</td> | |
<td class = "tablea"valign = "top" style = "width: 14%;"> | |
<table class = "tableinborder" style = "width: 100%;" cellspacing = "1" cellpadding = "4"> | |
<tr> | |
<td class = "tablea" style = "font-weight: bold; text-align: center;"> | |
<a style = "border-bottom: 1px solid #FFF;" href = "browse.php?c5=1&c19=1&c20=1&c36=1&c119=1&c43=1&c54=1&c55=1&c111=1&c120=1&c121=1&">Filme</a> </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c54" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=54&showsearch=1">1080p</a> (1633) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c5" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=5&showsearch=1">3D</a> (61) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c55" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=55&showsearch=1">720p</a> (560) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c111" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=111&showsearch=1">Anime</a> (35) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c43" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=43&showsearch=1">BluRay</a> (59) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c20" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=20&showsearch=1">DVDR</a> (36) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c120" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=120&showsearch=1">Int.</a> (45) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c119" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=119&showsearch=1">Remux</a> (210) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c121" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=121&showsearch=1">UHD</a> (43) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c36" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=36&showsearch=1">x264</a> (2892) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c19" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=19&showsearch=1">XviD</a> (1241) </td> | |
</tr> | |
</table> | |
</td> | |
<td class = "tablea"valign = "top" style = "width: 14%;"> | |
<table class = "tableinborder" style = "width: 100%;" cellspacing = "1" cellpadding = "4"> | |
<tr> | |
<td class = "tablea" style = "font-weight: bold; text-align: center;"> | |
<a style = "border-bottom: 1px solid #FFF;" href = "browse.php?c108=1&c66=1&c68=1&c69=1&c72=1&c112=1&">Serien</a> </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c112" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=112&showsearch=1">Anime</a> (53) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c69" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=69&showsearch=1">HD</a> (2001) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c72" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=72&showsearch=1">Int.</a> (48) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c68" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=68&showsearch=1">Packs</a> (772) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c66" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=66&showsearch=1">SD</a> (1738) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c108" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=108&showsearch=1">TV-Shows</a> (33) </td> | |
</tr> | |
</table> | |
</td> | |
<td class = "tablea"valign = "top" style = "width: 14%;"> | |
<table class = "tableinborder" style = "width: 100%;" cellspacing = "1" cellpadding = "4"> | |
<tr> | |
<td class = "tablea" style = "font-weight: bold; text-align: center;"> | |
<a style = "border-bottom: 1px solid #FFF;" href = "browse.php?c9=1&c28=1&c42=1&c64=1&c117=1&c103=1&">Sonstige</a> </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c117" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=117&showsearch=1">Diverses</a> (1) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c28" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=28&showsearch=1">eBooks</a> (1912) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c42" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=42&showsearch=1">Sport</a> (75) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c103" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=103&showsearch=1">Tutorials</a> (13) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c9" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=9&showsearch=1">Wallpaper</a> (20) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c64" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=64&showsearch=1">XXX</a> (946) </td> | |
</tr> | |
</table> | |
</td> | |
<td class = "tablea"valign = "top" style = "width: 14%;"> | |
<table class = "tableinborder" style = "width: 100%;" cellspacing = "1" cellpadding = "4"> | |
<tr> | |
<td class = "tablea" style = "font-weight: bold; text-align: center;"> | |
<a style = "border-bottom: 1px solid #FFF;" href = "browse.php?c4=1&c115=1&c116=1&c37=1&c50=1&c58=1&">Spiele</a> </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c115" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=115&showsearch=1">MAC</a> (2) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c37" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=37&showsearch=1">Nintendo</a> (17) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c4" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=4&showsearch=1">PC</a> (423) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c58" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=58&showsearch=1">PSX</a> (10) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c116" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=116&showsearch=1">Sonstige</a> (9) </td> | |
</tr> | |
<tr style = ""> | |
<td class = "tableb" style = "font-weight: bold; padding-bottom: 2px; padding-left: 7px; color: #FFFFFF; text-align: left;"> | |
<input name = "c50" type = "checkbox" value = "1" /><a class = "catlink" href = "browse.php?cat=50&showsearch=1">XBOX</a> (0) </td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
<tr style = ""> | |
<td class = "tablea" colspan = "7"> | |
Suchen: <input type = "text" value = "" id = "inputString1" name = "search" style = "width: 220px;" onkeyup = "lookup(this.value, this.name);" /> in | |
<select name = "incldead"> | |
<option value = "0">aktiven</option> | |
<option value = "1" selected>allen</option> | |
<option value = "2">toten</option> | |
</select> | |
Torrents | |
<div class = "suggestionsBox" id = "suggestions1" style = "display: none;"> | |
<div class = "suggestionList" id = "autoSuggestionsList1"> </div> | |
</div> | |
</td> | |
</tr> | |
<tr style = ""> | |
<td class = "tablea" colspan = "7"> | |
Sortieren nach | |
<select name = "orderby" size = "1"> | |
<option value="name">Torrent-Name</option> | |
<option value="type">Kategorie</option> | |
<option value="files">Anzahl Dateien</option> | |
<option value="comments">Anzahl Kommentare</option> | |
<option value="added" selected="selected">Upload-Datum</option> | |
<option value="size">Gesamtgröße</option> | |
<option value="snatched">Anzahl heruntergeladen</option> | |
<option value="seeds">Anzahl Seeder</option> | |
<option value="leeches">Anzahl Leecher</option> | |
<option value="uppedby">Uploader</option> | |
<option value="peers">Gesamtpeers</option> | |
<option value="highlight">Kino Highlights</option> | |
<option value="onlyupload">OnlyUploads</option> | |
</select> in | |
<select name = "sort" size = "1"> | |
<option value = "desc" selected="selected">absteigender</option> | |
<option value = "asc">aufsteigender</option> | |
</select> | |
Reihenfolge | |
</td> | |
</tr> | |
<tr style = ""> | |
<td class = "tablea" style = "text-align: center;" colspan = "7"> | |
<input type = "submit" value = "Suchen / Aktualisieren" /> | |
</td> | |
</tr> | |
</table> | |
</form> | |
<table width=100% class=main border=0 cellpadding=0 cellspacing=0><tr><td class=colhead align=left></td></tr><tr><td align=center><p align="center"><b><< Zurück</b> <a id="next_page_link" href="browse.php?incldead=1&orderby=added&sort=desc&page=1"><b>Weiter >></b></a><br ><b>1 - 100</b> | <a href="browse.php?incldead=1&orderby=added&sort=desc&page=1"><b>101 - 200</b></a> | <a href="browse.php?incldead=1&orderby=added&sort=desc&page=2"><b>201 - 300</b></a> | ... | <a href="browse.php?incldead=1&orderby=added&sort=desc&page=186"><b>18601 - 18700</b></a> | <a href="browse.php?incldead=1&orderby=added&sort=desc&page=187"><b>18701 - 18800</b></a> | <a href="browse.php?incldead=1&orderby=added&sort=desc&page=188"><b>18801 - 18801</b></a></p> | |
<br /> | |
<table class="tablebrowse" border="0" cellspacing="1" cellpadding="3" style="width:80%;"> | |
<tr style="height: 40px;"> <th style="text-align: left;"> Typ </th> <th style="text-align: left;"> Name </th> <th style="text-align:center;"> <a href="browse.php?search=&incldead=1&orderby=files&sort=asc"><img src="pic/browsetitlepics/files.png" title="Dateien"></a> </th> <th style="text-align:center;"> <a href="browse.php?search=&incldead=1&orderby=comments&sort=asc"><img src="pic/browsetitlepics/comment.png" title="Kommentare"></a> </th> <th style="text-align:center;"> <a href="browse.php?search=&incldead=1&orderby=added&sort=asc"><img src="pic/browsetitlepics/time.png" title="Hinzugefügt"></a> </th> <th style="text-align:center;"> <a href="browse.php?search=&incldead=1&orderby=size&sort=asc"><img src="pic/browsetitlepics/size.png" title="Größe"></a> </th> <th style="text-align:center;"> <a href="browse.php?search=&incldead=1&orderby=seeds&sort=asc"><img src="pic/browsetitlepics/seeds.png" title="Seeder"></a> </th> <th style="text-align:center;"> <a href="browse.php?search=&incldead=1&orderby=leeches&sort=asc"><img src="pic/browsetitlepics/leeches.png" title="Leecher"></a> </th> <th style="text-align:center;"> <a href="browse.php?search=&incldead=1&orderby=snatched&sort=asc"><img src="pic/browsetitlepics/snatched.png" title="Heruntergeladen"></a> </th> <th style="text-align:center;"> <a href="browse.php?search=&incldead=1&orderby=uppedby&sort=asc"><img src="pic/browsetitlepics/uppedby.png" title="Uploader"></a> </th> <th style="text-align:center;"> <img src="pic/browsetitlepics/download.png" title="Download"> </th></tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=42&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Sonstiges_sport.png" alt="" title="Sonstige|Sport" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/englisch.gif" /> <a class="thumbnail" href="details.php?id=155416&hit=1" title="WWE.Survivor.Series.2016.PPV.HDTV.x264-Ebi">WWE.Survivor.Series.2016.PPV.HDTV.x264-Ebi<span><img src="./bitbucket/f-155416-1.jpg" width="300" height="114" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155416&hit=1&filelist=1">2</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155416&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />08:29:12 </td> <td style="width: 80px; text-align: center;">2,04 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155416&hit=1&toseeders=1"><font color="#ffffff">1</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155416&hit=1&todlers=1"><font color="">1</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">0-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27641">Randyorton</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155416">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155416">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155415&hit=1" title="Ash.vs.Evil.Dead.S02.E05+E06.GERMAN.DL.DUBBED.720p.WebHD.x264-TVP">Ash.vs.Evil.Dead.S02.E05+E06.GERMAN.DL.DUBBED.720p.WebHD.x264-TVP<span><img src="./bitbucket/f-155415-1.jpg" width="233" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155415&hit=1&filelist=1">62</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155415&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />07:25:13 </td> <td style="width: 80px; text-align: center;">1,60 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155415&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155415&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155415">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155415">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=36&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_x264.png" alt="" title="Filme|x264" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155414&hit=1" title="Eddie.The.Eagle.Alles.ist.moeglich.2016.German.AC3.BDRip.x264-DHARMA">Eddie.The.Eagle.Alles.ist.moeglich.2016.German.AC3.BDRip.x264-DHARMA<span><img src="./bitbucket/f-155414-1.jpg" width="226" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155414&hit=1&filelist=1">2</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155414&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />07:04:53 </td> <td style="width: 80px; text-align: center;">1,45 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155414&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155414&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155414">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155414">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=36&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_x264.png" alt="" title="Filme|x264" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155412&hit=1" title="Die.Tuer.2009.German.AC3.BDRip.x264-DHARMA">Die.Tuer.2009.German.AC3.BDRip.x264-DHARMA<span><img src="./bitbucket/f-155412-1.jpg" width="226" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155412&hit=1&filelist=1">2</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155412&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />07:04:44 </td> <td style="width: 80px; text-align: center;">1,34 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155412&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155412&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155412">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155412">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=36&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_x264.png" alt="" title="Filme|x264" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155413&hit=1" title="Der.geilste.Tag.2016.German.AC3.BDRip.x264-DHARMA">Der.geilste.Tag.2016.German.AC3.BDRip.x264-DHARMA<span><img src="./bitbucket/f-155413-1.jpg" width="240" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155413&hit=1&filelist=1">2</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155413&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />07:04:44 </td> <td style="width: 80px; text-align: center;">1,56 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155413&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155413&hit=1&todlers=1"><font color="">1</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155413">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155413">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=36&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_x264.png" alt="" title="Filme|x264" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155411&hit=1" title="Domino.Live.Fast.Die.Young.2005.German.AC3.BDRip.x264-DHARMA">Domino.Live.Fast.Die.Young.2005.German.AC3.BDRip.x264-DHARMA<span><img src="./bitbucket/f-155411-1.jpg" width="229" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155411&hit=1&filelist=1">2</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155411&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />07:04:43 </td> <td style="width: 80px; text-align: center;">1,73 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155411&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155411&hit=1&todlers=1"><font color="">1</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155411">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155411">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=36&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_x264.png" alt="" title="Filme|x264" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155410&hit=1" title="Die.Frau.hinter.der.Wand.2013.German.AC3.BDRip.x264-DHARMA">Die.Frau.hinter.der.Wand.2013.German.AC3.BDRip.x264-DHARMA<span><img src="./bitbucket/f-155410-1.jpg" width="254" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155410&hit=1&filelist=1">2</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155410&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />07:04:43 </td> <td style="width: 80px; text-align: center;">1,25 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155410&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155410&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155410">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155410">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=36&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_x264.png" alt="" title="Filme|x264" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155409&hit=1" title="Chloe.2009.German.AC3.BDRip.x264-DHARMA">Chloe.2009.German.AC3.BDRip.x264-DHARMA<span><img src="./bitbucket/f-155409-1.jpg" width="234" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155409&hit=1&filelist=1">2</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155409&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />07:04:42 </td> <td style="width: 80px; text-align: center;">1,26 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155409&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155409&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155409">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155409">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=36&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_x264.png" alt="" title="Filme|x264" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155408&hit=1" title="Body.Language.2011.German.AC3.BDRip.x264-DHARMA">Body.Language.2011.German.AC3.BDRip.x264-DHARMA<span><img src="./bitbucket/f-155408-1.jpg" width="237" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155408&hit=1&filelist=1">2</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155408&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />07:04:40 </td> <td style="width: 80px; text-align: center;">1,34 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155408&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155408&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155408">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155408">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155407&hit=1" title="Blindspot.S01E20.German.DL.DUBBED.720p.BluRay.x264-SENATiON">Blindspot.S01E20.German.DL.DUBBED.720p.BluRay.x264-SENATiON<span><img src="./bitbucket/f-155407-1.jpg" width="238" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155407&hit=1&filelist=1">46</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155407&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />06:49:32 </td> <td style="width: 80px; text-align: center;">1,99 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155407&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155407&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155407">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155407">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=28&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Sonstiges_ebooks.png" alt="" title="Sonstige|eBooks" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155406&hit=1" title="BILD.Zeitung.21.11.2016.German.PDF">BILD.Zeitung.21.11.2016.German.PDF<span><img src="./bitbucket/f-155406-1.jpg" width="260" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155406&hit=1&filelist=1">1</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155406&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />04:17:33 </td> <td style="width: 80px; text-align: center;">19,43 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155406&hit=1&toseeders=1"><font color="#ffffff">6</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155406&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">5-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155406">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155406">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=72&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_Int,.png" alt="" title="Serien|Int." /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/englisch.gif" /> <a class="thumbnail" href="details.php?id=155405&hit=1" title="The.Flash.2014.S03E06.German.Subbed.HDTV-720p.x264">The.Flash.2014.S03E06.German.Subbed.HDTV-720p.x264<span><img src="./bitbucket/f-155405-1.jpg" width="182" height="268" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155405&hit=1&filelist=1">1</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155405&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />02:52:09 </td> <td style="width: 80px; text-align: center;">689,29 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155405&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155405&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155405">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155405">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155404&hit=1" title="The.Young.Pope.S01E10.GERMAN.720p.HDTV.x264-ACED">The.Young.Pope.S01E10.GERMAN.720p.HDTV.x264-ACED<span><img src="./bitbucket/f-155404-1.jpg" width="237" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155404&hit=1&filelist=1">24</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155404&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />01:51:33 </td> <td style="width: 80px; text-align: center;">0,98 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155404&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155404&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155404">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155404">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155403&hit=1" title="The.Young.Pope.S01E09.GERMAN.720p.HDTV.x264-ACED">The.Young.Pope.S01E09.GERMAN.720p.HDTV.x264-ACED<span><img src="./bitbucket/f-155403-1.jpg" width="237" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155403&hit=1&filelist=1">19</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155403&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">21.11.2016<br />01:51:09 </td> <td style="width: 80px; text-align: center;">739,77 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155403&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155403&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155403">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155403">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=42&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Sonstiges_sport.png" alt="" title="Sonstige|Sport" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155402&hit=1" title="11.Spieltag.Fussball.Bundesliga.2016.2017.Alle.Spiele.Alle.Tore.Komplett.GERMAN.HDTV.720p.x264-TSCC">11.Spieltag.Fussball.Bundesliga.2016.2017.Alle.Spiele.Alle.Tore.Komplett.GERMAN....<span><img src="./bitbucket/f-155402-1.jpg" width="300" height="168.97435897436" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155402&hit=1&filelist=1">2</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155402&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />23:41:10 </td> <td style="width: 80px; text-align: center;">1,51 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155402&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155402&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155402">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155402">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=22&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Apps_win.png" alt="" title="Apps|Win" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155401&hit=1" title="Volkswagen.Navigation.CY.-.Europe.West.V14">Volkswagen.Navigation.CY.-.Europe.West.V14<span><img src="./bitbucket/f-155401-1.jpg" width="246" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155401&hit=1&filelist=1">1</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155401&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />23:31:15 </td> <td style="width: 80px; text-align: center;">5,72 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155401&hit=1&toseeders=1"><font color="#ffffff">1</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155401&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">0-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=26121">Luckygirl</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155401">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155401">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155400&hit=1" title="Marvels.Agents.of.S.H.I.E.L.D.S03E20.Emancipation.GERMAN.DUBBED.DL.1080p.WebHD.x264-TVP">Marvels.Agents.of.S.H.I.E.L.D.S03E20.Emancipation.GERMAN.DUBBED.DL.1080p.WebHD.x...<span><img src="./bitbucket/f-155400-1.jpg" width="150" height="225" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155400&hit=1&filelist=1">38</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155400&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />23:21:38 </td> <td style="width: 80px; text-align: center;">1,66 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155400&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155400&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155400">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155400">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=66&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_SD.png" alt="" title="Serien|SD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155399&hit=1" title="Marvels.Agents.of.S.H.I.E.L.D.S03E20.Emancipation.GERMAN.DUBBED.WS.WEBRip.x264-TVP">Marvels.Agents.of.S.H.I.E.L.D.S03E20.Emancipation.GERMAN.DUBBED.WS.WEBRip.x264-T...<span><img src="./bitbucket/f-155399-1.jpg" width="150" height="225" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155399&hit=1&filelist=1">20</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155399&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />23:20:13 </td> <td style="width: 80px; text-align: center;">325,45 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155399&hit=1&toseeders=1"><font color="#ffffff">7</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155399&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">7-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155399">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155399">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155398&hit=1" title="Law.and.Order.Special.Victims.Unit.S17E13.Forty.One.Witnesses.GERMAN.DUBBED.DL.1080p.WebHD.x264-TVP">Law.and.Order.Special.Victims.Unit.S17E13.Forty.One.Witnesses.GERMAN.DUBBED.DL.1...<span><img src="./bitbucket/f-155398-1.jpg" width="150" height="194" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155398&hit=1&filelist=1">40</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155398&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />23:19:14 </td> <td style="width: 80px; text-align: center;">1,77 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155398&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155398&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155398">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155398">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155397&hit=1" title="Law.and.Order.Special.Victims.Unit.S17E13.Forty.One.Witnesses.GERMAN.DUBBED.DL.720p.WebHD.x264-TVP">Law.and.Order.Special.Victims.Unit.S17E13.Forty.One.Witnesses.GERMAN.DUBBED.DL.7...<span><img src="./bitbucket/f-155397-1.jpg" width="150" height="194" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155397&hit=1&filelist=1">34</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155397&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />23:18:42 </td> <td style="width: 80px; text-align: center;">1,44 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155397&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155397&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155397">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155397">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=66&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_SD.png" alt="" title="Serien|SD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155396&hit=1" title="Law.and.Order.Special.Victims.Unit.S17E13.Forty.One.Witnesses.GERMAN.DUBBED.WS.WebRip.x264-TVP">Law.and.Order.Special.Victims.Unit.S17E13.Forty.One.Witnesses.GERMAN.DUBBED.WS.W...<span><img src="./bitbucket/f-155396-1.jpg" width="150" height="194" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155396&hit=1&filelist=1">22</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155396&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />23:18:10 </td> <td style="width: 80px; text-align: center;">359,57 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155396&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155396&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155396">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155396">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=22&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Apps_win.png" alt="" title="Apps|Win" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155395&hit=1" title="KlickTel.Gold-Paket.2016.2017.German-BLZiSO">KlickTel.Gold-Paket.2016.2017.German-BLZiSO<span><img src="./bitbucket/f-155395-1.jpg" width="225" height="225" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155395&hit=1&filelist=1">54</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155395&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />23:04:46 </td> <td style="width: 80px; text-align: center;">4,98 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155395&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155395&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=26121">Luckygirl</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155395">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155395">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155394&hit=1" title="Dark.Vengeance.German.2011.AC3.DVDRiP.XviD-ROOR">Dark.Vengeance.German.2011.AC3.DVDRiP.XviD-ROOR<span><img src="./bitbucket/f-155394-1.jpg" width="241" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155394&hit=1&filelist=1">55</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155394&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />22:52:58 </td> <td style="width: 80px; text-align: center;">907,40 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155394&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155394&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=26121">Luckygirl</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155394">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155394">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155393&hit=1" title="Darf.ich.vorstellen.Meine.Geisterfreundin.2014.German.BDRiP.AC3.XViD-CRG">Darf.ich.vorstellen.Meine.Geisterfreundin.2014.German.BDRiP.AC3.XViD-CRG<span><img src="./bitbucket/f-155393-1.jpg" width="239" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155393&hit=1&filelist=1">3</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155393&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />22:35:18 </td> <td style="width: 80px; text-align: center;">1,40 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155393&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155393&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=26121">Luckygirl</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155393">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155393">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=54&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_1080p.png" alt="" title="Filme|1080p" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155392&hit=1" title="Valdez.1971.German.DL.1080p.BluRay.x264-iFPD">Valdez.1971.German.DL.1080p.BluRay.x264-iFPD<span><img src="./bitbucket/f-155392-1.jpg" width="236" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155392&hit=1&filelist=1">62</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155392&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />22:21:38 </td> <td style="width: 80px; text-align: center;">5,53 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155392&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155392&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=26121">Luckygirl</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155392">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155392">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=43&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_BluRay.png" alt="" title="Filme|BluRay" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155391&hit=1" title="Fan.2016.DUAL.COMPLETE.BLURAY-UNTOUCHED">Fan.2016.DUAL.COMPLETE.BLURAY-UNTOUCHED<span><img src="./bitbucket/f-155391-1.jpg" width="243" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#730d1e">[OnlyUpload]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155391&hit=1&filelist=1">98</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155391&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />22:01:37 </td> <td style="width: 80px; text-align: center;">42,95 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155391&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155391&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155391">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155391">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155390&hit=1" title="Marvels.Agents.of.S.H.I.E.L.D.S03E20.Emancipation.GERMAN.DUBBED.DL.720p.WebHD.x264-TVP">Marvels.Agents.of.S.H.I.E.L.D.S03E20.Emancipation.GERMAN.DUBBED.DL.720p.WebHD.x2...<span><img src="./bitbucket/f-155390-1.jpg" width="229" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155390&hit=1&filelist=1">33</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155390&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />20:32:10 </td> <td style="width: 80px; text-align: center;">1,42 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155390&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155390&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">5-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155390">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155390">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=68&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_packs.png" alt="" title="Serien|Packs" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155389&hit=1" title="Teenage.Mutant.Ninja.Turtles.1987.COMPLETE.German.DVDRip.XViD-AST4u">Teenage.Mutant.Ninja.Turtles.1987.COMPLETE.German.DVDRip.XViD-AST4u<span><img src="./bitbucket/f-155389-1.jpg" width="300" height="257.96178343949" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#730d1e">[OnlyUpload]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155389&hit=1&filelist=1">194</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155389&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />20:23:22 </td> <td style="width: 80px; text-align: center;">47,30 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155389&hit=1&toseeders=1"><font color="#550000">1</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155389&hit=1&todlers=1"><font color="">4</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">0-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25527">synrg</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155389">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155389">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=66&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_SD.png" alt="" title="Serien|SD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155388&hit=1" title="Marvels.Agents.of.S.H.I.E.L.D.S03E20.Emancipation.German.Dubbed.DL.iTunesHD.x264-TVS">Marvels.Agents.of.S.H.I.E.L.D.S03E20.Emancipation.German.Dubbed.DL.iTunesHD.x264...<span><img src="./bitbucket/f-155388-1.jpg" width="229" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155388&hit=1&filelist=1">2</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155388&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />20:15:52 </td> <td style="width: 80px; text-align: center;">282,90 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155388&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155388&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">3-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155388">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155388">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=54&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_1080p.png" alt="" title="Filme|1080p" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155387&hit=1" title="Verwuenscht.2007.German.DTS.DL.1080p.BluRay.REPACK.x264-SightHD">Verwuenscht.2007.German.DTS.DL.1080p.BluRay.REPACK.x264-SightHD<span><img src="./bitbucket/f-155387-1.jpg" width="285" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155387&hit=1&filelist=1">67</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155387&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />20:14:03 </td> <td style="width: 80px; text-align: center;">9,02 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155387&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155387&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155387">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155387">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=120&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_Int..png" alt="" title="Filme|Int." /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/englisch.gif" /> <a class="thumbnail" href="details.php?id=155386&hit=1" title="Fantastic.Beast.and.Where.To.Find.Them.2016.HD-TSx264-CPG">Fantastic.Beast.and.Where.To.Find.Them.2016.HD-TSx264-CPG<span><img src="./bitbucket/f-155386-1.jpg" width="214" height="317" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155386&hit=1&filelist=1">2</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155386&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />18:55:58 </td> <td style="width: 80px; text-align: center;">1,93 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155386&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155386&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">3-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155386">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155386">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155385&hit=1" title="Ilsa.Haremswaechterin.Des.Oelscheichs.UNCUT.German.1976.DVDRiP.XViD">Ilsa.Haremswaechterin.Des.Oelscheichs.UNCUT.German.1976.DVDRiP.XViD<span><img src="./bitbucket/f-155385-1.jpg" width="230" height="325" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155385&hit=1&filelist=1">3</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155385&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />18:07:02 </td> <td style="width: 80px; text-align: center;">697,91 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155385&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155385&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">5-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=24626">Speedmaker1</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155385">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155385">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=22&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Apps_win.png" alt="" title="Apps|Win" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155384&hit=1" title="MICROSOFT.WINDOWS.SERVER.2012.R2.ESSENTIALS.x64.ESD.INTEGRATED.NOVEMBER.2016-maex">MICROSOFT.WINDOWS.SERVER.2012.R2.ESSENTIALS.x64.ESD.INTEGRATED.NOVEMBER.2016-mae...<span><img src="./bitbucket/f-155384-1.jpg" width="284" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155384&hit=1&filelist=1">3</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155384&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />15:06:08 </td> <td style="width: 80px; text-align: center;">4,62 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155384&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155384&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155384">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155384">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=36&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_x264.png" alt="" title="Filme|x264" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155383&hit=1" title="Historienfilm.Abenteuer.FilmePack.German.HD.DVD.TVRip.StarWars">Historienfilm.Abenteuer.FilmePack.German.HD.DVD.TVRip.StarWars<span><img src="./bitbucket/f-155383-1.jpg" width="268" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#730d1e">[OnlyUpload]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155383&hit=1&filelist=1">39</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155383&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />14:25:16 </td> <td style="width: 80px; text-align: center;">64,72 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155383&hit=1&toseeders=1"><font color="#770000">1</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155383&hit=1&todlers=1"><font color="">5</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=24626">Speedmaker1</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155383">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155383">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155382&hit=1" title="Dead.Rising.Endgame.2016.German.AC3D.5.1.BDRip.XViD-MULTiPLEX">Dead.Rising.Endgame.2016.German.AC3D.5.1.BDRip.XViD-MULTiPLEX<span><img src="./bitbucket/f-155382-1.jpg" width="266" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155382&hit=1&filelist=1">3</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155382&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />13:53:05 </td> <td style="width: 80px; text-align: center;">1,37 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155382&hit=1&toseeders=1"><font color="#ffffff">7</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155382&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">11-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155382">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155382">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=43&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_BluRay.png" alt="" title="Filme|BluRay" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155381&hit=1" title="100.Gewehre.1969.German.DL.1080p.BluRay.AVC-ARMO">100.Gewehre.1969.German.DL.1080p.BluRay.AVC-ARMO<span><img src="./bitbucket/f-155381-1.jpg" width="269" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155381&hit=1&filelist=1">55</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155381&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />13:46:13 </td> <td style="width: 80px; text-align: center;">23,97 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155381&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155381&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">3-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155381">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155381">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=64&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Sonstiges_XXX.png" alt="" title="Sonstige|XXX" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155380&hit=1" title="Russian.Institute.Lesson.22.Doktorspiele.German.XXX.DVDRip.x264-REDX">Russian.Institute.Lesson.22.Doktorspiele.German.XXX.DVDRip.x264-REDX<span><img src="./bitbucket/f-155380-1.jpg" width="275" height="184" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155380&hit=1&filelist=1">2</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155380&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />13:36:30 </td> <td style="width: 80px; text-align: center;">955,52 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155380&hit=1&toseeders=1"><font color="#ffffff">8</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155380&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">10-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=22856">Pritt</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155380">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155380">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=6&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Audio_musik.png" alt="" title="Audio|Musik" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/englisch.gif" /> <a class="thumbnail" href="details.php?id=155379&hit=1" title="Eminem.Alben.Biography.MP3-Dumbo">Eminem.Alben.Biography.MP3-Dumbo<span><img src="./bitbucket/f-155379-1.jpg" width="150" height="107" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155379&hit=1&filelist=1">488</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155379&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />13:10:47 </td> <td style="width: 80px; text-align: center;">2,73 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155379&hit=1&toseeders=1"><font color="#ffffff">6</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155379&hit=1&todlers=1"><font color="">1</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">6-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155379">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155379">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=54&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_1080p.png" alt="" title="Filme|1080p" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155378&hit=1" title="Ill.Manors.Stadt.der.Gewalt.2012.German.DL.1080p.BluRay.x264-ENCOUNTERS">Ill.Manors.Stadt.der.Gewalt.2012.German.DL.1080p.BluRay.x264-ENCOUNTERS<span><img src="./bitbucket/f-155378-1.jpg" width="255" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155378&hit=1&filelist=1">83</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155378&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />13:10:26 </td> <td style="width: 80px; text-align: center;">7,07 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155378&hit=1&toseeders=1"><font color="#ffffff">7</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155378&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">7-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25925">Pilgrim</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155378">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155378">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=54&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_1080p.png" alt="" title="Filme|1080p" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155377&hit=1" title="Jeder.gegen.jeden.2016.German.1080p.BluRay.x264-SPiCY">Jeder.gegen.jeden.2016.German.1080p.BluRay.x264-SPiCY<span><img src="./bitbucket/f-155377-1.jpg" width="238" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155377&hit=1&filelist=1">83</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155377&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />11:34:00 </td> <td style="width: 80px; text-align: center;">3,66 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155377&hit=1&toseeders=1"><font color="#ffffff">10</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155377&hit=1&todlers=1"><font color="">1</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">10-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155377">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155377">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=55&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_720p.png" alt="" title="Filme|720p" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155376&hit=1" title="Jeder.gegen.jeden.2016.German.720p.BluRay.x264-SPiCY">Jeder.gegen.jeden.2016.German.720p.BluRay.x264-SPiCY<span><img src="./bitbucket/f-155376-1.jpg" width="238" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155376&hit=1&filelist=1">52</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155376&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />11:33:26 </td> <td style="width: 80px; text-align: center;">2,21 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155376&hit=1&toseeders=1"><font color="#ffffff">7</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155376&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">8-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155376">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155376">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=36&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_x264.png" alt="" title="Filme|x264" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155375&hit=1" title="Jeder.gegen.jeden.German.2016.AC3.BDRip.x264-SPiCY">Jeder.gegen.jeden.German.2016.AC3.BDRip.x264-SPiCY<span><img src="./bitbucket/f-155375-1.jpg" width="238" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155375&hit=1&filelist=1">22</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155375&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />11:32:48 </td> <td style="width: 80px; text-align: center;">799,15 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155375&hit=1&toseeders=1"><font color="#ffffff">17</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155375&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">21-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155375">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155375">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155374&hit=1" title="Elvis.Presley.Charro.German.1969.DVDRiP.XviD-FGR">Elvis.Presley.Charro.German.1969.DVDRiP.XviD-FGR<span><img src="./bitbucket/f-155374-1.jpg" width="237" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155374&hit=1&filelist=1">52</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155374&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />11:28:18 </td> <td style="width: 80px; text-align: center;">709,41 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155374&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155374&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155374">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155374">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=6&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Audio_musik.png" alt="" title="Audio|Musik" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155373&hit=1" title="Jurassic.Park.3.OST-2001-EGO">Jurassic.Park.3.OST-2001-EGO<span><img src="./bitbucket/f-155373-1.jpg" width="300" height="300" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155373&hit=1&filelist=1">20</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155373&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />11:13:17 </td> <td style="width: 80px; text-align: center;">74,66 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155373&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155373&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155373">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155373">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=42&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Sonstiges_sport.png" alt="" title="Sonstige|Sport" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/englisch.gif" /> <a class="thumbnail" href="details.php?id=155372&hit=1" title="UFC.Fight.Night.100.720p.HDTV.x264-KYR">UFC.Fight.Night.100.720p.HDTV.x264-KYR<span><img src="./bitbucket/f-155372-1.jpg" width="228" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155372&hit=1&filelist=1">59</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155372&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />11:09:27 </td> <td style="width: 80px; text-align: center;">5,18 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155372&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155372&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155372">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155372">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155369&hit=1" title="Elvis.Presley.Blaues.Hawaii.German.1961.DVDRiP.XviD-FGR">Elvis.Presley.Blaues.Hawaii.German.1961.DVDRiP.XviD-FGR<span><img src="./bitbucket/f-155369-1.jpg" width="238" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155369&hit=1&filelist=1">51</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155369&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />10:45:32 </td> <td style="width: 80px; text-align: center;">699,67 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155369&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155369&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155369">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155369">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155368&hit=1" title="Elvis.Presley.Acapulco.German.1963.AC3.DVDRiP.XviD.iNTERNAL-CENTi">Elvis.Presley.Acapulco.German.1963.AC3.DVDRiP.XviD.iNTERNAL-CENTi<span><img src="./bitbucket/f-155368-1.jpg" width="238" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155368&hit=1&filelist=1">66</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155368&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />10:43:39 </td> <td style="width: 80px; text-align: center;">1,18 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155368&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155368&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155368">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155368">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155367&hit=1" title="American.Horror.Story.S06E02.GERMAN.DUBBED.720p.HDTV.x264-ZZGtv">American.Horror.Story.S06E02.GERMAN.DUBBED.720p.HDTV.x264-ZZGtv<span><img src="./bitbucket/f-155367-1.jpg" width="247" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155367&hit=1&filelist=1">25</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155367&hit=1&tocomm=">1</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />10:40:56 </td> <td style="width: 80px; text-align: center;">982,36 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155367&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155367&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">5-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155367">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155367">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=54&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_1080p.png" alt="" title="Filme|1080p" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155366&hit=1" title="Email.fuer.Dich.1998.German.DL.1080p.BluRay.x264-DETAiLS">Email.fuer.Dich.1998.German.DL.1080p.BluRay.x264-DETAiLS<span><img src="./bitbucket/f-155366-1.jpg" width="263" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155366&hit=1&filelist=1">69</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155366&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />10:31:13 </td> <td style="width: 80px; text-align: center;">8,97 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155366&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155366&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155366">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155366">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=28&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Sonstiges_ebooks.png" alt="" title="Sonstige|eBooks" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155365&hit=1" title="BILD.am.Sonntag.20.11.2016.German.PDF">BILD.am.Sonntag.20.11.2016.German.PDF<span><img src="./bitbucket/f-155365-1.jpg" width="261" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155365&hit=1&filelist=1">1</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155365&hit=1&tocomm=">1</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />04:48:02 </td> <td style="width: 80px; text-align: center;">38,38 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155365&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155365&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">3-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155365">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155365">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=43&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_BluRay.png" alt="" title="Filme|BluRay" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155364&hit=1" title="Lights.Out.2016.MULTi.COMPLETE.BLURAY-COUP">Lights.Out.2016.MULTi.COMPLETE.BLURAY-COUP<span><img src="./bitbucket/f-155364-1.jpg" width="262" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#730d1e">[OnlyUpload]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155364&hit=1&filelist=1">61</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155364&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />03:18:41 </td> <td style="width: 80px; text-align: center;">26,61 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155364&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155364&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">3-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155364">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155364">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=43&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_BluRay.png" alt="" title="Filme|BluRay" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155363&hit=1" title="Jason.Bourne.2016.MULTi.COMPLETE.BLURAY-COUP">Jason.Bourne.2016.MULTi.COMPLETE.BLURAY-COUP<span><img src="./bitbucket/f-155363-1.jpg" width="264" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#730d1e">[OnlyUpload]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155363&hit=1&filelist=1">104</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155363&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />02:14:17 </td> <td style="width: 80px; text-align: center;">46,83 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155363&hit=1&toseeders=1"><font color="#ffffff">6</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155363&hit=1&todlers=1"><font color="">1</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">6-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155363">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155363">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155362&hit=1" title="Supernatural.S11E06.Die.Welt.der.Finsternis.GERMAN.DUBBED.DL.1080p.BluRay.x264-TVP">Supernatural.S11E06.Die.Welt.der.Finsternis.GERMAN.DUBBED.DL.1080p.BluRay.x264-T...<span><img src="./bitbucket/f-155362-1.jpg" width="178" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155362&hit=1&filelist=1">70</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155362&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />02:09:14 </td> <td style="width: 80px; text-align: center;">3,12 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155362&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155362&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">3-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155362">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155362">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155361&hit=1" title="Supernatural.S11E06.Die.Welt.der.Finsternis.GERMAN.DUBBED.DL.720p.BluRay.x264-TVP">Supernatural.S11E06.Die.Welt.der.Finsternis.GERMAN.DUBBED.DL.720p.BluRay.x264-TV...<span><img src="./bitbucket/f-155361-1.jpg" width="178" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155361&hit=1&filelist=1">46</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155361&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />02:08:43 </td> <td style="width: 80px; text-align: center;">2,00 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155361&hit=1&toseeders=1"><font color="#ffffff">6</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155361&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">5-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155361">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155361">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=66&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_SD.png" alt="" title="Serien|SD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155360&hit=1" title="Supernatural.S11E06.Die.Welt.der.Finsternis.GERMAN.DUBBED.WS.BDRip.x264-TVP">Supernatural.S11E06.Die.Welt.der.Finsternis.GERMAN.DUBBED.WS.BDRip.x264-TVP<span><img src="./bitbucket/f-155360-1.jpg" width="178" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155360&hit=1&filelist=1">21</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155360&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />02:08:11 </td> <td style="width: 80px; text-align: center;">323,27 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155360&hit=1&toseeders=1"><font color="#ffffff">10</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155360&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">13-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155360">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155360">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155359&hit=1" title="Supernatural.S11E05.Lizzi.Borden.GERMAN.DUBBED.DL.1080p.BluRay.x264-TVP">Supernatural.S11E05.Lizzi.Borden.GERMAN.DUBBED.DL.1080p.BluRay.x264-TVP<span><img src="./bitbucket/f-155359-1.jpg" width="178" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155359&hit=1&filelist=1">70</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155359&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />02:07:38 </td> <td style="width: 80px; text-align: center;">3,11 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155359&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155359&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">3-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155359">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155359">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155358&hit=1" title="Supernatural.S11E05.Lizzi.Borden.GERMAN.DUBBED.DL.720p.BluRay.x264-TVP">Supernatural.S11E05.Lizzi.Borden.GERMAN.DUBBED.DL.720p.BluRay.x264-TVP<span><img src="./bitbucket/f-155358-1.jpg" width="178" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155358&hit=1&filelist=1">46</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155358&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />02:07:04 </td> <td style="width: 80px; text-align: center;">1,99 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155358&hit=1&toseeders=1"><font color="#ffffff">6</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155358&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">5-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155358">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155358">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=66&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_SD.png" alt="" title="Serien|SD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155357&hit=1" title="Supernatural.S11E05.Lizzi.Borden.GERMAN.DUBBED.WS.BDRip.x264-TVP">Supernatural.S11E05.Lizzi.Borden.GERMAN.DUBBED.WS.BDRip.x264-TVP<span><img src="./bitbucket/f-155357-1.jpg" width="178" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155357&hit=1&filelist=1">21</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155357&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />02:06:32 </td> <td style="width: 80px; text-align: center;">326,41 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155357&hit=1&toseeders=1"><font color="#ffffff">10</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155357&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">13-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155357">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155357">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155356&hit=1" title="Ballers.S02E03.Luftschloesser.GERMAN.DL.1080p.HDTV.x264-TVP">Ballers.S02E03.Luftschloesser.GERMAN.DL.1080p.HDTV.x264-TVP<span><img src="./bitbucket/f-155356-1.jpg" width="300" height="158" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155356&hit=1&filelist=1">29</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155356&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />02:05:54 </td> <td style="width: 80px; text-align: center;">1,20 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155356&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155356&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155356">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155356">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155355&hit=1" title="Ballers.S02E03.Luftschloesser.GERMAN.DL.720p.HDTV.x264-TVP">Ballers.S02E03.Luftschloesser.GERMAN.DL.720p.HDTV.x264-TVP<span><img src="./bitbucket/f-155355-1.jpg" width="300" height="158" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155355&hit=1&filelist=1">37</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155355&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />02:05:21 </td> <td style="width: 80px; text-align: center;">644,21 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155355&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155355&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">5-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155355">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155355">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=66&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_SD.png" alt="" title="Serien|SD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155354&hit=1" title="Ballers.S02E03.Luftschloesser.GERMAN.WS.HDTVRiP.x264-TVP">Ballers.S02E03.Luftschloesser.GERMAN.WS.HDTVRiP.x264-TVP<span><img src="./bitbucket/f-155354-1.jpg" width="300" height="158" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155354&hit=1&filelist=1">18</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155354&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />02:04:47 </td> <td style="width: 80px; text-align: center;">272,70 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155354&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155354&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">3-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155354">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155354">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=54&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_1080p.png" alt="" title="Filme|1080p" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155353&hit=1" title="A.Special.Kind.of.Love.Rendezvous.mit.dem.Tod.2015.German.DL.1080p.BluRay.x264-SPiCY">A.Special.Kind.of.Love.Rendezvous.mit.dem.Tod.2015.German.DL.1080p.BluRay.x264-S...<span><img src="./bitbucket/f-155353-1.jpg" width="300" height="168.5534591195" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155353&hit=1&filelist=1">107</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155353&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />01:48:21 </td> <td style="width: 80px; text-align: center;">4,63 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155353&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155353&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155353">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155353">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155352&hit=1" title="Elvis.Presley.Viva.Las.Vegas.German.1963.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN">Elvis.Presley.Viva.Las.Vegas.German.1963.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN<span><img src="./bitbucket/f-155352-1.jpg" width="251" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155352&hit=1&filelist=1">56</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155352&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />01:18:29 </td> <td style="width: 80px; text-align: center;">0,98 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155352&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155352&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155352">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155352">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155351&hit=1" title="Elvis.Presley.Roustabout.German.1964.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN">Elvis.Presley.Roustabout.German.1964.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN<span><img src="./bitbucket/f-155351-1.jpg" width="237" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155351&hit=1&filelist=1">61</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155351&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />01:13:19 </td> <td style="width: 80px; text-align: center;">1,08 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155351&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155351&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155351">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155351">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155350&hit=1" title="Elvis.Presley.Spinout.Sag.niemals.ja.German.1966.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN">Elvis.Presley.Spinout.Sag.niemals.ja.German.1966.AC3.DVDRip.XViD.iNTERNAL-HaVeFu...<span><img src="./bitbucket/f-155350-1.jpg" width="268" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155350&hit=1&filelist=1">61</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155350&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />01:11:38 </td> <td style="width: 80px; text-align: center;">1,09 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155350&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155350&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">3-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155350">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155350">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=28&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Sonstiges_ebooks.png" alt="" title="Sonstige|eBooks" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155349&hit=1" title="BILD.am.Sonntag.20.11.2016.Ebook">BILD.am.Sonntag.20.11.2016.Ebook<span><img src="./bitbucket/f-155349-1.jpg" width="261" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155349&hit=1&filelist=1">1</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155349&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />00:23:24 </td> <td style="width: 80px; text-align: center;">38,38 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155349&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155349&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155349">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155349">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155348&hit=1" title="Elvis.Presley.Speedway.German.1968.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN">Elvis.Presley.Speedway.German.1968.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN<span><img src="./bitbucket/f-155348-1.jpg" width="287" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155348&hit=1&filelist=1">61</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155348&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />00:15:47 </td> <td style="width: 80px; text-align: center;">1,09 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155348&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155348&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155348">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155348">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155347&hit=1" title="Elvis.Presley.Ob.blond.ob.braun.German.1963.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN">Elvis.Presley.Ob.blond.ob.braun.German.1963.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN<span><img src="./bitbucket/f-155347-1.jpg" width="229" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155347&hit=1&filelist=1">61</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155347&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />00:12:37 </td> <td style="width: 80px; text-align: center;">1,08 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155347&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155347&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155347">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155347">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155346&hit=1" title="Elvis.Presley.Seemann.Ahoi.German.1967.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN">Elvis.Presley.Seemann.Ahoi.German.1967.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN<span><img src="./bitbucket/f-155346-1.jpg" width="237" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155346&hit=1&filelist=1">61</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155346&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">20.11.2016<br />00:00:02 </td> <td style="width: 80px; text-align: center;">1,08 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155346&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155346&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155346">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155346">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=76&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Doku_HD.png" alt="" title="Doku|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/englisch.gif" /> <a class="thumbnail" href="details.php?id=155345&hit=1" title="Too.Young.To.Die.S01E04.Sharon.Tate.720p.BluRay.x264-BiQ">Too.Young.To.Die.S01E04.Sharon.Tate.720p.BluRay.x264-BiQ<span><img src="./bitbucket/f-155345-1.jpg" width="229" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155345&hit=1&filelist=1">53</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155345&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />23:58:56 </td> <td style="width: 80px; text-align: center;">2,21 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155345&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155345&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155345">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155345">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=76&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Doku_HD.png" alt="" title="Doku|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/englisch.gif" /> <a class="thumbnail" href="details.php?id=155344&hit=1" title="Too.Young.To.Die.S01E03.Kurt.Cobain.720p.BluRay.x264-BiQ">Too.Young.To.Die.S01E03.Kurt.Cobain.720p.BluRay.x264-BiQ<span><img src="./bitbucket/f-155344-1.jpg" width="229" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155344&hit=1&filelist=1">53</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155344&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />23:58:48 </td> <td style="width: 80px; text-align: center;">2,23 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155344&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155344&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155344">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155344">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=76&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Doku_HD.png" alt="" title="Doku|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/englisch.gif" /> <a class="thumbnail" href="details.php?id=155343&hit=1" title="Too.Young.To.Die.S01E02.John.Belushi.720p.BluRay.x264-BiQ">Too.Young.To.Die.S01E02.John.Belushi.720p.BluRay.x264-BiQ<span><img src="./bitbucket/f-155343-1.jpg" width="231" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155343&hit=1&filelist=1">53</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155343&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />23:58:43 </td> <td style="width: 80px; text-align: center;">2,24 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155343&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155343&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155343">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155343">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=76&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Doku_HD.png" alt="" title="Doku|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/englisch.gif" /> <a class="thumbnail" href="details.php?id=155342&hit=1" title="Too.Young.To.Die.S01E01.Heath.Ledger.720p.BluRay.x264-BiQ">Too.Young.To.Die.S01E01.Heath.Ledger.720p.BluRay.x264-BiQ<span><img src="./bitbucket/f-155342-1.jpg" width="229" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155342&hit=1&filelist=1">53</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155342&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />23:58:39 </td> <td style="width: 80px; text-align: center;">2,20 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155342&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155342&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155342">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155342">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155341&hit=1" title="Elvis.Presley.Mein.Leben.ist.der.Rhythmus.German.1958.AC3.DVDRiP.XviD-FGR">Elvis.Presley.Mein.Leben.ist.der.Rhythmus.German.1958.AC3.DVDRiP.XviD-FGR<span><img src="./bitbucket/f-155341-1.jpg" width="238" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155341&hit=1&filelist=1">53</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155341&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />23:56:46 </td> <td style="width: 80px; text-align: center;">706,78 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155341&hit=1&toseeders=1"><font color="#ffffff">6</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155341&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">5-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155341">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155341">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155340&hit=1" title="Elvis.Presley.Nur.nicht.Millionaer.sein.German.1967.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN">Elvis.Presley.Nur.nicht.Millionaer.sein.German.1967.AC3.DVDRip.XViD.iNTERNAL-HaV...<span><img src="./bitbucket/f-155340-1.jpg" width="235" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155340&hit=1&filelist=1">66</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155340&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />23:52:32 </td> <td style="width: 80px; text-align: center;">1,18 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155340&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155340&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155340">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155340">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155339&hit=1" title="Elvis.Presley.Suedseeparadies.German.1966.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN">Elvis.Presley.Suedseeparadies.German.1966.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN<span><img src="./bitbucket/f-155339-1.jpg" width="238" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155339&hit=1&filelist=1">61</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155339&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />23:36:19 </td> <td style="width: 80px; text-align: center;">1,08 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155339&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155339&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155339">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155339">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155338&hit=1" title="Elvis.Presley.Cafe.Europa.German.1960.DVDRiP.XviD-FGR">Elvis.Presley.Cafe.Europa.German.1960.DVDRiP.XviD-FGR<span><img src="./bitbucket/f-155338-1.jpg" width="240" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155338&hit=1&filelist=1">52</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155338&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />23:05:52 </td> <td style="width: 80px; text-align: center;">702,60 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155338&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155338&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155338">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155338">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=54&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_1080p.png" alt="" title="Filme|1080p" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155337&hit=1" title="Duell.am.Missouri.1976.German.DL.1080p.BluRay.x264-ROOR">Duell.am.Missouri.1976.German.DL.1080p.BluRay.x264-ROOR<span><img src="./bitbucket/f-155337-1.jpg" width="101" height="135" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155337&hit=1&filelist=1">76</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155337&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />22:57:49 </td> <td style="width: 80px; text-align: center;">9,84 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155337&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155337&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155337">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155337">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=37&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Games_nintendo.png" alt="" title="Spiele|Nintendo" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155336&hit=1" title="Injustice.Gods.Among.Us.EUR.WiiU-VENOM">Injustice.Gods.Among.Us.EUR.WiiU-VENOM<span><img src="./bitbucket/f-155336-1.jpg" width="240" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#CC0000">[GU]</font> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155336&hit=1&filelist=1">95</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155336&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />22:55:17 </td> <td style="width: 80px; text-align: center;">8,44 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155336&hit=1&toseeders=1"><font color="#ffffff">1</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155336&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">0-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155336">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155336">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=6&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Audio_musik.png" alt="" title="Audio|Musik" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155335&hit=1" title="Beatrice.Egli.-.Kick.Im.Augenblick.(Fan.Edition).WEB.DE.2016-JUSTiFY">Beatrice.Egli.-.Kick.Im.Augenblick.(Fan.Edition).WEB.DE.2016-JUSTiFY<span><img src="./bitbucket/f-155335-1.jpg" width="300" height="300" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155335&hit=1&filelist=1">24</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155335&hit=1&tocomm=">1</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />22:51:20 </td> <td style="width: 80px; text-align: center;">158,31 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155335&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155335&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">7-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155335">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155335">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155334&hit=1" title="Elvis.Presley.Double.Trouble.German.1967.AC3.DVDRiP.XviD.iNTERNAL-CENTi">Elvis.Presley.Double.Trouble.German.1967.AC3.DVDRiP.XviD.iNTERNAL-CENTi<span><img src="./bitbucket/f-155334-1.jpg" width="280" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155334&hit=1&filelist=1">51</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155334&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />22:46:11 </td> <td style="width: 80px; text-align: center;">907,23 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155334&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155334&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155334">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155334">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155333&hit=1" title="Elvis.Presley.Wild.in.the.Country.German.1961.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN">Elvis.Presley.Wild.in.the.Country.German.1961.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN<span><img src="./bitbucket/f-155333-1.jpg" width="236" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155333&hit=1&filelist=1">77</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155333&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />22:17:26 </td> <td style="width: 80px; text-align: center;">1,38 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155333&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155333&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155333">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155333">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155332&hit=1" title="Elvis.Presley.Verschollen.im.Harem.German.1965.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN">Elvis.Presley.Verschollen.im.Harem.German.1965.AC3.DVDRip.XViD.iNTERNAL-HaVeFuN<span><img src="./bitbucket/f-155332-1.jpg" width="286" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155332&hit=1&filelist=1">56</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155332&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />22:13:25 </td> <td style="width: 80px; text-align: center;">0,98 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155332&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155332&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=27668">BuFu</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155332">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155332">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155331&hit=1" title="Muxmaeuschenstill.German.DVDRip.XviD-GWL">Muxmaeuschenstill.German.DVDRip.XviD-GWL<span><img src="./bitbucket/f-155331-1.jpg" width="239" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155331&hit=1&filelist=1">53</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155331&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />21:47:02 </td> <td style="width: 80px; text-align: center;">713,43 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155331&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155331&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">5-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155331">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155331">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=36&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_x264.png" alt="" title="Filme|x264" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155330&hit=1" title="Blackway.Auf.dem.Pfad.der.Rache.German.2015.AC3.BDRiP.x264-XF">Blackway.Auf.dem.Pfad.der.Rache.German.2015.AC3.BDRiP.x264-XF<span><img src="./bitbucket/f-155330-1.jpg" width="200" height="300" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155330&hit=1&filelist=1">28</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155330&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />21:42:58 </td> <td style="width: 80px; text-align: center;">1,04 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155330&hit=1&toseeders=1"><font color="#ffffff">5</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155330&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=26121">Luckygirl</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155330">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155330">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155329&hit=1" title="Jason.Bourne.2016.BDRip.AC3.German.XviD-POE">Jason.Bourne.2016.BDRip.AC3.German.XviD-POE<span><img src="./bitbucket/f-155329-1.jpg" width="264" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155329&hit=1&filelist=1">7</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155329&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />21:31:05 </td> <td style="width: 80px; text-align: center;">1,87 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155329&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155329&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=26121">Luckygirl</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155329">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155329">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155328&hit=1" title="Dantes.Inferno.An.Animated.Epic.German.2010.DVDRiP.XviD-GMA">Dantes.Inferno.An.Animated.Epic.German.2010.DVDRiP.XviD-GMA<span><img src="./bitbucket/f-155328-1.jpg" width="226" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155328&hit=1&filelist=1">3</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155328&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />21:19:18 </td> <td style="width: 80px; text-align: center;">698,36 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155328&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155328&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">5-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=26121">Luckygirl</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155328">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155328">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=54&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_1080p.png" alt="" title="Filme|1080p" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155327&hit=1" title="Wilde.Kreaturen.1997.German.AC3D.DL.1080p.BluRay.x264-OMGtv">Wilde.Kreaturen.1997.German.AC3D.DL.1080p.BluRay.x264-OMGtv<span><img src="./bitbucket/f-155327-1.jpg" width="237" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155327&hit=1&filelist=1">86</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155327&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />21:19:02 </td> <td style="width: 80px; text-align: center;">7,80 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155327&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155327&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">3-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155327">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155327">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155326&hit=1" title="Dame.Koenig.As.Spion.German.AC3.BDRip.XviD-EPHEMERiD">Dame.Koenig.As.Spion.German.AC3.BDRip.XviD-EPHEMERiD<span><img src="./bitbucket/f-155326-1.jpg" width="212" height="300" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155326&hit=1&filelist=1">3</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155326&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />21:11:12 </td> <td style="width: 80px; text-align: center;">1,27 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155326&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155326&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=26121">Luckygirl</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155326">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155326">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=19&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_xvid.png" alt="" title="Filme|XviD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155325&hit=1" title="Damage.2009.German.BDRip.XviD">Damage.2009.German.BDRip.XviD<span><img src="./bitbucket/f-155325-1.jpg" width="208" height="300" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155325&hit=1&filelist=1">3</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155325&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />20:35:53 </td> <td style="width: 80px; text-align: center;">884,47 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155325&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155325&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=26121">Luckygirl</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155325">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155325">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=58&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Games_PSX.png" alt="" title="Spiele|PSX" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155324&hit=1" title="Mortal_Kombat_Komplete_Edition_EUR_PS3-HR">Mortal_Kombat_Komplete_Edition_EUR_PS3-HR<span><img src="./bitbucket/f-155324-1.jpg" width="294" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155324&hit=1&filelist=1">100</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155324&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />20:08:18 </td> <td style="width: 80px; text-align: center;">9,12 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155324&hit=1&toseeders=1"><font color="#ffffff">1</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155324&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155324">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155324">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155323&hit=1" title="The.Originals.S03E17.Hinter.dem.schwarzen.Horizont.GERMAN.DUBBED.DL.1080p.BluRay.x264-TVP">The.Originals.S03E17.Hinter.dem.schwarzen.Horizont.GERMAN.DUBBED.DL.1080p.BluRay...<span><img src="./bitbucket/f-155323-1.jpg" width="214" height="321" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155323&hit=1&filelist=1">70</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155323&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />19:38:08 </td> <td style="width: 80px; text-align: center;">3,15 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155323&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155323&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155323">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155323">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155322&hit=1" title="The.Originals.S03E17.Hinter.dem.schwarzen.Horizont.GERMAN.DUBBED.720p.BluRay.x264-euHD">The.Originals.S03E17.Hinter.dem.schwarzen.Horizont.GERMAN.DUBBED.720p.BluRay.x26...<span><img src="./bitbucket/f-155322-1.jpg" width="214" height="321" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155322&hit=1&filelist=1">47</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155322&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />19:37:36 </td> <td style="width: 80px; text-align: center;">2,02 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155322&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155322&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155322">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155322">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=66&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_SD.png" alt="" title="Serien|SD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155321&hit=1" title="The.Originals.S03E17.Hinter.dem.schwarzen.Horizont.GERMAN.DUBBED.BLURAYRiP.x264-SOF">The.Originals.S03E17.Hinter.dem.schwarzen.Horizont.GERMAN.DUBBED.BLURAYRiP.x264-...<span><img src="./bitbucket/f-155321-1.jpg" width="214" height="321" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155321&hit=1&filelist=1">22</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155321&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />19:37:01 </td> <td style="width: 80px; text-align: center;">338,84 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155321&hit=1&toseeders=1"><font color="#ffffff">7</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155321&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">7-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155321">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155321">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=38&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Audio_hörspiele.png" alt="" title="Audio|Hörspiel" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155319&hit=1" title="Oliver.Plaschka.-.Marco.Polo.-.Bis.ans.Ende.der.Welt.-Hoerbuch">Oliver.Plaschka.-.Marco.Polo.-.Bis.ans.Ende.der.Welt.-Hoerbuch<span><img src="./bitbucket/f-155319-1.jpg" width="220" height="220" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155319&hit=1&filelist=1">66</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155319&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />18:19:44 </td> <td style="width: 80px; text-align: center;">1,37 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155319&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155319&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">3-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155319">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155319">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=72&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_Int,.png" alt="" title="Serien|Int." /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/englisch.gif" /> <a class="thumbnail" href="details.php?id=155318&hit=1" title="DCs.Legends.of.Tomorrow.S02E06.720p.HDTV.X264-DIMENSION">DCs.Legends.of.Tomorrow.S02E06.720p.HDTV.X264-DIMENSION<span><img src="./bitbucket/f-155318-1.jpg" width="226" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155318&hit=1&filelist=1">25</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155318&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />18:19:11 </td> <td style="width: 80px; text-align: center;">1,04 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155318&hit=1&toseeders=1"><font color="#ffffff">3</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155318&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">2-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155318">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155318">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=48&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Apps_MAC.png" alt="" title="Apps|MAC" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155317&hit=1" title="Parallels.Desktop.Business.Edition.v12.1.0_41489.mulitilanguage.MacOSX.Intel.PreKed">Parallels.Desktop.Business.Edition.v12.1.0_41489.mulitilanguage.MacOSX.Intel.Pre...<span><img src="./bitbucket/f-155317-1.jpg" width="220" height="220" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155317&hit=1&filelist=1">2</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155317&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />18:18:37 </td> <td style="width: 80px; text-align: center;">254,22 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155317&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155317&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">4-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155317">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155317">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=43&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Filme_BluRay.png" alt="" title="Filme|BluRay" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/deutsch.gif" /> <a class="thumbnail" href="details.php?id=155316&hit=1" title="Max.Schmeling.2010.GERMAN.NORDIC.COMPLETE.BLURAY-HD_Leaks">Max.Schmeling.2010.GERMAN.NORDIC.COMPLETE.BLURAY-HD_Leaks<span><img src="./bitbucket/f-155316-1.jpg" width="266" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155316&hit=1&filelist=1">80</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155316&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />17:44:01 </td> <td style="width: 80px; text-align: center;">17,23 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155316&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155316&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><b>Anonym*</b> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155316">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155316">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155314&hit=1" title="The.Night.Shift.S03E13.Burned.GERMAN.DL.HDTV.1080p.x264-NVA">The.Night.Shift.S03E13.Burned.GERMAN.DL.HDTV.1080p.x264-NVA<span><img src="./bitbucket/f-155314-1.jpg" width="231" height="340" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155314&hit=1&filelist=1">39</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155314&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />15:20:21 </td> <td style="width: 80px; text-align: center;">1,70 GB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155314&hit=1&toseeders=1"><font color="#ffffff">2</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155314&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">1-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155314">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155314">DL + SSL</a> </td> </tr> <tr style="height: 45px;"> <td style="width: 45px; text-align: center;"> <a href="?search=&incldead=1&orderby=added&sort=desc&cat=69&showsearch=1"><img style="vertical-align: middle;" src="pic/icons/Serien_HD.png" alt="" title="Serien|HD" /></a> </td> <td style="width: 40%;"> <img style="vertical-align:middle;" src="./pic/multi.gif" /> <a class="thumbnail" href="details.php?id=155313&hit=1" title="Modern.Family.S06E24.American.Skyper.GERMAN.DUBBED.DL.1080p.WebHD.x264-TVP">Modern.Family.S06E24.American.Skyper.GERMAN.DUBBED.DL.1080p.WebHD.x264-TVP<span><img src="./bitbucket/f-155313-1.jpg" width="300" height="300" /></span></a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <font color="#0d7373">[Webseed]</font> <font color="#736f0d">[-40 Download]</font> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155313&hit=1&filelist=1">24</a> </td> <td style="width: 40px; text-align: center;"> <a href="details.php?id=155313&hit=1&tocomm=">0</a> </td> <td style="width: 80px; text-align: center;">19.11.2016<br />15:18:59 </td> <td style="width: 80px; text-align: center;">962,17 MB </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155313&hit=1&toseeders=1"><font color="#ffffff">4</font> Seeder</a> </td> <td style="width: 80px; text-align: center;"> <a href="details.php?id=155313&hit=1&todlers=1"><font color="">0</font> Leecher</a> </td> <td style="width: 60px; text-align: center;">3-mal </td> <td style="text-align: center;"><a href="userdetails.php?id=25270">RPM</a> </td> <td style="width: 125px; text-align: center;"><a href="download.php?torrent=155313">DL Normal</a> <hr style="height: 1px; border: none; color: #000; background-color: #000;" /> <a href="download_ssl.php?torrent=155313">DL + SSL</a> </td> </tr> | |
</table> | |
<p align="center"><b>1 - 100</b> | <a href="browse.php?incldead=1&orderby=added&sort=desc&page=1"><b>101 - 200</b></a> | <a href="browse.php?incldead=1&orderby=added&sort=desc&page=2"><b>201 - 300</b></a> | ... | <a href="browse.php?incldead=1&orderby=added&sort=desc&page=186"><b>18601 - 18700</b></a> | <a href="browse.php?incldead=1&orderby=added&sort=desc&page=187"><b>18701 - 18800</b></a> | <a href="browse.php?incldead=1&orderby=added&sort=desc&page=188"><b>18801 - 18801</b></a><br ><b><< Zurück</b> <a id="next_page_link" href="browse.php?incldead=1&orderby=added&sort=desc&page=1"><b>Weiter >></b></a></p> | |
</table><iframe src = "refresh.php" style = "width: 0px; height: 0px; border: #000;" frameborder = "none"></iframe><div style="width: 100%; text-align: center; font-weight: bold;">Seite geladen in 0.131933 Sekunden</div></div></div></body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment