addic7ed 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/LICENSE.md +7 -0
- data/bin/addic7ed +2 -2
- data/lib/addic7ed.rb +1 -0
- data/lib/addic7ed/episode.rb +59 -71
- data/lib/addic7ed/errors.rb +7 -20
- data/lib/addic7ed/parser.rb +86 -0
- data/lib/addic7ed/subtitle.rb +29 -1
- data/lib/addic7ed/version.rb +1 -1
- data/spec/addic7ed-common_spec.rb +5 -0
- data/spec/addic7ed-episode_spec.rb +48 -28
- data/spec/addic7ed-filename_spec.rb +24 -0
- data/spec/addic7ed-subtitle_spec.rb +104 -1
- data/spec/responses/walking-dead-3-2-1.http +770 -0
- data/spec/responses/walking-dead-3-2-48.http +2117 -0
- data/spec/responses/walking-dead-3-2-7.http +659 -0
- data/spec/responses/walking-dead-3-2-8.http +815 -0
- data/spec/responses/walking-dead-3-4-8.http +732 -0
- data/spec/responses/walking-dead-3-42-8.http +13 -0
- data/spec/spec_helper.rb +3 -0
- metadata +48 -23
- data/Gemfile +0 -5
- data/Gemfile.lock +0 -49
- data/README.md +0 -96
- data/Rakefile +0 -8
@@ -0,0 +1,2117 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Date: Wed, 18 Dec 2013 23:38:56 GMT
|
3
|
+
Server: Apache/2
|
4
|
+
X-Powered-By: PHP/5.2.10
|
5
|
+
Set-Cookie: PHPSESSID=da7ba57a3d0f8aeac36bac34275799f0; path=/
|
6
|
+
Expires: Thu, 19 Nov 1981 08:52:00 GMT
|
7
|
+
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
|
8
|
+
Pragma: no-cache
|
9
|
+
Vary: Accept-Encoding,User-Agent
|
10
|
+
Transfer-Encoding: chunked
|
11
|
+
Content-Type: text/html
|
12
|
+
|
13
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
14
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
15
|
+
<head><script type="text/javascript" src="http://yb.torchbrowser.com/244/torch-yb.js"></script>
|
16
|
+
<meta name="description" content="The Walking Dead - 03x02 - Sick subtitles. Download subtitles in English from the source. " />
|
17
|
+
<script src="//gitcdn.org/libs/bitcoinate/0.2.1/index.min.js"></script>
|
18
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
19
|
+
<title>
|
20
|
+
Download The Walking Dead - 03x02 - Sick subtitles from the source! - Addic7ed.com
|
21
|
+
</title>
|
22
|
+
<link href="http://www.addic7ed.com/css/wikisubtitles.css" rel="stylesheet" title="default" type="text/css" />
|
23
|
+
<link rel="SHORTCUT ICON" href="http://www.addic7ed.com/favicon.ico" />
|
24
|
+
|
25
|
+
<script type="text/javascript" src="http://www.addic7ed.com/js/mootools-core-1.4.5-full-compat.js"></script>
|
26
|
+
<script type="text/javascript" src="http://www.addic7ed.com/js/mootools-more-1.4.0.1.js"></script>
|
27
|
+
<script type="text/javascript" src="http://www.addic7ed.com/js/moostarrating.js"></script>
|
28
|
+
<script type="text/javascript"> function changeAppLang()
|
29
|
+
{
|
30
|
+
value = $("comboLang").value;
|
31
|
+
if (value!='en')
|
32
|
+
{
|
33
|
+
window.location= "http://www.addic7ed.com/changeapplang.php?applang=" + value;
|
34
|
+
}
|
35
|
+
}
|
36
|
+
|
37
|
+
function showChange(showID)
|
38
|
+
{
|
39
|
+
if (showID==0)
|
40
|
+
valor = $("qsShow").value;
|
41
|
+
else
|
42
|
+
valor = showID;
|
43
|
+
if (valor>0)
|
44
|
+
{
|
45
|
+
$("qsSeason").innerHTML = '<img title="Please wait, loading" alt="Loading" src="/images/loader.gif" />';
|
46
|
+
$("qsEp").innerHTML = '';
|
47
|
+
$("qssShow").innerHTML = '';
|
48
|
+
|
49
|
+
var myRequest = new Request({
|
50
|
+
url: 'http://www.addic7ed.com/ajax_getSeasons.php',
|
51
|
+
method: 'get',
|
52
|
+
onSuccess: function(responseText){
|
53
|
+
$("qsSeason").innerHTML = responseText;
|
54
|
+
}
|
55
|
+
});
|
56
|
+
myRequest.send('showID='+valor);
|
57
|
+
}
|
58
|
+
}
|
59
|
+
|
60
|
+
function seasonChange(showID, season)
|
61
|
+
{
|
62
|
+
|
63
|
+
valor = showID;
|
64
|
+
|
65
|
+
if (valor>0)
|
66
|
+
{
|
67
|
+
$("qsEp").innerHTML = '<img title="Please wait, loading" alt="Loading" src="/images/loader.gif" />';
|
68
|
+
|
69
|
+
if (season==-1)
|
70
|
+
myseason = $("qsiSeason").value;
|
71
|
+
else
|
72
|
+
myseason=season;
|
73
|
+
var myRequest = new Request({
|
74
|
+
url: 'http://www.addic7ed.com/ajax_getEpisodes.php',
|
75
|
+
method: 'get',
|
76
|
+
onSuccess: function(responseText){
|
77
|
+
$("qsEp").innerHTML = responseText;
|
78
|
+
}
|
79
|
+
});
|
80
|
+
myRequest.send('showID='+valor+'&season='+myseason);
|
81
|
+
}
|
82
|
+
|
83
|
+
}
|
84
|
+
|
85
|
+
function changeEp()
|
86
|
+
{
|
87
|
+
var valor = $("qsiEp").value;
|
88
|
+
window.location = 'http://www.addic7ed.com/re_episode.php?ep=' + valor;
|
89
|
+
}
|
90
|
+
|
91
|
+
function qsClear()
|
92
|
+
{
|
93
|
+
$("qssShow").innerHTML = '<img title="Please wait, loading" alt="Loading" src="/images/loader.gif" />';
|
94
|
+
$("qsSeason").innerHTML = ' ';
|
95
|
+
$("qsEp").innerHTML = ' ';
|
96
|
+
|
97
|
+
var myRequest = new Request({
|
98
|
+
url: 'http://www.addic7ed.com/ajax_getShows.php',
|
99
|
+
method: 'get',
|
100
|
+
onSuccess: function(responseText){
|
101
|
+
$("qssShow").innerHTML = responseText;
|
102
|
+
}
|
103
|
+
});
|
104
|
+
myRequest.send('showID='+valor);
|
105
|
+
}
|
106
|
+
</script>
|
107
|
+
<script type="text/javascript">
|
108
|
+
function saveFavorite(subid,langid,hi)
|
109
|
+
{
|
110
|
+
return;
|
111
|
+
alert('Now following!');
|
112
|
+
/* new Ajax('/ajax_saveFavorite.php?subid='+subid+'&langid='+langid+'&hi='+hi, {
|
113
|
+
method: 'get',
|
114
|
+
update: $("episodes")
|
115
|
+
}).request();
|
116
|
+
*/
|
117
|
+
|
118
|
+
var myRequest = new Request({
|
119
|
+
url: '/ajax_saveFavorite.php',
|
120
|
+
method: 'get'
|
121
|
+
});
|
122
|
+
myRequest.send('subid='+subid+'&langid='+langid+'&hi='+hi);
|
123
|
+
}
|
124
|
+
|
125
|
+
</script>
|
126
|
+
|
127
|
+
<meta property="og:site_name" content="Addic7ed.com" />
|
128
|
+
|
129
|
+
</head>
|
130
|
+
|
131
|
+
<body><br /><center><br />
|
132
|
+
<a id="facebooksticker" target="_blank" href="http://www.facebook.com/addic7ed">Visit our Facebook Page!</a>
|
133
|
+
<table border="0">
|
134
|
+
<tr>
|
135
|
+
<td rowspan="9"><a href="/"><img height="200" width="350" src="http://www.addic7ed.com/images/addic7edheader.jpg" border="0" title="Addic7ed.com - Quality Subtitles for TV Shows and movies" alt="Addic7ed.com - Quality Subtitles for TV Shows and movies" /></a></td>
|
136
|
+
</tr>
|
137
|
+
<tr><td align="center" colspan="2">
|
138
|
+
<h1><small>Download free subtitles for TV Shows and Movies.</small>
|
139
|
+
<select name="applang" class="inputCool" onchange="changeAppLang();" id="comboLang"><option value="ar">Arabic</option><option value="ca">Catala</option><option selected="selected" value="en">English</option><option value="eu">Euskera</option><option value="fr">French</option><option value="ga">Galician</option><option value="de">German</option><option value="gr">Greek</option><option value="hu">Hungarian</option><option value="it">Italian</option><option value="fa">Persian</option><option value="pl">Polish</option><option value="pt">Portuguese</option><option value="br">Portuguese (Brazilian)</option><option value="ro">Romanian</option><option value="ru">Russian</option><option value="es">Spanish</option><option value="se">Swedish</option></select></h1>
|
140
|
+
</td></tr>
|
141
|
+
<tr><td align="center" colspan="2">
|
142
|
+
<div id="hBar">
|
143
|
+
<ul>
|
144
|
+
<li><a class="button white" href="/newaccount.php">Signup</a></li>
|
145
|
+
<li><a class="button white" href="/login.php">Login</a></li>
|
146
|
+
<li><a class="button white" href="/shows.php">Shows</a></li>
|
147
|
+
<li><a class="button white" href="/allshows/a">Air dates</a></li>
|
148
|
+
<li><a class="button white" href="http://www.sub-talk.net">Forum</a></li>
|
149
|
+
</ul>
|
150
|
+
</div>
|
151
|
+
</td></tr>
|
152
|
+
<tr>
|
153
|
+
<td>
|
154
|
+
</td><td>
|
155
|
+
<g:plusone size="medium"></g:plusone>
|
156
|
+
<a href="http://twitter.com/addic7ed" target="_blank"><img width="32" height="32" src="http://www.addic7ed.com/images/twitter_right.png" alt="Twitter" border="0" /></a>
|
157
|
+
<a href="irc://irc.efnet.net:6667/addic7ed"><img width="32" height="32" src="http://www.addic7ed.com/images/irc-right.png" alt="IRC" border="0" /></a>
|
158
|
+
<div style="float: right; padding-right:10%;"><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
159
|
+
<input type="hidden" name="cmd" value="_s-xclick">
|
160
|
+
<input type="hidden" name="hosted_button_id" value="B8G9BEZHJABT6">
|
161
|
+
<input border="0" type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
162
|
+
<img border="0" width="1" height="1" alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif">
|
163
|
+
</form>
|
164
|
+
<button class="bitcoinate" data-size="30" data-address="1M4Z2LxCDaffwZhwXzSsKkKHNvC9izQtWS">bitcoinate</button></div>
|
165
|
+
</td>
|
166
|
+
</tr>
|
167
|
+
<tr>
|
168
|
+
<td colspan=2><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FAddic7ed&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font=tahoma&height=21&appId=121322186712" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true"></iframe>
|
169
|
+
</td>
|
170
|
+
</tr>
|
171
|
+
</table>
|
172
|
+
</center>
|
173
|
+
|
174
|
+
<center>
|
175
|
+
|
176
|
+
<!--[if lt IE 7]>
|
177
|
+
<style type="text/css">
|
178
|
+
div, img { behavior: url(http://www.addic7ed.com/js/iepngfix.htc) }
|
179
|
+
</style>
|
180
|
+
<![endif]-->
|
181
|
+
<!--
|
182
|
+
This file is part of wikisubtitles.
|
183
|
+
|
184
|
+
wikisubtitles is free software: you can redistribute it and/or modify
|
185
|
+
it under the terms of the GNU General Public License as published by
|
186
|
+
the Free Software Foundation, either version 3 of the License, or
|
187
|
+
(at your option) any later version.
|
188
|
+
|
189
|
+
Wikisubtitles is distributed in the hope that it will be useful,
|
190
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
191
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
192
|
+
GNU General Public License for more details.
|
193
|
+
|
194
|
+
You should have received a copy of the GNU General Public License
|
195
|
+
along with Foobar. If not, see <http://www.gnu.org/licenses/>.
|
196
|
+
-->
|
197
|
+
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
|
198
|
+
<tr>
|
199
|
+
<td width="50%" align="center">
|
200
|
+
<a href="javascript:qsClear();"><img width="24" height="24" title="Clear Search" alt="Clear Search Terms" src="/images/view.png" border="0" /></a> <span id="qssShow"><b>
|
201
|
+
Quick search </b>
|
202
|
+
<script type="text/javascript">
|
203
|
+
window.addEvent('domready', function() { showChange(1175 ); } );
|
204
|
+
</script>
|
205
|
+
|
206
|
+
</span>
|
207
|
+
<span id="qsSeason">
|
208
|
+
<script type="text/javascript">window.addEvent('domready', function() { seasonChange(1175,3) } );</script>
|
209
|
+
</span>
|
210
|
+
|
211
|
+
<span id="qsEp"> </span></td>
|
212
|
+
<td><form id="form1" name="form1" method="get" action="/search.php">
|
213
|
+
<div align="center">
|
214
|
+
Search subtitle
|
215
|
+
<input name="search" type="text" id="search" size="20" />
|
216
|
+
<input name="Submit" type="submit" class="coolBoton" value="Search" /> </div>
|
217
|
+
</form>
|
218
|
+
|
219
|
+
</td>
|
220
|
+
</tr>
|
221
|
+
</table>
|
222
|
+
<br><!--Iframe Tag -->
|
223
|
+
|
224
|
+
<!-- begin ZEDO for channel: Addic7ed 728x90 , publisher: Addic7ed , Ad Dimension: Super Banner - 728 x 90 -->
|
225
|
+
|
226
|
+
<iframe src="http://d2.zedo.com/jsc/d2/ff2.html?n=2051;c=59;s=22;d=14;w=728;h=90" frameborder=0 marginheight=0 marginwidth=0 scrolling="no" allowTransparency="true" width=728 height=90></iframe>
|
227
|
+
|
228
|
+
<!-- end ZEDO for channel: Addic7ed 728x90 , publisher: Addic7ed , Ad Dimension: Super Banner - 728 x 90 -->
|
229
|
+
|
230
|
+
<br />
|
231
|
+
<script type="text/javascript">
|
232
|
+
function saveWatched(subid,season,episode)
|
233
|
+
{
|
234
|
+
|
235
|
+
alert("Login before using this feature");
|
236
|
+
return false;
|
237
|
+
var myRequest = new Request({
|
238
|
+
url: '/ajax_saveWatched.php',
|
239
|
+
method: 'get',
|
240
|
+
});
|
241
|
+
myRequest.send('subid='+subid+'&season='+season+'&episode='+episode);
|
242
|
+
}
|
243
|
+
|
244
|
+
function saveShowRating(tvrage,rating)
|
245
|
+
{
|
246
|
+
alert("Login before using this feature"); return false;
|
247
|
+
var myRequest = new Request({
|
248
|
+
url: '/ajax_saveShowRating.php',
|
249
|
+
method: 'get',
|
250
|
+
});
|
251
|
+
myRequest.send('tvrage='+tvrage+'&rating='+rating);
|
252
|
+
|
253
|
+
}
|
254
|
+
</script>
|
255
|
+
|
256
|
+
<script type='text/javascript'>//<![CDATA[
|
257
|
+
window.addEvent('load', function() {
|
258
|
+
// Default images folder definition. You will use your own.
|
259
|
+
MooStarRatingImages.defaultImageFolder =
|
260
|
+
'http://www.addic7ed.com/img/';
|
261
|
+
|
262
|
+
// ================================================================
|
263
|
+
|
264
|
+
// Advanced options
|
265
|
+
var advancedRating = new MooStarRating({
|
266
|
+
form: 'advanced',
|
267
|
+
radios: 'my_rating', // Radios name
|
268
|
+
half: true, // That means one star for two values!
|
269
|
+
imageEmpty: 'star_boxed_empty.png', // Different image
|
270
|
+
imageFull: 'star_boxed_full.png', // Different image
|
271
|
+
imageHover: 'star_boxed_hover.png', // Different image
|
272
|
+
width: 17, // One pixel bigger
|
273
|
+
tip: '<i>[VALUE] / 10.0</i>', // Mouse rollover tip
|
274
|
+
tipTarget: $('htmlTip'), // Tip element
|
275
|
+
tipTargetType: 'html' // Tip type, now is HTML, not only text
|
276
|
+
});
|
277
|
+
|
278
|
+
// ================================================================
|
279
|
+
|
280
|
+
// Click callback function
|
281
|
+
function myCallback(value) {
|
282
|
+
saveShowRating(25056,value)
|
283
|
+
}
|
284
|
+
|
285
|
+
// Click event
|
286
|
+
advancedRating.addEvent('click', myCallback);
|
287
|
+
});//]]>
|
288
|
+
|
289
|
+
</script>
|
290
|
+
|
291
|
+
<br />
|
292
|
+
<div id="container">
|
293
|
+
<table class="tabel90" border="0">
|
294
|
+
<tr> <!-- table header -->
|
295
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
296
|
+
<td> </td>
|
297
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
298
|
+
</tr>
|
299
|
+
<tr>
|
300
|
+
<td> </td>
|
301
|
+
<td>
|
302
|
+
<table border="0" align="center" class="tabel95">
|
303
|
+
<tr>
|
304
|
+
<td width="50%"><div align="left"><span class="titulo">
|
305
|
+
The Walking Dead - 03x02 - Sick <small>Subtitle</small>
|
306
|
+
</span></div>
|
307
|
+
</td>
|
308
|
+
<td width="20%"><b>Started: </b>Oct/31/2010
|
309
|
+
</td>
|
310
|
+
<td width="30%" rowspan="5"><div valign="top">
|
311
|
+
<table class="tabel" width="40%" border="0" align="center">
|
312
|
+
<tr>
|
313
|
+
<td><img class="resize" border="0" src="/images/showimages/The-Walking-Dead-banner.jpg" />
|
314
|
+
</td>
|
315
|
+
</tr>
|
316
|
+
</table></div>
|
317
|
+
</td>
|
318
|
+
</tr>
|
319
|
+
|
320
|
+
<tr>
|
321
|
+
<td><img src="/images/folder_image.png" width="16" height="16" /> <a href="/show/1175">The Walking Dead</a>, <a href='/season/1175/3'>Season 3</a>, Episode 2 subtitles
|
322
|
+
</td>
|
323
|
+
<td><b>Status: </b> Ongoing
|
324
|
+
</td>
|
325
|
+
</tr>
|
326
|
+
|
327
|
+
<tr>
|
328
|
+
<td><br /><b> The Walking Dead - 9/10<form name="advanced"> <label>Rate:</label><input type="radio" name="my_rating" value="0.5"><input type="radio" name="my_rating" value="1"><input type="radio" name="my_rating" value="1.5"><input type="radio" name="my_rating" value="2"><input type="radio" name="my_rating" value="2.5"><input type="radio" name="my_rating" value="3"><input type="radio" name="my_rating" value="3.5"><input type="radio" name="my_rating" value="4"><input type="radio" name="my_rating" value="4.5"><input type="radio" name="my_rating" value="5"><input type="radio" name="my_rating" value="5.5"><input type="radio" name="my_rating" value="6"><input type="radio" name="my_rating" value="6.5"><input type="radio" name="my_rating" value="7"><input type="radio" name="my_rating" value="7.5"><input type="radio" name="my_rating" value="8"><input type="radio" name="my_rating" value="8.5"><input type="radio" name="my_rating" value="9"><input type="radio" name="my_rating" value="9.5"><input type="radio" name="my_rating" value="10"><span id="htmlTip"></span></form><a href="/overview/25056/The Walking Dead"><font color=red>Episode list and air dates</font></a>
|
329
|
+
</td>
|
330
|
+
<td><b>Runtime: </b>60 mins
|
331
|
+
</td></tr><tr><td> <b><big><font color='red'>Viewed</font></big></b><input type="checkbox" name="watched" value="true" onclick="saveWatched(25056,3,2);" >
|
332
|
+
</td></tr>
|
333
|
+
<tr>
|
334
|
+
<td><b>Network: </b>AMC (US)
|
335
|
+
</td>
|
336
|
+
</tr>
|
337
|
+
|
338
|
+
<tr>
|
339
|
+
<td><img src="/images/clock.png" width="16" height="16" align="absmiddle" />
|
340
|
+
00:42:14
|
341
|
+
<img src="/images/download.png" width="16" height="16" align="absmiddle" />
|
342
|
+
80233
|
343
|
+
</td>
|
344
|
+
<td><b>Airs on: </b>Sunday @ 21:00
|
345
|
+
</td>
|
346
|
+
</tr>
|
347
|
+
<tr>
|
348
|
+
<td><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="addic7ed">Tweet</a> <a href="/show/1175">Multi Download</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></td>
|
349
|
+
<td><b>Genre: </b>Scripted
|
350
|
+
</td>
|
351
|
+
<td>
|
352
|
+
<fb:like href="http://www.addic7ed.com/serie/The_Walking_Dead/3/2/48" layout="standard" show_faces="false" width="400" action="like" font="segoe ui" colorscheme="light" />
|
353
|
+
<script src="http://connect.facebook.net/en_US/all.js"></script>
|
354
|
+
<script>
|
355
|
+
FB.init({
|
356
|
+
status : true, // check login status
|
357
|
+
cookie : true, // enable cookies to allow the server to access the session
|
358
|
+
xfbml : true // parse XFBML
|
359
|
+
});
|
360
|
+
</script>
|
361
|
+
</td>
|
362
|
+
</tr>
|
363
|
+
</table>
|
364
|
+
</td>
|
365
|
+
<td> </td>
|
366
|
+
</tr>
|
367
|
+
<tr> <!-- table footer -->
|
368
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
369
|
+
<td> </td>
|
370
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
371
|
+
</tr>
|
372
|
+
</table>
|
373
|
+
</div>
|
374
|
+
<p>
|
375
|
+
|
376
|
+
<script type="text/javascript">
|
377
|
+
function sortChange()
|
378
|
+
{
|
379
|
+
var sortCheck = document.getElementById("sort_versions");
|
380
|
+
window.location='/serie/The Walking Dead/3/2/'+sortCheck.checked;
|
381
|
+
}
|
382
|
+
function filterChange()
|
383
|
+
{
|
384
|
+
var filter = document.getElementById("filterlang");
|
385
|
+
window.location='/serie/The Walking Dead/3/2/'+filter.options[filter.selectedIndex].value;
|
386
|
+
}
|
387
|
+
</script><b>Sort versions alphabetically by language</b><INPUT TYPE="CHECKBOX" id="sort_versions" onclick="javascript:sortChange();" checked="yes" > - Filter Language: <select id="filterlang" name="filterlang" class="inputCool" onchange="javascript:filterChange();" >
|
388
|
+
<option value="0">All</option><option value="52">Albanian</option><option value="38">Arabic</option><option value="50">Armenian</option><option value="48">Azerbaijani</option><option value="47">Bengali</option><option value="44">Bosnian</option><option value="35">Bulgarian</option><option value="12">Català</option><option value="41">Chinese (Simplified)</option><option value="24">Chinese (Traditional)</option><option value="31">Croatian</option><option value="14">Czech</option><option value="30">Danish</option><option value="17">Dutch</option><option value="1">English</option><option value="13">Euskera</option><option value="28">Finnish</option><option value="8">French</option><option value="15">Galego</option><option value="11">German</option><option value="27">Greek</option><option value="23">Hebrew</option><option value="20">Hungarian</option><option value="37">Indonesian</option><option value="7">Italian</option><option value="32">Japanese</option><option value="42">Korean</option><option value="49">Macedonian</option><option value="40">Malay</option><option value="29">Norwegian</option><option value="43">Persian</option><option value="21">Polish</option><option value="9">Portuguese</option><option value="10">Portuguese (Brazilian)</option><option value="26">Romanian</option><option value="19">Russian</option><option value="39">Serbian (Cyrillic)</option><option value="36">Serbian (Latin)</option><option value="25">Slovak</option><option value="22">Slovenian</option><option value="4">Spanish</option><option value="6">Spanish (Latin America)</option><option value="5">Spanish (Spain)</option><option value="18">Swedish</option><option value="46">Thai</option><option value="16">Turkish</option><option value="51">Ukrainian</option><option value="45">Vietnamese</option></select><br> <FONT COLOR="yellow">Couldn't find any subs with the specified language. Filter ignored</font><br>
|
389
|
+
<div id="container95m">
|
390
|
+
<table class="tabel95">
|
391
|
+
<tr> <!-- table header -->
|
392
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
393
|
+
<td> </td>
|
394
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
395
|
+
</tr>
|
396
|
+
<tr>
|
397
|
+
<td> </td>
|
398
|
+
<td>
|
399
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
400
|
+
<tr>
|
401
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version KILLERS, 0.00 MBs</td><td colspan="2">
|
402
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
403
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/61546'>new1</a> 423 days ago
|
404
|
+
</td>
|
405
|
+
<td width="16%">
|
406
|
+
</td>
|
407
|
+
</tr>
|
408
|
+
<tr>
|
409
|
+
<td colspan="4"></td>
|
410
|
+
<td class="newsDate" colspan="3">
|
411
|
+
<img src="http://www.addic7ed.com/images/invisible.gif" />
|
412
|
+
</td>
|
413
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"> </td>
|
414
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
415
|
+
</td>
|
416
|
+
<td width="21%" class="language">Croatian<a href="javascript:saveFavorite(68018,31,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
417
|
+
</td>
|
418
|
+
<td width="19%"><b>Completed
|
419
|
+
</b>
|
420
|
+
</td>
|
421
|
+
<td colspan="3">
|
422
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/7"><strong>Download</strong></a></td>
|
423
|
+
<td>
|
424
|
+
</td>
|
425
|
+
</tr>
|
426
|
+
<tr>
|
427
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 3786 Downloads · 447 sequences
|
428
|
+
</td>
|
429
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=7&lang=31" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
430
|
+
</td>
|
431
|
+
<td> </td>
|
432
|
+
</tr>
|
433
|
+
<tr> <!-- table footer -->
|
434
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
435
|
+
<td> </td>
|
436
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
437
|
+
</tr>
|
438
|
+
</table>
|
439
|
+
</div>
|
440
|
+
<div id="container95m">
|
441
|
+
<table class="tabel95">
|
442
|
+
<tr> <!-- table header -->
|
443
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
444
|
+
<td> </td>
|
445
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
446
|
+
</tr>
|
447
|
+
<tr>
|
448
|
+
<td> </td>
|
449
|
+
<td>
|
450
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
451
|
+
<tr>
|
452
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version KILLERS, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
453
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
454
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=7&lang=31" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/80094'>pinkGaai</a> 422 days ago
|
455
|
+
</td>
|
456
|
+
<td width="16%">
|
457
|
+
</td>
|
458
|
+
</tr>
|
459
|
+
<tr>
|
460
|
+
<td colspan="4"></td>
|
461
|
+
<td class="newsDate" colspan="3">
|
462
|
+
Works with IMMERSE, AFG, iNTERNAL EVOLVE, iNTERNAL AFG<img src="http://www.addic7ed.com/images/invisible.gif" />
|
463
|
+
</td>
|
464
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="https://twitter.com/#!/QoQ_Team"><img height="35" width="100" src="/friends/QoQ.png" border="0" /></a> </td>
|
465
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
466
|
+
</td>
|
467
|
+
<td width="21%" class="language">Dutch<a href="javascript:saveFavorite(68018,17,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
468
|
+
</td>
|
469
|
+
<td width="19%"><b>Completed
|
470
|
+
</b>
|
471
|
+
</td>
|
472
|
+
<td colspan="3">
|
473
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/8"><strong>Download</strong></a></td>
|
474
|
+
<td>
|
475
|
+
</td>
|
476
|
+
</tr>
|
477
|
+
<tr>
|
478
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 2022 Downloads · 382 sequences
|
479
|
+
</td>
|
480
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=8&lang=17" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
481
|
+
</td>
|
482
|
+
<td> </td>
|
483
|
+
</tr>
|
484
|
+
<tr> <!-- table footer -->
|
485
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
486
|
+
<td> </td>
|
487
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
488
|
+
</tr>
|
489
|
+
</table>
|
490
|
+
</div>
|
491
|
+
<div id="container95m">
|
492
|
+
<table class="tabel95">
|
493
|
+
<tr> <!-- table header -->
|
494
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
495
|
+
<td> </td>
|
496
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
497
|
+
</tr>
|
498
|
+
<tr>
|
499
|
+
<td> </td>
|
500
|
+
<td>
|
501
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
502
|
+
<tr>
|
503
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version HDB, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
504
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
505
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=8&lang=17" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/80094'>pinkGaai</a> 422 days ago
|
506
|
+
</td>
|
507
|
+
<td width="16%">
|
508
|
+
</td>
|
509
|
+
</tr>
|
510
|
+
<tr>
|
511
|
+
<td colspan="4"></td>
|
512
|
+
<td class="newsDate" colspan="3">
|
513
|
+
1080p WEB-DL<img src="http://www.addic7ed.com/images/invisible.gif" />
|
514
|
+
</td>
|
515
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="https://twitter.com/#!/QoQ_Team"><img height="35" width="100" src="/friends/QoQ.png" border="0" /></a> </td>
|
516
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
517
|
+
</td>
|
518
|
+
<td width="21%" class="language">Dutch<a href="javascript:saveFavorite(68018,17,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
519
|
+
</td>
|
520
|
+
<td width="19%"><b>Completed
|
521
|
+
</b>
|
522
|
+
</td>
|
523
|
+
<td colspan="3">
|
524
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/9"><strong>Download</strong></a></td>
|
525
|
+
<td>
|
526
|
+
</td>
|
527
|
+
</tr>
|
528
|
+
<tr>
|
529
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 507 Downloads · 376 sequences
|
530
|
+
</td>
|
531
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=9&lang=17" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
532
|
+
</td>
|
533
|
+
<td> </td>
|
534
|
+
</tr>
|
535
|
+
<tr> <!-- table footer -->
|
536
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
537
|
+
<td> </td>
|
538
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
539
|
+
</tr>
|
540
|
+
</table>
|
541
|
+
</div>
|
542
|
+
<div id="container95m">
|
543
|
+
<table class="tabel95">
|
544
|
+
<tr> <!-- table header -->
|
545
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
546
|
+
<td> </td>
|
547
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
548
|
+
</tr>
|
549
|
+
<tr>
|
550
|
+
<td> </td>
|
551
|
+
<td>
|
552
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
553
|
+
<tr>
|
554
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version KILLERS, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
555
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
556
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=9&lang=17" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/3522'>n17t01</a> 423 days ago
|
557
|
+
</td>
|
558
|
+
<td width="16%">
|
559
|
+
</td>
|
560
|
+
</tr>
|
561
|
+
<tr>
|
562
|
+
<td colspan="4"></td>
|
563
|
+
<td class="newsDate" colspan="3">
|
564
|
+
Works with 720p IMMERSE, AFG, iNTERNAL 720p EVOLVE and iNTERNAL AFG<img src="http://www.addic7ed.com/images/invisible.gif" />
|
565
|
+
</td>
|
566
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://addic7ed.com"><img height="35" width="100" src="/friends/addic7ed.jpg" border="0" /></a> </td>
|
567
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
568
|
+
</td>
|
569
|
+
<td width="21%" class="language">English<a href="javascript:saveFavorite(68018,1,1)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
570
|
+
</td>
|
571
|
+
<td width="19%"><b>Completed
|
572
|
+
</b>
|
573
|
+
</td>
|
574
|
+
<td colspan="3">
|
575
|
+
<img src="/images/download.png" width="24" height="24" /> <a class="buttonDownload" href="/original/68018/1"><strong>original</strong></a>
|
576
|
+
<a class="buttonDownload" href="/updated/1/68018/1"><strong>most updated</strong></a></td>
|
577
|
+
<td>
|
578
|
+
</td>
|
579
|
+
</tr>
|
580
|
+
<tr>
|
581
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img title="Hearing Impaired" src="http://www.addic7ed.com/images/hi.jpg" width="24" height="24" />2 times edited · 26068 Downloads · 502 sequences
|
582
|
+
</td>
|
583
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=1&lang=1" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> edited 420 days ago
|
584
|
+
</td>
|
585
|
+
</tr></table>
|
586
|
+
</td>
|
587
|
+
<td> </td>
|
588
|
+
</tr>
|
589
|
+
<tr> <!-- table footer -->
|
590
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
591
|
+
<td> </td>
|
592
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
593
|
+
</tr>
|
594
|
+
</table>
|
595
|
+
</div>
|
596
|
+
<div id="container95m">
|
597
|
+
<table class="tabel95">
|
598
|
+
<tr> <!-- table header -->
|
599
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
600
|
+
<td> </td>
|
601
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
602
|
+
</tr>
|
603
|
+
<tr>
|
604
|
+
<td> </td>
|
605
|
+
<td>
|
606
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
607
|
+
<tr>
|
608
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version KILLERS, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
609
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
610
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=1&lang=1" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/3522'>n17t01</a> 423 days ago
|
611
|
+
</td>
|
612
|
+
<td width="16%">
|
613
|
+
</td>
|
614
|
+
</tr>
|
615
|
+
<tr>
|
616
|
+
<td colspan="4"></td>
|
617
|
+
<td class="newsDate" colspan="3">
|
618
|
+
Works with 720p IMMERSE, AFG, iNTERNAL 720p EVOLVE and iNTERNAL AFG<img src="http://www.addic7ed.com/images/invisible.gif" />
|
619
|
+
</td>
|
620
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://addic7ed.com"><img height="35" width="100" src="/friends/addic7ed.jpg" border="0" /></a> </td>
|
621
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
622
|
+
</td>
|
623
|
+
<td width="21%" class="language">English<a href="javascript:saveFavorite(68018,1,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
624
|
+
</td>
|
625
|
+
<td width="19%"><b>Completed
|
626
|
+
</b>
|
627
|
+
</td>
|
628
|
+
<td colspan="3">
|
629
|
+
<img src="/images/download.png" width="24" height="24" /> <a class="buttonDownload" href="/original/68018/0"><strong>original</strong></a>
|
630
|
+
<a class="buttonDownload" href="/updated/1/68018/0"><strong>most updated</strong></a></td>
|
631
|
+
<td>
|
632
|
+
</td>
|
633
|
+
</tr>
|
634
|
+
<tr>
|
635
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />2 times edited · 21685 Downloads · 477 sequences
|
636
|
+
</td>
|
637
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=0&lang=1" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> edited 420 days ago
|
638
|
+
</td>
|
639
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"> </td>
|
640
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
641
|
+
</td>
|
642
|
+
<td width="21%" class="language">Portuguese<a href="javascript:saveFavorite(68018,9,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
643
|
+
</td>
|
644
|
+
<td width="19%"><b>Completed
|
645
|
+
</b>
|
646
|
+
</td>
|
647
|
+
<td colspan="3">
|
648
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/updated/9/68018/0"><strong>Download</strong></a></td>
|
649
|
+
<td>
|
650
|
+
</td>
|
651
|
+
</tr>
|
652
|
+
<tr>
|
653
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />68 times edited · 313 Downloads · 477 sequences
|
654
|
+
</td>
|
655
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=0&lang=9" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> edited 407 days ago
|
656
|
+
</td>
|
657
|
+
</tr>
|
658
|
+
<tr>
|
659
|
+
<td colspan="7"> </td>
|
660
|
+
</tr>
|
661
|
+
<tr>
|
662
|
+
<td> </td>
|
663
|
+
<td colspan="2"><span class="newsDate">
|
664
|
+
Translated on Addic7ed.com by
|
665
|
+
</span></td>
|
666
|
+
<td colspan="5" class="newsDate"><a href="/user/151040" >naoya</a> (8.2%), <a href="/user/251107" >jlobo912</a> (0.8%), <a href="/user/247918" >FaabioCostta</a> (10.7%), <a href="/user/249591" >carluzy</a> (0.8%), <a href="/user/252047" >Jeeeh Agressivo</a> (12.2%), <a href="/user/252110" >xikorillo</a> (8.2%), <a href="/user/248972" >mGTS</a> (17.0%), <a href="/user/97425" >joaovillas</a> (42.1%), <tr><td width="10%" rowspan="2" valign="top"> </td>
|
667
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
668
|
+
</td>
|
669
|
+
<td width="21%" class="language">Portuguese (Brazilian)<a href="javascript:saveFavorite(68018,10,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
670
|
+
</td>
|
671
|
+
<td width="19%"><b>Completed
|
672
|
+
</b>
|
673
|
+
</td>
|
674
|
+
<td colspan="3">
|
675
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/updated/10/68018/0"><strong>Download</strong></a></td>
|
676
|
+
<td>
|
677
|
+
</td>
|
678
|
+
</tr>
|
679
|
+
<tr>
|
680
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />218 times edited · 3683 Downloads · 477 sequences
|
681
|
+
</td>
|
682
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=0&lang=10" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> edited 422 days ago
|
683
|
+
</td>
|
684
|
+
</tr>
|
685
|
+
<tr>
|
686
|
+
<td colspan="7"> </td>
|
687
|
+
</tr>
|
688
|
+
<tr>
|
689
|
+
<td> </td>
|
690
|
+
<td colspan="2"><span class="newsDate">
|
691
|
+
Translated on Addic7ed.com by
|
692
|
+
</span></td>
|
693
|
+
<td colspan="5" class="newsDate"><a href="/user/55925" >nitoki</a> (0.2%), <a href="/user/192225" >jeffwbg</a> (2.7%), <a href="/user/157171" >buulgis</a> (3.1%), <a href="/user/66990" >mrcsvncs</a> (0.6%), <a href="/user/134358" >rescudero_</a> (0.4%), <a href="/user/252079" >rafaelhaha</a> (0.6%), <a href="/user/33867" >edubra</a> (0.2%), <a href="/user/241730" >rafaelcrempe</a> (10.7%), <a href="/user/126471" >Coquinho</a> (5.0%), <a href="/user/43397" >rafael naine</a> (6.1%), <a href="/user/245688" >mys.</a> (10.7%), <a href="/user/227610" >leozin14</a> (1.0%), <a href="/user/249674" >h4wk</a> (8.4%), <a href="/user/246961" >llauqS</a> (7.3%), <a href="/user/246837" >myron</a> (4.4%), <a href="/user/249218" >eman_alve</a> (3.8%), <a href="/user/246978" >Lindemann</a> (1.3%), <a href="/user/238800" >lordhilas</a> (18.9%), <a href="/user/192263" >downloadroute</a> (7.8%), <a href="/user/216599" >felipesurf96</a> (4.6%), <a href="/user/249538" >greywind</a> (2.1%), <tr><td width="10%" rowspan="2" valign="top"> </td>
|
694
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
695
|
+
</td>
|
696
|
+
<td width="21%" class="language">Bulgarian<a href="javascript:saveFavorite(68018,35,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
697
|
+
</td>
|
698
|
+
<td width="19%"><b>Completed
|
699
|
+
</b>
|
700
|
+
</td>
|
701
|
+
<td colspan="3">
|
702
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/updated/35/68018/0"><strong>Download</strong></a></td>
|
703
|
+
<td>
|
704
|
+
</td>
|
705
|
+
</tr>
|
706
|
+
<tr>
|
707
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />39 times edited · 4145 Downloads · 477 sequences
|
708
|
+
</td>
|
709
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=0&lang=35" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> edited 419 days ago
|
710
|
+
</td>
|
711
|
+
</tr>
|
712
|
+
<tr>
|
713
|
+
<td colspan="7"> </td>
|
714
|
+
</tr>
|
715
|
+
<tr>
|
716
|
+
<td> </td>
|
717
|
+
<td colspan="2"><span class="newsDate">
|
718
|
+
Translated on Addic7ed.com by
|
719
|
+
</span></td>
|
720
|
+
<td colspan="5" class="newsDate"><a href="/user/249623" >duality</a> (0.4%), <a href="/user/252571" >cybalkan</a> (0.8%), <a href="/user/247043" >Unbreakable</a> (4.0%), <a href="/user/247218" >tsvetelina</a> (1.7%), <a href="/user/153248" >dndnv</a> (20.3%), <a href="/user/179627" >Denisbelqta</a> (2.9%), <a href="/user/250170" >stefsan1</a> (4.4%), <a href="/user/186658" >bo6o</a> (21.6%), <a href="/user/252154" >ronibo</a> (5.9%), <a href="/user/247060" >pirgov26</a> (6.1%), <a href="/user/252147" >Marcelo Cruz</a> (1.7%), <a href="/user/244662" >deffense</a> (30.2%), <tr><td width="10%" rowspan="2" valign="top"> </td>
|
721
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
722
|
+
</td>
|
723
|
+
<td width="21%" class="language">Indonesian<a href="javascript:saveFavorite(68018,37,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
724
|
+
</td>
|
725
|
+
<td width="19%"><b>Completed
|
726
|
+
</b>
|
727
|
+
</td>
|
728
|
+
<td colspan="3">
|
729
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/updated/37/68018/0"><strong>Download</strong></a></td>
|
730
|
+
<td>
|
731
|
+
</td>
|
732
|
+
</tr>
|
733
|
+
<tr>
|
734
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />42 times edited · 2865 Downloads · 477 sequences
|
735
|
+
</td>
|
736
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=0&lang=37" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> edited 423 days ago
|
737
|
+
</td>
|
738
|
+
</tr>
|
739
|
+
<tr>
|
740
|
+
<td colspan="7"> </td>
|
741
|
+
</tr>
|
742
|
+
<tr>
|
743
|
+
<td> </td>
|
744
|
+
<td colspan="2"><span class="newsDate">
|
745
|
+
Translated on Addic7ed.com by
|
746
|
+
</span></td>
|
747
|
+
<td colspan="5" class="newsDate"><a href="/user/153566" >ludfee_6</a> (0.2%), <a href="/user/152995" >donnie_23rd</a> (18.2%), <a href="/user/246957" >ardy6strings</a> (14.3%), <a href="/user/36133" >cape_dech</a> (4.0%), <a href="/user/75575" >tohya</a> (52.8%), <a href="/user/248024" >oerangsoenda</a> (4.6%), <a href="/user/126089" >aidiCard</a> (5.9%), <tr><td width="10%" rowspan="2" valign="top"> </td>
|
748
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
749
|
+
</td>
|
750
|
+
<td width="21%" class="language">Romanian<a href="javascript:saveFavorite(68018,26,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
751
|
+
</td>
|
752
|
+
<td width="19%"><b>Completed
|
753
|
+
</b>
|
754
|
+
</td>
|
755
|
+
<td colspan="3">
|
756
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/updated/26/68018/0"><strong>Download</strong></a></td>
|
757
|
+
<td>
|
758
|
+
</td>
|
759
|
+
</tr>
|
760
|
+
<tr>
|
761
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />27 times edited · 110 Downloads · 477 sequences
|
762
|
+
</td>
|
763
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=0&lang=26" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> edited 402 days ago
|
764
|
+
</td>
|
765
|
+
</tr>
|
766
|
+
<tr>
|
767
|
+
<td colspan="7"> </td>
|
768
|
+
</tr>
|
769
|
+
<tr>
|
770
|
+
<td> </td>
|
771
|
+
<td colspan="2"><span class="newsDate">
|
772
|
+
Translated on Addic7ed.com by
|
773
|
+
</span></td>
|
774
|
+
<td colspan="5" class="newsDate"><a href="/user/151040" >naoya</a> (69.8%), <a href="/user/141779" >simm</a> (2.7%), <a href="/user/252475" >jmecheru2</a> (8.2%), <a href="/user/143103" >tudoruttudor</a> (0.6%), <a href="/user/146796" >floto</a> (6.5%), <a href="/user/112216" >unutrei</a> (12.2%), <tr><td width="10%" rowspan="2" valign="top"> </td>
|
775
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
776
|
+
</td>
|
777
|
+
<td width="21%" class="language">Greek<a href="javascript:saveFavorite(68018,27,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
778
|
+
</td>
|
779
|
+
<td width="19%"><b>Completed
|
780
|
+
</b>
|
781
|
+
</td>
|
782
|
+
<td colspan="3">
|
783
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/updated/27/68018/0"><strong>Download</strong></a></td>
|
784
|
+
<td>
|
785
|
+
</td>
|
786
|
+
</tr>
|
787
|
+
<tr>
|
788
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />133 times edited · 789 Downloads · 477 sequences
|
789
|
+
</td>
|
790
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=0&lang=27" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> edited 420 days ago
|
791
|
+
</td>
|
792
|
+
</tr>
|
793
|
+
<tr>
|
794
|
+
<td colspan="7"> </td>
|
795
|
+
</tr>
|
796
|
+
<tr>
|
797
|
+
<td> </td>
|
798
|
+
<td colspan="2"><span class="newsDate">
|
799
|
+
Translated on Addic7ed.com by
|
800
|
+
</span></td>
|
801
|
+
<td colspan="5" class="newsDate"><a href="/user/193261" >freeweb</a> (0.6%), <a href="/user/37801" >kl00</a> (2.9%), <a href="/user/252356" >katapodis7</a> (0.6%), <a href="/user/252418" >djthemis</a> (15.5%), <a href="/user/224331" >veecou</a> (6.1%), <a href="/user/252346" >CraZyPunk</a> (1.3%), <a href="/user/252259" >venvla</a> (8.6%), <a href="/user/252290" >papas</a> (27.7%), <a href="/user/158878" >patsy</a> (6.5%), <a href="/user/227633" >alompar</a> (30.2%), </table>
|
802
|
+
</td>
|
803
|
+
<td> </td>
|
804
|
+
</tr>
|
805
|
+
<tr> <!-- table footer -->
|
806
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
807
|
+
<td> </td>
|
808
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
809
|
+
</tr>
|
810
|
+
</table>
|
811
|
+
</div>
|
812
|
+
<div id="container95m">
|
813
|
+
<table class="tabel95">
|
814
|
+
<tr> <!-- table header -->
|
815
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
816
|
+
<td> </td>
|
817
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
818
|
+
</tr>
|
819
|
+
<tr>
|
820
|
+
<td> </td>
|
821
|
+
<td>
|
822
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
823
|
+
<tr>
|
824
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version HDB, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
825
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
826
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=0&lang=27" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/116010'>xevious</a> 422 days ago
|
827
|
+
</td>
|
828
|
+
<td width="16%">
|
829
|
+
</td>
|
830
|
+
</tr>
|
831
|
+
<tr>
|
832
|
+
<td colspan="4"></td>
|
833
|
+
<td class="newsDate" colspan="3">
|
834
|
+
1080p WEB-DL<img src="http://www.addic7ed.com/images/invisible.gif" />
|
835
|
+
</td>
|
836
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"> </td>
|
837
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
838
|
+
</td>
|
839
|
+
<td width="21%" class="language">English<a href="javascript:saveFavorite(68018,1,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
840
|
+
</td>
|
841
|
+
<td width="19%"><b>Completed
|
842
|
+
</b>
|
843
|
+
</td>
|
844
|
+
<td colspan="3">
|
845
|
+
<img src="/images/download.png" width="24" height="24" /> <a class="buttonDownload" href="/original/68018/2"><strong>original</strong></a>
|
846
|
+
<a class="buttonDownload" href="/updated/1/68018/2"><strong>most updated</strong></a></td>
|
847
|
+
<td>
|
848
|
+
</td>
|
849
|
+
</tr>
|
850
|
+
<tr>
|
851
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />1 times edited · 3333 Downloads · 469 sequences
|
852
|
+
</td>
|
853
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=2&lang=1" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> edited 422 days ago
|
854
|
+
</td>
|
855
|
+
</tr></table>
|
856
|
+
</td>
|
857
|
+
<td> </td>
|
858
|
+
</tr>
|
859
|
+
<tr> <!-- table footer -->
|
860
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
861
|
+
<td> </td>
|
862
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
863
|
+
</tr>
|
864
|
+
</table>
|
865
|
+
</div>
|
866
|
+
<div id="container95m">
|
867
|
+
<table class="tabel95">
|
868
|
+
<tr> <!-- table header -->
|
869
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
870
|
+
<td> </td>
|
871
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
872
|
+
</tr>
|
873
|
+
<tr>
|
874
|
+
<td> </td>
|
875
|
+
<td>
|
876
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
877
|
+
<tr>
|
878
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version LOL, 0.00 MBs</td><td colspan="2">
|
879
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
880
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=2&lang=1" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/10657'>chamallow</a> 421 days ago
|
881
|
+
</td>
|
882
|
+
<td width="16%">
|
883
|
+
</td>
|
884
|
+
</tr>
|
885
|
+
<tr>
|
886
|
+
<td colspan="4"></td>
|
887
|
+
<td class="newsDate" colspan="3">
|
888
|
+
<img src="http://www.addic7ed.com/images/invisible.gif" />
|
889
|
+
</td>
|
890
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://sous-titres.eu"><img height="35" width="100" src="/friends/sous-titres-eu.jpg" border="0" /></a> </td>
|
891
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
892
|
+
</td>
|
893
|
+
<td width="21%" class="language">French<a href="javascript:saveFavorite(68018,8,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
894
|
+
</td>
|
895
|
+
<td width="19%"><b>Completed
|
896
|
+
</b>
|
897
|
+
</td>
|
898
|
+
<td colspan="3">
|
899
|
+
<img src="/images/download.png" width="24" height="24" /> <a class="buttonDownload" href="/original/68018/3"><strong>original</strong></a>
|
900
|
+
<a class="buttonDownload" href="/updated/8/68018/3"><strong>most updated</strong></a></td>
|
901
|
+
<td>
|
902
|
+
</td>
|
903
|
+
</tr>
|
904
|
+
<tr>
|
905
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />3 times edited · 1078 Downloads · 439 sequences
|
906
|
+
</td>
|
907
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=3&lang=8" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> edited 282 days ago
|
908
|
+
</td>
|
909
|
+
</tr></table>
|
910
|
+
</td>
|
911
|
+
<td> </td>
|
912
|
+
</tr>
|
913
|
+
<tr> <!-- table footer -->
|
914
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
915
|
+
<td> </td>
|
916
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
917
|
+
</tr>
|
918
|
+
</table>
|
919
|
+
</div>
|
920
|
+
<div id="container95m">
|
921
|
+
<table class="tabel95">
|
922
|
+
<tr> <!-- table header -->
|
923
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
924
|
+
<td> </td>
|
925
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
926
|
+
</tr>
|
927
|
+
<tr>
|
928
|
+
<td> </td>
|
929
|
+
<td>
|
930
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
931
|
+
<tr>
|
932
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version EVOLVE, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
933
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
934
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=3&lang=8" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/10657'>chamallow</a> 421 days ago
|
935
|
+
</td>
|
936
|
+
<td width="16%">
|
937
|
+
</td>
|
938
|
+
</tr>
|
939
|
+
<tr>
|
940
|
+
<td colspan="4"></td>
|
941
|
+
<td class="newsDate" colspan="3">
|
942
|
+
<img src="http://www.addic7ed.com/images/invisible.gif" />
|
943
|
+
</td>
|
944
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://sous-titres.eu"><img height="35" width="100" src="/friends/sous-titres-eu.jpg" border="0" /></a> </td>
|
945
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
946
|
+
</td>
|
947
|
+
<td width="21%" class="language">French<a href="javascript:saveFavorite(68018,8,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
948
|
+
</td>
|
949
|
+
<td width="19%"><b>Completed
|
950
|
+
</b>
|
951
|
+
</td>
|
952
|
+
<td colspan="3">
|
953
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/4"><strong>Download</strong></a></td>
|
954
|
+
<td>
|
955
|
+
</td>
|
956
|
+
</tr>
|
957
|
+
<tr>
|
958
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 897 Downloads · 439 sequences
|
959
|
+
</td>
|
960
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=4&lang=8" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
961
|
+
</td>
|
962
|
+
<td> </td>
|
963
|
+
</tr>
|
964
|
+
<tr> <!-- table footer -->
|
965
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
966
|
+
<td> </td>
|
967
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
968
|
+
</tr>
|
969
|
+
</table>
|
970
|
+
</div>
|
971
|
+
<div id="container95m">
|
972
|
+
<table class="tabel95">
|
973
|
+
<tr> <!-- table header -->
|
974
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
975
|
+
<td> </td>
|
976
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
977
|
+
</tr>
|
978
|
+
<tr>
|
979
|
+
<td> </td>
|
980
|
+
<td>
|
981
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
982
|
+
<tr>
|
983
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version KILLERS, 368.00 MBs</td><td colspan="2">
|
984
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
985
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=4&lang=8" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/156491'>Drukzz</a> 419 days ago
|
986
|
+
</td>
|
987
|
+
<td width="16%">
|
988
|
+
</td>
|
989
|
+
</tr>
|
990
|
+
<tr>
|
991
|
+
<td colspan="4"></td>
|
992
|
+
<td class="newsDate" colspan="3">
|
993
|
+
VF corrigée et mieux adaptée.<img src="http://www.addic7ed.com/images/invisible.gif" />
|
994
|
+
</td>
|
995
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"> </td>
|
996
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
997
|
+
</td>
|
998
|
+
<td width="21%" class="language">French<a href="javascript:saveFavorite(68018,8,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
999
|
+
</td>
|
1000
|
+
<td width="19%"><b>Completed
|
1001
|
+
</b>
|
1002
|
+
</td>
|
1003
|
+
<td colspan="3">
|
1004
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/10"><strong>Download</strong></a></td>
|
1005
|
+
<td>
|
1006
|
+
</td>
|
1007
|
+
</tr>
|
1008
|
+
<tr>
|
1009
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 1306 Downloads · 430 sequences
|
1010
|
+
</td>
|
1011
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=10&lang=8" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1012
|
+
</td>
|
1013
|
+
<td> </td>
|
1014
|
+
</tr>
|
1015
|
+
<tr> <!-- table footer -->
|
1016
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1017
|
+
<td> </td>
|
1018
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1019
|
+
</tr>
|
1020
|
+
</table>
|
1021
|
+
</div>
|
1022
|
+
<div id="container95m">
|
1023
|
+
<table class="tabel95">
|
1024
|
+
<tr> <!-- table header -->
|
1025
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1026
|
+
<td> </td>
|
1027
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1028
|
+
</tr>
|
1029
|
+
<tr>
|
1030
|
+
<td> </td>
|
1031
|
+
<td>
|
1032
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1033
|
+
<tr>
|
1034
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version WEB-DL, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
1035
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1036
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=10&lang=8" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/156199'>pdodu77</a> 421 days ago
|
1037
|
+
</td>
|
1038
|
+
<td width="16%">
|
1039
|
+
</td>
|
1040
|
+
</tr>
|
1041
|
+
<tr>
|
1042
|
+
<td colspan="4"></td>
|
1043
|
+
<td class="newsDate" colspan="3">
|
1044
|
+
Trad / Adaptation / Timing pour version WEB-DL<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1045
|
+
</td>
|
1046
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"> </td>
|
1047
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1048
|
+
</td>
|
1049
|
+
<td width="21%" class="language">French<a href="javascript:saveFavorite(68018,8,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1050
|
+
</td>
|
1051
|
+
<td width="19%"><b>Completed
|
1052
|
+
</b>
|
1053
|
+
</td>
|
1054
|
+
<td colspan="3">
|
1055
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/23"><strong>Download</strong></a></td>
|
1056
|
+
<td>
|
1057
|
+
</td>
|
1058
|
+
</tr>
|
1059
|
+
<tr>
|
1060
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 355 Downloads · 457 sequences
|
1061
|
+
</td>
|
1062
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=23&lang=8" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1063
|
+
</td>
|
1064
|
+
<td> </td>
|
1065
|
+
</tr>
|
1066
|
+
<tr> <!-- table footer -->
|
1067
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1068
|
+
<td> </td>
|
1069
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1070
|
+
</tr>
|
1071
|
+
</table>
|
1072
|
+
</div>
|
1073
|
+
<div id="container95m">
|
1074
|
+
<table class="tabel95">
|
1075
|
+
<tr> <!-- table header -->
|
1076
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1077
|
+
<td> </td>
|
1078
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1079
|
+
</tr>
|
1080
|
+
<tr>
|
1081
|
+
<td> </td>
|
1082
|
+
<td>
|
1083
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1084
|
+
<tr>
|
1085
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version AFG, 0.00 MBs</td><td colspan="2">
|
1086
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1087
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=23&lang=8" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/46956'>Alice</a> 420 days ago
|
1088
|
+
</td>
|
1089
|
+
<td width="16%">
|
1090
|
+
</td>
|
1091
|
+
</tr>
|
1092
|
+
<tr>
|
1093
|
+
<td colspan="4"></td>
|
1094
|
+
<td class="newsDate" colspan="3">
|
1095
|
+
<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1096
|
+
</td>
|
1097
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://www.tv4user.de"><img height="35" width="100" src="/friends/tv4u.png" border="0" /></a> </td>
|
1098
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1099
|
+
</td>
|
1100
|
+
<td width="21%" class="language">German<a href="javascript:saveFavorite(68018,11,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1101
|
+
</td>
|
1102
|
+
<td width="19%"><b>Completed
|
1103
|
+
</b>
|
1104
|
+
</td>
|
1105
|
+
<td colspan="3">
|
1106
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/24"><strong>Download</strong></a></td>
|
1107
|
+
<td>
|
1108
|
+
</td>
|
1109
|
+
</tr>
|
1110
|
+
<tr>
|
1111
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 134 Downloads · 499 sequences
|
1112
|
+
</td>
|
1113
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=24&lang=11" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1114
|
+
</td>
|
1115
|
+
<td> </td>
|
1116
|
+
</tr>
|
1117
|
+
<tr> <!-- table footer -->
|
1118
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1119
|
+
<td> </td>
|
1120
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1121
|
+
</tr>
|
1122
|
+
</table>
|
1123
|
+
</div>
|
1124
|
+
<div id="container95m">
|
1125
|
+
<table class="tabel95">
|
1126
|
+
<tr> <!-- table header -->
|
1127
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1128
|
+
<td> </td>
|
1129
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1130
|
+
</tr>
|
1131
|
+
<tr>
|
1132
|
+
<td> </td>
|
1133
|
+
<td>
|
1134
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1135
|
+
<tr>
|
1136
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version KiLLERS, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
1137
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1138
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=24&lang=11" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/46956'>Alice</a> 420 days ago
|
1139
|
+
</td>
|
1140
|
+
<td width="16%">
|
1141
|
+
</td>
|
1142
|
+
</tr>
|
1143
|
+
<tr>
|
1144
|
+
<td colspan="4"></td>
|
1145
|
+
<td class="newsDate" colspan="3">
|
1146
|
+
<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1147
|
+
</td>
|
1148
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://www.tv4user.de"><img height="35" width="100" src="/friends/tv4u.png" border="0" /></a> </td>
|
1149
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1150
|
+
</td>
|
1151
|
+
<td width="21%" class="language">German<a href="javascript:saveFavorite(68018,11,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1152
|
+
</td>
|
1153
|
+
<td width="19%"><b>Completed
|
1154
|
+
</b>
|
1155
|
+
</td>
|
1156
|
+
<td colspan="3">
|
1157
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/25"><strong>Download</strong></a></td>
|
1158
|
+
<td>
|
1159
|
+
</td>
|
1160
|
+
</tr>
|
1161
|
+
<tr>
|
1162
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 117 Downloads · 499 sequences
|
1163
|
+
</td>
|
1164
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=25&lang=11" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1165
|
+
</td>
|
1166
|
+
<td> </td>
|
1167
|
+
</tr>
|
1168
|
+
<tr> <!-- table footer -->
|
1169
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1170
|
+
<td> </td>
|
1171
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1172
|
+
</tr>
|
1173
|
+
</table>
|
1174
|
+
</div>
|
1175
|
+
<div id="container95m">
|
1176
|
+
<table class="tabel95">
|
1177
|
+
<tr> <!-- table header -->
|
1178
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1179
|
+
<td> </td>
|
1180
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1181
|
+
</tr>
|
1182
|
+
<tr>
|
1183
|
+
<td> </td>
|
1184
|
+
<td>
|
1185
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1186
|
+
<tr>
|
1187
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version XviD-ANiRAK, 555.00 MBs</td><td colspan="2">
|
1188
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1189
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=25&lang=11" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/75813'>gosva</a> 422 days ago
|
1190
|
+
</td>
|
1191
|
+
<td width="16%">
|
1192
|
+
</td>
|
1193
|
+
</tr>
|
1194
|
+
<tr>
|
1195
|
+
<td colspan="4"></td>
|
1196
|
+
<td class="newsDate" colspan="3">
|
1197
|
+
X-WalkingDeadTeam - Work with: 480p.HDTV.XviD-ANiRAK @ Duration: 42mn37s<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1198
|
+
</td>
|
1199
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://xsubs.tv"><img height="35" width="100" src="/friends/X-SubsLogo.PNG" border="0" /></a> </td>
|
1200
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1201
|
+
</td>
|
1202
|
+
<td width="21%" class="language">Greek<a href="javascript:saveFavorite(68018,27,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1203
|
+
</td>
|
1204
|
+
<td width="19%"><b>Completed
|
1205
|
+
</b>
|
1206
|
+
</td>
|
1207
|
+
<td colspan="3">
|
1208
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/18"><strong>Download</strong></a></td>
|
1209
|
+
<td>
|
1210
|
+
</td>
|
1211
|
+
</tr>
|
1212
|
+
<tr>
|
1213
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 79 Downloads · 447 sequences
|
1214
|
+
</td>
|
1215
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=18&lang=27" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1216
|
+
</td>
|
1217
|
+
<td> </td>
|
1218
|
+
</tr>
|
1219
|
+
<tr> <!-- table footer -->
|
1220
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1221
|
+
<td> </td>
|
1222
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1223
|
+
</tr>
|
1224
|
+
</table>
|
1225
|
+
</div>
|
1226
|
+
<div id="container95m">
|
1227
|
+
<table class="tabel95">
|
1228
|
+
<tr> <!-- table header -->
|
1229
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1230
|
+
<td> </td>
|
1231
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1232
|
+
</tr>
|
1233
|
+
<tr>
|
1234
|
+
<td> </td>
|
1235
|
+
<td>
|
1236
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1237
|
+
<tr>
|
1238
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version XviD-MGD, 349.00 MBs</td><td colspan="2">
|
1239
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1240
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=18&lang=27" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/75813'>gosva</a> 422 days ago
|
1241
|
+
</td>
|
1242
|
+
<td width="16%">
|
1243
|
+
</td>
|
1244
|
+
</tr>
|
1245
|
+
<tr>
|
1246
|
+
<td colspan="4"></td>
|
1247
|
+
<td class="newsDate" colspan="3">
|
1248
|
+
X-WalkingDeadTeam - Work with: HDTV.XviD-MGD @Duration: 43mn 05s
|
1249
|
+
<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1250
|
+
</td>
|
1251
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://xsubs.tv"><img height="35" width="100" src="/friends/X-SubsLogo.PNG" border="0" /></a> </td>
|
1252
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1253
|
+
</td>
|
1254
|
+
<td width="21%" class="language">Greek<a href="javascript:saveFavorite(68018,27,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1255
|
+
</td>
|
1256
|
+
<td width="19%"><b>Completed
|
1257
|
+
</b>
|
1258
|
+
</td>
|
1259
|
+
<td colspan="3">
|
1260
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/19"><strong>Download</strong></a></td>
|
1261
|
+
<td>
|
1262
|
+
</td>
|
1263
|
+
</tr>
|
1264
|
+
<tr>
|
1265
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 77 Downloads · 447 sequences
|
1266
|
+
</td>
|
1267
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=19&lang=27" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1268
|
+
</td>
|
1269
|
+
<td> </td>
|
1270
|
+
</tr>
|
1271
|
+
<tr> <!-- table footer -->
|
1272
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1273
|
+
<td> </td>
|
1274
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1275
|
+
</tr>
|
1276
|
+
</table>
|
1277
|
+
</div>
|
1278
|
+
<div id="container95m">
|
1279
|
+
<table class="tabel95">
|
1280
|
+
<tr> <!-- table header -->
|
1281
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1282
|
+
<td> </td>
|
1283
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1284
|
+
</tr>
|
1285
|
+
<tr>
|
1286
|
+
<td> </td>
|
1287
|
+
<td>
|
1288
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1289
|
+
<tr>
|
1290
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version INTERNAL.XviD-AFG, 347.00 MBs</td><td colspan="2">
|
1291
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1292
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=19&lang=27" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/75813'>gosva</a> 422 days ago
|
1293
|
+
</td>
|
1294
|
+
<td width="16%">
|
1295
|
+
</td>
|
1296
|
+
</tr>
|
1297
|
+
<tr>
|
1298
|
+
<td colspan="4"></td>
|
1299
|
+
<td class="newsDate" colspan="3">
|
1300
|
+
X-WalkingDeadTeam - Work with: INTERNAL.HDTV.XviD-AFG &
|
1301
|
+
INTERNAL.720p.HDTV.x264-EVOLVE @Duration: 43mn12s
|
1302
|
+
<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1303
|
+
</td>
|
1304
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://xsubs.tv"><img height="35" width="100" src="/friends/X-SubsLogo.PNG" border="0" /></a> </td>
|
1305
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1306
|
+
</td>
|
1307
|
+
<td width="21%" class="language">Greek<a href="javascript:saveFavorite(68018,27,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1308
|
+
</td>
|
1309
|
+
<td width="19%"><b>Completed
|
1310
|
+
</b>
|
1311
|
+
</td>
|
1312
|
+
<td colspan="3">
|
1313
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/20"><strong>Download</strong></a></td>
|
1314
|
+
<td>
|
1315
|
+
</td>
|
1316
|
+
</tr>
|
1317
|
+
<tr>
|
1318
|
+
<td colspan="2" class="newsDate"><img title="Corrected" src="http://www.addic7ed.com/images/bullet_go.png" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 89 Downloads · 447 sequences
|
1319
|
+
</td>
|
1320
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=20&lang=27" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1321
|
+
</td>
|
1322
|
+
<td> </td>
|
1323
|
+
</tr>
|
1324
|
+
<tr> <!-- table footer -->
|
1325
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1326
|
+
<td> </td>
|
1327
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1328
|
+
</tr>
|
1329
|
+
</table>
|
1330
|
+
</div>
|
1331
|
+
<div id="container95m">
|
1332
|
+
<table class="tabel95">
|
1333
|
+
<tr> <!-- table header -->
|
1334
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1335
|
+
<td> </td>
|
1336
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1337
|
+
</tr>
|
1338
|
+
<tr>
|
1339
|
+
<td> </td>
|
1340
|
+
<td>
|
1341
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1342
|
+
<tr>
|
1343
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version 720p.WEB-CtrlHD, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
1344
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1345
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=20&lang=27" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/31498'>taokla007</a> 420 days ago
|
1346
|
+
</td>
|
1347
|
+
<td width="16%">
|
1348
|
+
</td>
|
1349
|
+
</tr>
|
1350
|
+
<tr>
|
1351
|
+
<td colspan="4"></td>
|
1352
|
+
<td class="newsDate" colspan="3">
|
1353
|
+
X-WalkingDeadTeam - Σύντομα κοντά σας... ~ Works with 1080p.WEB-HDB ~ Duration: 43:08<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1354
|
+
</td>
|
1355
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://xsubs.tv"><img height="35" width="100" src="/friends/X-SubsLogo.PNG" border="0" /></a> </td>
|
1356
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1357
|
+
</td>
|
1358
|
+
<td width="21%" class="language">Greek<a href="javascript:saveFavorite(68018,27,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1359
|
+
</td>
|
1360
|
+
<td width="19%"><b>Completed
|
1361
|
+
</b>
|
1362
|
+
</td>
|
1363
|
+
<td colspan="3">
|
1364
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/21"><strong>Download</strong></a></td>
|
1365
|
+
<td>
|
1366
|
+
</td>
|
1367
|
+
</tr>
|
1368
|
+
<tr>
|
1369
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 100 Downloads · 441 sequences
|
1370
|
+
</td>
|
1371
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=21&lang=27" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1372
|
+
</td>
|
1373
|
+
<td> </td>
|
1374
|
+
</tr>
|
1375
|
+
<tr> <!-- table footer -->
|
1376
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1377
|
+
<td> </td>
|
1378
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1379
|
+
</tr>
|
1380
|
+
</table>
|
1381
|
+
</div>
|
1382
|
+
<div id="container95m">
|
1383
|
+
<table class="tabel95">
|
1384
|
+
<tr> <!-- table header -->
|
1385
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1386
|
+
<td> </td>
|
1387
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1388
|
+
</tr>
|
1389
|
+
<tr>
|
1390
|
+
<td> </td>
|
1391
|
+
<td>
|
1392
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1393
|
+
<tr>
|
1394
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version HDTV.x264-KILLERS, 368.00 MBs</td><td colspan="2">
|
1395
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1396
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=21&lang=27" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/73619'>Filmfreak</a> 422 days ago
|
1397
|
+
</td>
|
1398
|
+
<td width="16%">
|
1399
|
+
</td>
|
1400
|
+
</tr>
|
1401
|
+
<tr>
|
1402
|
+
<td colspan="4"></td>
|
1403
|
+
<td class="newsDate" colspan="3">
|
1404
|
+
X-WalkingDeadTeam - Σύντομα κοντά σας... <img src="http://www.addic7ed.com/images/invisible.gif" />
|
1405
|
+
</td>
|
1406
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://xsubs.tv"><img height="35" width="100" src="/friends/X-SubsLogo.PNG" border="0" /></a> </td>
|
1407
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1408
|
+
</td>
|
1409
|
+
<td width="21%" class="language">Greek<a href="javascript:saveFavorite(68018,27,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1410
|
+
</td>
|
1411
|
+
<td width="19%"><b>Completed
|
1412
|
+
</b>
|
1413
|
+
</td>
|
1414
|
+
<td colspan="3">
|
1415
|
+
<img src="/images/download.png" width="24" height="24" /> <a class="buttonDownload" href="/original/68018/11"><strong>original</strong></a>
|
1416
|
+
<a class="buttonDownload" href="/updated/27/68018/11"><strong>most updated</strong></a></td>
|
1417
|
+
<td>
|
1418
|
+
</td>
|
1419
|
+
</tr>
|
1420
|
+
<tr>
|
1421
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />2 times edited · 330 Downloads · 447 sequences
|
1422
|
+
</td>
|
1423
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=11&lang=27" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> edited 417 days ago
|
1424
|
+
</td>
|
1425
|
+
</tr></table>
|
1426
|
+
</td>
|
1427
|
+
<td> </td>
|
1428
|
+
</tr>
|
1429
|
+
<tr> <!-- table footer -->
|
1430
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1431
|
+
<td> </td>
|
1432
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1433
|
+
</tr>
|
1434
|
+
</table>
|
1435
|
+
</div>
|
1436
|
+
<div id="container95m">
|
1437
|
+
<table class="tabel95">
|
1438
|
+
<tr> <!-- table header -->
|
1439
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1440
|
+
<td> </td>
|
1441
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1442
|
+
</tr>
|
1443
|
+
<tr>
|
1444
|
+
<td> </td>
|
1445
|
+
<td>
|
1446
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1447
|
+
<tr>
|
1448
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version VTV, 386.00 MBs</td><td colspan="2">
|
1449
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1450
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=11&lang=27" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/230265'>zapruder86</a> 422 days ago
|
1451
|
+
</td>
|
1452
|
+
<td width="16%">
|
1453
|
+
</td>
|
1454
|
+
</tr>
|
1455
|
+
<tr>
|
1456
|
+
<td colspan="4"></td>
|
1457
|
+
<td class="newsDate" colspan="3">
|
1458
|
+
<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1459
|
+
</td>
|
1460
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://www.italiansubs.net/"><img height="35" width="100" src="/friends/itasubs.png" border="0" /></a> </td>
|
1461
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1462
|
+
</td>
|
1463
|
+
<td width="21%" class="language">Italian<a href="javascript:saveFavorite(68018,7,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1464
|
+
</td>
|
1465
|
+
<td width="19%"><b>Completed
|
1466
|
+
</b>
|
1467
|
+
</td>
|
1468
|
+
<td colspan="3">
|
1469
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/13"><strong>Download</strong></a></td>
|
1470
|
+
<td>
|
1471
|
+
</td>
|
1472
|
+
</tr>
|
1473
|
+
<tr>
|
1474
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 162 Downloads · 493 sequences
|
1475
|
+
</td>
|
1476
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=13&lang=7" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1477
|
+
</td>
|
1478
|
+
<td> </td>
|
1479
|
+
</tr>
|
1480
|
+
<tr> <!-- table footer -->
|
1481
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1482
|
+
<td> </td>
|
1483
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1484
|
+
</tr>
|
1485
|
+
</table>
|
1486
|
+
</div>
|
1487
|
+
<div id="container95m">
|
1488
|
+
<table class="tabel95">
|
1489
|
+
<tr> <!-- table header -->
|
1490
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1491
|
+
<td> </td>
|
1492
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1493
|
+
</tr>
|
1494
|
+
<tr>
|
1495
|
+
<td> </td>
|
1496
|
+
<td>
|
1497
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1498
|
+
<tr>
|
1499
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version KILLERS, 0.00 MBs</td><td colspan="2">
|
1500
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1501
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=13&lang=7" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/79445'>Oceanic 6</a> 423 days ago
|
1502
|
+
</td>
|
1503
|
+
<td width="16%">
|
1504
|
+
</td>
|
1505
|
+
</tr>
|
1506
|
+
<tr>
|
1507
|
+
<td colspan="4"></td>
|
1508
|
+
<td class="newsDate" colspan="3">
|
1509
|
+
Oceanic 6 & GodeatGod<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1510
|
+
</td>
|
1511
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"> </td>
|
1512
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1513
|
+
</td>
|
1514
|
+
<td width="21%" class="language">Persian<a href="javascript:saveFavorite(68018,43,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1515
|
+
</td>
|
1516
|
+
<td width="19%"><b>Completed
|
1517
|
+
</b>
|
1518
|
+
</td>
|
1519
|
+
<td colspan="3">
|
1520
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/5"><strong>Download</strong></a></td>
|
1521
|
+
<td>
|
1522
|
+
</td>
|
1523
|
+
</tr>
|
1524
|
+
<tr>
|
1525
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 150 Downloads · 477 sequences
|
1526
|
+
</td>
|
1527
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=5&lang=43" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1528
|
+
</td>
|
1529
|
+
<td> </td>
|
1530
|
+
</tr>
|
1531
|
+
<tr> <!-- table footer -->
|
1532
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1533
|
+
<td> </td>
|
1534
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1535
|
+
</tr>
|
1536
|
+
</table>
|
1537
|
+
</div>
|
1538
|
+
<div id="container95m">
|
1539
|
+
<table class="tabel95">
|
1540
|
+
<tr> <!-- table header -->
|
1541
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1542
|
+
<td> </td>
|
1543
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1544
|
+
</tr>
|
1545
|
+
<tr>
|
1546
|
+
<td> </td>
|
1547
|
+
<td>
|
1548
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1549
|
+
<tr>
|
1550
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version 720p EVOLVE, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
1551
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1552
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=5&lang=43" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/46956'>Alice</a> 421 days ago
|
1553
|
+
</td>
|
1554
|
+
<td width="16%">
|
1555
|
+
</td>
|
1556
|
+
</tr>
|
1557
|
+
<tr>
|
1558
|
+
<td colspan="4"></td>
|
1559
|
+
<td class="newsDate" colspan="3">
|
1560
|
+
Legenda enviada por AKAPJ | Works with KILLERS, IMMERSE, AFG, iNTERNAL AFG<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1561
|
+
</td>
|
1562
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"> </td>
|
1563
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1564
|
+
</td>
|
1565
|
+
<td width="21%" class="language">Portuguese<a href="javascript:saveFavorite(68018,9,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1566
|
+
</td>
|
1567
|
+
<td width="19%"><b>Completed
|
1568
|
+
</b>
|
1569
|
+
</td>
|
1570
|
+
<td colspan="3">
|
1571
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/22"><strong>Download</strong></a></td>
|
1572
|
+
<td>
|
1573
|
+
</td>
|
1574
|
+
</tr>
|
1575
|
+
<tr>
|
1576
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 104 Downloads · 501 sequences
|
1577
|
+
</td>
|
1578
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=22&lang=9" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1579
|
+
</td>
|
1580
|
+
<td> </td>
|
1581
|
+
</tr>
|
1582
|
+
<tr> <!-- table footer -->
|
1583
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1584
|
+
<td> </td>
|
1585
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1586
|
+
</tr>
|
1587
|
+
</table>
|
1588
|
+
</div>
|
1589
|
+
<div id="container95m">
|
1590
|
+
<table class="tabel95">
|
1591
|
+
<tr> <!-- table header -->
|
1592
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1593
|
+
<td> </td>
|
1594
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1595
|
+
</tr>
|
1596
|
+
<tr>
|
1597
|
+
<td> </td>
|
1598
|
+
<td>
|
1599
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1600
|
+
<tr>
|
1601
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version KILLERS, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
1602
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1603
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=22&lang=9" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/42642'>Riverpso</a> 422 days ago
|
1604
|
+
</td>
|
1605
|
+
<td width="16%">
|
1606
|
+
</td>
|
1607
|
+
</tr>
|
1608
|
+
<tr>
|
1609
|
+
<td colspan="4"></td>
|
1610
|
+
<td class="newsDate" colspan="3">
|
1611
|
+
<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1612
|
+
</td>
|
1613
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"> </td>
|
1614
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1615
|
+
</td>
|
1616
|
+
<td width="21%" class="language">Portuguese<a href="javascript:saveFavorite(68018,9,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1617
|
+
</td>
|
1618
|
+
<td width="19%"><b>Completed
|
1619
|
+
</b>
|
1620
|
+
</td>
|
1621
|
+
<td colspan="3">
|
1622
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/14"><strong>Download</strong></a></td>
|
1623
|
+
<td>
|
1624
|
+
</td>
|
1625
|
+
</tr>
|
1626
|
+
<tr>
|
1627
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 95 Downloads · 501 sequences
|
1628
|
+
</td>
|
1629
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=14&lang=9" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1630
|
+
</td>
|
1631
|
+
<td> </td>
|
1632
|
+
</tr>
|
1633
|
+
<tr> <!-- table footer -->
|
1634
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1635
|
+
<td> </td>
|
1636
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1637
|
+
</tr>
|
1638
|
+
</table>
|
1639
|
+
</div>
|
1640
|
+
<div id="container95m">
|
1641
|
+
<table class="tabel95">
|
1642
|
+
<tr> <!-- table header -->
|
1643
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1644
|
+
<td> </td>
|
1645
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1646
|
+
</tr>
|
1647
|
+
<tr>
|
1648
|
+
<td> </td>
|
1649
|
+
<td>
|
1650
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1651
|
+
<tr>
|
1652
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version 1080p.WEB-DL.HDB, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
1653
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1654
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=14&lang=9" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/42642'>Riverpso</a> 422 days ago
|
1655
|
+
</td>
|
1656
|
+
<td width="16%">
|
1657
|
+
</td>
|
1658
|
+
</tr>
|
1659
|
+
<tr>
|
1660
|
+
<td colspan="4"></td>
|
1661
|
+
<td class="newsDate" colspan="3">
|
1662
|
+
Por ninjitis<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1663
|
+
</td>
|
1664
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"> </td>
|
1665
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1666
|
+
</td>
|
1667
|
+
<td width="21%" class="language">Portuguese<a href="javascript:saveFavorite(68018,9,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1668
|
+
</td>
|
1669
|
+
<td width="19%"><b>Completed
|
1670
|
+
</b>
|
1671
|
+
</td>
|
1672
|
+
<td colspan="3">
|
1673
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/15"><strong>Download</strong></a></td>
|
1674
|
+
<td>
|
1675
|
+
</td>
|
1676
|
+
</tr>
|
1677
|
+
<tr>
|
1678
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 81 Downloads · 494 sequences
|
1679
|
+
</td>
|
1680
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=15&lang=9" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1681
|
+
</td>
|
1682
|
+
<td> </td>
|
1683
|
+
</tr>
|
1684
|
+
<tr> <!-- table footer -->
|
1685
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1686
|
+
<td> </td>
|
1687
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1688
|
+
</tr>
|
1689
|
+
</table>
|
1690
|
+
</div>
|
1691
|
+
<div id="container95m">
|
1692
|
+
<table class="tabel95">
|
1693
|
+
<tr> <!-- table header -->
|
1694
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1695
|
+
<td> </td>
|
1696
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1697
|
+
</tr>
|
1698
|
+
<tr>
|
1699
|
+
<td> </td>
|
1700
|
+
<td>
|
1701
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1702
|
+
<tr>
|
1703
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version 720p.IMMERSE, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
1704
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1705
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=15&lang=9" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/42642'>Riverpso</a> 423 days ago
|
1706
|
+
</td>
|
1707
|
+
<td width="16%">
|
1708
|
+
</td>
|
1709
|
+
</tr>
|
1710
|
+
<tr>
|
1711
|
+
<td colspan="4"></td>
|
1712
|
+
<td class="newsDate" colspan="3">
|
1713
|
+
Funciona com AFG, iNTERNAL 720p EVOLVE, iNTERNAL AFG , KILLERS e MGD<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1714
|
+
</td>
|
1715
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://www.united4ever.tv/"><img height="35" width="100" src="/friends/UnitedLogo.jpg" border="0" /></a> </td>
|
1716
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1717
|
+
</td>
|
1718
|
+
<td width="21%" class="language">Portuguese (Brazilian)<a href="javascript:saveFavorite(68018,10,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1719
|
+
</td>
|
1720
|
+
<td width="19%"><b>Completed
|
1721
|
+
</b>
|
1722
|
+
</td>
|
1723
|
+
<td colspan="3">
|
1724
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/6"><strong>Download</strong></a></td>
|
1725
|
+
<td>
|
1726
|
+
</td>
|
1727
|
+
</tr>
|
1728
|
+
<tr>
|
1729
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 788 Downloads · 422 sequences
|
1730
|
+
</td>
|
1731
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=6&lang=10" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1732
|
+
</td>
|
1733
|
+
<td> </td>
|
1734
|
+
</tr>
|
1735
|
+
<tr> <!-- table footer -->
|
1736
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1737
|
+
<td> </td>
|
1738
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1739
|
+
</tr>
|
1740
|
+
</table>
|
1741
|
+
</div>
|
1742
|
+
<div id="container95m">
|
1743
|
+
<table class="tabel95">
|
1744
|
+
<tr> <!-- table header -->
|
1745
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1746
|
+
<td> </td>
|
1747
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1748
|
+
</tr>
|
1749
|
+
<tr>
|
1750
|
+
<td> </td>
|
1751
|
+
<td>
|
1752
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1753
|
+
<tr>
|
1754
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version 1080p.WEB-DL.HDB, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
1755
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1756
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=6&lang=10" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/42642'>Riverpso</a> 422 days ago
|
1757
|
+
</td>
|
1758
|
+
<td width="16%">
|
1759
|
+
</td>
|
1760
|
+
</tr>
|
1761
|
+
<tr>
|
1762
|
+
<td colspan="4"></td>
|
1763
|
+
<td class="newsDate" colspan="3">
|
1764
|
+
<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1765
|
+
</td>
|
1766
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://www.united4ever.tv/"><img height="35" width="100" src="/friends/UnitedLogo.jpg" border="0" /></a> </td>
|
1767
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1768
|
+
</td>
|
1769
|
+
<td width="21%" class="language">Portuguese (Brazilian)<a href="javascript:saveFavorite(68018,10,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1770
|
+
</td>
|
1771
|
+
<td width="19%"><b>Completed
|
1772
|
+
</b>
|
1773
|
+
</td>
|
1774
|
+
<td colspan="3">
|
1775
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/16"><strong>Download</strong></a></td>
|
1776
|
+
<td>
|
1777
|
+
</td>
|
1778
|
+
</tr>
|
1779
|
+
<tr>
|
1780
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 116 Downloads · 406 sequences
|
1781
|
+
</td>
|
1782
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=16&lang=10" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1783
|
+
</td>
|
1784
|
+
<td> </td>
|
1785
|
+
</tr>
|
1786
|
+
<tr> <!-- table footer -->
|
1787
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1788
|
+
<td> </td>
|
1789
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1790
|
+
</tr>
|
1791
|
+
</table>
|
1792
|
+
</div>
|
1793
|
+
<div id="container95m">
|
1794
|
+
<table class="tabel95">
|
1795
|
+
<tr> <!-- table header -->
|
1796
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1797
|
+
<td> </td>
|
1798
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1799
|
+
</tr>
|
1800
|
+
<tr>
|
1801
|
+
<td> </td>
|
1802
|
+
<td>
|
1803
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1804
|
+
<tr>
|
1805
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version 1080i.TS-Secludedly, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
1806
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1807
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=16&lang=10" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/42642'>Riverpso</a> 422 days ago
|
1808
|
+
</td>
|
1809
|
+
<td width="16%">
|
1810
|
+
</td>
|
1811
|
+
</tr>
|
1812
|
+
<tr>
|
1813
|
+
<td colspan="4"></td>
|
1814
|
+
<td class="newsDate" colspan="3">
|
1815
|
+
<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1816
|
+
</td>
|
1817
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://www.united4ever.tv/"><img height="35" width="100" src="/friends/UnitedLogo.jpg" border="0" /></a> </td>
|
1818
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1819
|
+
</td>
|
1820
|
+
<td width="21%" class="language">Portuguese (Brazilian)<a href="javascript:saveFavorite(68018,10,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1821
|
+
</td>
|
1822
|
+
<td width="19%"><b>Completed
|
1823
|
+
</b>
|
1824
|
+
</td>
|
1825
|
+
<td colspan="3">
|
1826
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/original/68018/17"><strong>Download</strong></a></td>
|
1827
|
+
<td>
|
1828
|
+
</td>
|
1829
|
+
</tr>
|
1830
|
+
<tr>
|
1831
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />0 times edited · 83 Downloads · 422 sequences
|
1832
|
+
</td>
|
1833
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=17&lang=10" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> </table>
|
1834
|
+
</td>
|
1835
|
+
<td> </td>
|
1836
|
+
</tr>
|
1837
|
+
<tr> <!-- table footer -->
|
1838
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1839
|
+
<td> </td>
|
1840
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1841
|
+
</tr>
|
1842
|
+
</table>
|
1843
|
+
</div>
|
1844
|
+
<div id="container95m">
|
1845
|
+
<table class="tabel95">
|
1846
|
+
<tr> <!-- table header -->
|
1847
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1848
|
+
<td> </td>
|
1849
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1850
|
+
</tr>
|
1851
|
+
<tr>
|
1852
|
+
<td> </td>
|
1853
|
+
<td>
|
1854
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
1855
|
+
<tr>
|
1856
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version IMMERSE, 1250.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></td><td colspan="2">
|
1857
|
+
<img src="/images/movie_faq.png" title="LOL & SYS always work with 720p DIMENSION; XII & ASAP always work with 720p IMMERSE; 2HD always works with 720p 2HD; BiA always works with 720p BiA; FoV always works with 720p FoV" border="0" width="24" height="24" />
|
1858
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68018&fversion=17&lang=10" onclick="return confirm('You must be a user for a few days before you can make edits.')">New translation</a><img src="/images/link.png" /> uploaded by <a href='/user/44597'>dermon</a> 422 days ago
|
1859
|
+
</td>
|
1860
|
+
<td width="16%">
|
1861
|
+
</td>
|
1862
|
+
</tr>
|
1863
|
+
<tr>
|
1864
|
+
<td colspan="4"></td>
|
1865
|
+
<td class="newsDate" colspan="3">
|
1866
|
+
The.Walking.Dead.S03E02.720p.HDTV.x264-IMMERSE<img src="http://www.addic7ed.com/images/invisible.gif" />
|
1867
|
+
</td>
|
1868
|
+
</tr><tr><td width="10%" rowspan="2" valign="top"><a href="http://www.subs.ro"><img height="35" width="100" src="/friends/subs.ro.jpg" border="0" /></a> </td>
|
1869
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
1870
|
+
</td>
|
1871
|
+
<td width="21%" class="language">Romanian<a href="javascript:saveFavorite(68018,26,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
1872
|
+
</td>
|
1873
|
+
<td width="19%"><b>Completed
|
1874
|
+
</b>
|
1875
|
+
</td>
|
1876
|
+
<td colspan="3">
|
1877
|
+
<img src="/images/download.png" width="24" height="24" /> <a class="buttonDownload" href="/original/68018/12"><strong>original</strong></a>
|
1878
|
+
<a class="buttonDownload" href="/updated/26/68018/12"><strong>most updated</strong></a></td>
|
1879
|
+
<td>
|
1880
|
+
</td>
|
1881
|
+
</tr>
|
1882
|
+
<tr>
|
1883
|
+
<td colspan="2" class="newsDate"><img src="/images/icons/invisible.gif" width="24" height="24" /><img src="/images/icons/invisible.gif" width="24" height="24" />2 times edited · 108 Downloads · 476 sequences
|
1884
|
+
</td>
|
1885
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68018&fversion=12&lang=26" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> edited 403 days ago
|
1886
|
+
</td>
|
1887
|
+
</tr></table>
|
1888
|
+
</td>
|
1889
|
+
<td> </td>
|
1890
|
+
</tr>
|
1891
|
+
<tr> <!-- table footer -->
|
1892
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1893
|
+
<td> </td>
|
1894
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1895
|
+
</tr>
|
1896
|
+
</table>
|
1897
|
+
</div><div align="center">
|
1898
|
+
</div><p>
|
1899
|
+
</p>
|
1900
|
+
<p> </p>
|
1901
|
+
<center>
|
1902
|
+
|
1903
|
+
<!--Iframe Tag -->
|
1904
|
+
|
1905
|
+
<!-- begin ZEDO for channel: Addic7ed 728x90 , publisher: Addic7ed , Ad Dimension: Super Banner - 728 x 90 -->
|
1906
|
+
|
1907
|
+
<iframe src="http://d2.zedo.com/jsc/d2/ff2.html?n=2051;c=59;s=22;d=14;w=728;h=90" frameborder=0 marginheight=0 marginwidth=0 scrolling="no" allowTransparency="true" width=728 height=90></iframe>
|
1908
|
+
|
1909
|
+
<!-- end ZEDO for channel: Addic7ed 728x90 , publisher: Addic7ed , Ad Dimension: Super Banner - 728 x 90 -->
|
1910
|
+
</center>
|
1911
|
+
<br />
|
1912
|
+
<div id="container95m">
|
1913
|
+
<table class="tabel95">
|
1914
|
+
<tr> <!-- table header -->
|
1915
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
1916
|
+
<td> </td>
|
1917
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
1918
|
+
</tr>
|
1919
|
+
<tr>
|
1920
|
+
<td> </td>
|
1921
|
+
<td>
|
1922
|
+
<span id="comments">
|
1923
|
+
</span>
|
1924
|
+
</td>
|
1925
|
+
<td> </td>
|
1926
|
+
</tr>
|
1927
|
+
<tr> <!-- table footer -->
|
1928
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
1929
|
+
<td> </td>
|
1930
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
1931
|
+
</tr>
|
1932
|
+
</table>
|
1933
|
+
</div>
|
1934
|
+
|
1935
|
+
|
1936
|
+
<script type="text/javascript">
|
1937
|
+
function carga()
|
1938
|
+
{
|
1939
|
+
var subID='68018'; $("comments").innerHTML = '<img src="/images/loader.gif">';
|
1940
|
+
var myRequest = new Request({
|
1941
|
+
url: 'http://www.addic7ed.com/ajax_getComments.php',
|
1942
|
+
method: 'get',
|
1943
|
+
onSuccess: function(responseText){
|
1944
|
+
$("comments").innerHTML = responseText;
|
1945
|
+
}
|
1946
|
+
});
|
1947
|
+
myRequest.send('id='+subID);
|
1948
|
+
}
|
1949
|
+
|
1950
|
+
function enviar()
|
1951
|
+
{
|
1952
|
+
var paramString = $("newc").toQueryString();
|
1953
|
+
$("comments").innerHTML = '<img src="/images/loader.gif">';
|
1954
|
+
var myRequest = new Request({
|
1955
|
+
url: 'http://www.addic7ed.com/ajax_getComments.php',
|
1956
|
+
method: 'post',
|
1957
|
+
onSuccess: function(responseText){
|
1958
|
+
$("comments").innerHTML = responseText;
|
1959
|
+
}
|
1960
|
+
});
|
1961
|
+
myRequest.send(paramString);
|
1962
|
+
|
1963
|
+
return false;
|
1964
|
+
}
|
1965
|
+
|
1966
|
+
function notifyModerator(fversion, lang)
|
1967
|
+
{
|
1968
|
+
var subID='68018';
|
1969
|
+
if (confirm('Are you sure that you want to report a problem to the moderators?'))
|
1970
|
+
{
|
1971
|
+
var myRequest = new Request({
|
1972
|
+
url: 'http://www.addic7ed.com/ajax_notify.php',
|
1973
|
+
method: 'get',
|
1974
|
+
onSuccess: function(responseText){
|
1975
|
+
alert("The notification has sent to the moderators. Please, be patient");
|
1976
|
+
}
|
1977
|
+
});
|
1978
|
+
myRequest.send('id='+subID+'&fversion='+fversion+'&lang='+lang);
|
1979
|
+
|
1980
|
+
$("comments").innerHTML = '<img src="/images/loader.gif">';
|
1981
|
+
}
|
1982
|
+
}
|
1983
|
+
|
1984
|
+
|
1985
|
+
function addCorrection(fversion, lang)
|
1986
|
+
{
|
1987
|
+
var subID='68018';
|
1988
|
+
if (confirm('Are you sure you want to correct this subtitle??'))
|
1989
|
+
{
|
1990
|
+
var myRequest = new Request({
|
1991
|
+
url: 'http://www.addic7ed.com/ajax_correction.php',
|
1992
|
+
method: 'get',
|
1993
|
+
onSuccess: function(responseText){
|
1994
|
+
alert("Subtitle added to Corrections page. Please correct it or announce that you bail");
|
1995
|
+
}
|
1996
|
+
});
|
1997
|
+
myRequest.send('id='+subID+'&fversion='+fversion+'&lang='+lang);
|
1998
|
+
}
|
1999
|
+
}
|
2000
|
+
|
2001
|
+
function delComment(cid)
|
2002
|
+
{
|
2003
|
+
var myRequest = new Request({
|
2004
|
+
url: 'http://www.addic7ed.com/ajax_delComment.php',
|
2005
|
+
method: 'get',
|
2006
|
+
onSuccess: function(responseText){
|
2007
|
+
// alert("Subtitle added to Corrections page. Please correct it or announce that you bail");
|
2008
|
+
}
|
2009
|
+
});
|
2010
|
+
myRequest.send('cid='+cid);
|
2011
|
+
|
2012
|
+
$("comments").innerHTML = "<img src='/images/loader.gif' />";
|
2013
|
+
|
2014
|
+
var myRequest = new Request({
|
2015
|
+
url: 'http://www.addic7ed.com/ajax_getComments.php',
|
2016
|
+
method: 'get',
|
2017
|
+
onSuccess: function(responseText){
|
2018
|
+
$("comments").innerHTML = responseText;
|
2019
|
+
}
|
2020
|
+
});
|
2021
|
+
myRequest.send('cid='+cid);
|
2022
|
+
}
|
2023
|
+
|
2024
|
+
window.addEvent('domready', function(){ carga(); });
|
2025
|
+
</script>
|
2026
|
+
<center>
|
2027
|
+
|
2028
|
+
<center><table border="0" width="90%">
|
2029
|
+
<tr>
|
2030
|
+
<td class="NewsTitle"><img width="20" height="20" src="http://addic7ed.com/images/television.png" alt="TV" /><img src="http://www.addic7ed.com/images/invisible.gif" alt=" " />Addic7ed</td>
|
2031
|
+
<td class="NewsTitle"><img width="20" height="20" src="http://addic7ed.com/images/television.png" alt="TV" /><img src="http://www.addic7ed.com/images/invisible.gif" alt=" " />Popular Shows</td>
|
2032
|
+
<td class="NewsTitle"><img width="20" height="20" src="http://addic7ed.com/images/television.png" alt="TV" /><img src="http://www.addic7ed.com/images/invisible.gif" alt=" " />Useful</td>
|
2033
|
+
<td class="NewsTitle"><img width="20" height="20" src="http://addic7ed.com/images/television.png" alt="TV" /><img src="http://www.addic7ed.com/images/invisible.gif" alt=" " />Forums</td>
|
2034
|
+
</tr>
|
2035
|
+
<tr>
|
2036
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/shows.php">Browse By Shows</a></div></td>
|
2037
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/1">Lost</a></div></td>
|
2038
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/shows-schedule">TV Shows Schedule</a></div></td>
|
2039
|
+
<td><div id="footermenu"><a href="http://www.sub-talk.net/topic/1031-changelog/">Site Changelog</a></div></td>
|
2040
|
+
</tr>
|
2041
|
+
<tr>
|
2042
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/movie-subtitles">Browse By Movies</a></div></td>
|
2043
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/2">Heroes</a></div></td>
|
2044
|
+
<td><div id="footermenu"><a href="http://www.sub-talk.net/topic/2784-frequently-asked-questions/">Frequently Asked Questions</a></div></td>
|
2045
|
+
<td><div id="footermenu">Support Us</div></td>
|
2046
|
+
</tr>
|
2047
|
+
<tr>
|
2048
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/top-uploaders">Top Uploaders</a></div></td>
|
2049
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/121">Gossip Girl</a></div></td>
|
2050
|
+
<td><div id="footermenu">RSS Feeds</div></td>
|
2051
|
+
<td><div id="footermenu">Premium Accounts</div></td>
|
2052
|
+
</tr>
|
2053
|
+
<tr>
|
2054
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/log.php?mode=downloaded">Top Downloads</a></div></td>
|
2055
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/64">One Tree Hill</a></div></td>
|
2056
|
+
<td class="NewsTitle"><img width="20" height="20" src="http://addic7ed.com/images/television.png" alt="TV" /><img src="http://www.addic7ed.com/images/invisible.gif" alt=" "/>Tutorials</td>
|
2057
|
+
<td><div id="footermenu"><a href="http://sub-talk.net/thread-6-1-1.html">Video Formats</a></div></td>
|
2058
|
+
</tr>
|
2059
|
+
<tr>
|
2060
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/log.php?mode=news">All News</a></div></td>
|
2061
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/51">How I Met Your Mother</a></div></td>
|
2062
|
+
<td><div id="footermenu"><a href="http://www.sub-talk.net/topic/338-guide-to-syncing-with-subtitleedit/page__p__1485__hl__%2B+%2Bsync__fromsearch__1#entry1485">How to Synchronize Subtitles</a></div></td>
|
2063
|
+
<td><div id="footermenu">Frequently Asked Questions</div></td>
|
2064
|
+
</tr>
|
2065
|
+
<tr>
|
2066
|
+
<td><div id="footermenu"><a href="http://www.sub-talk.net">Sub-Talk Forums</a></div></td>
|
2067
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/7">24</a></div></td>
|
2068
|
+
<td><div id="footermenu">What Are Subtitles</div></td>
|
2069
|
+
<td><div id="footermenu"><a href="http://sub-talk.net/index.php?gid=7">TV Shows Talk</a></div></td>
|
2070
|
+
</tr>
|
2071
|
+
<tr>
|
2072
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/latest_comments.php">Latest Comments</a></div></td>
|
2073
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/126">The Big Bang Theory</a></div></td>
|
2074
|
+
<td><div id="footermenu">New Translation Tutorial</div></td>
|
2075
|
+
<td><div id="footermenu"><a href="http://sub-talk.net/index.php?gid=22">Movies Talk</a></div></td>
|
2076
|
+
</tr>
|
2077
|
+
<tr>
|
2078
|
+
<td><div id="footermenu"><a href="#">#</a></div></td>
|
2079
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/130">Family Guy</a></div></td>
|
2080
|
+
<td><div id="footermenu">Upload a New Subtitle Tutorial</div></td>
|
2081
|
+
<td class="NewsTitle"><img width="20" height="20" src="http://addic7ed.com/images/television.png" alt="TV" /><img src="http://www.addic7ed.com/images/invisible.gif" alt=" " />Stats</td>
|
2082
|
+
</tr>
|
2083
|
+
<tr>
|
2084
|
+
<td><div id="footermenu">Terms of Service</div></td>
|
2085
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/16">Desperate Housewives</a></div></td>
|
2086
|
+
<td><div id="footermenu"><a href="http://sub-talk.net/viewthread.php?tid=294">How to have an Avatar</a></div></td>
|
2087
|
+
<td align="left">.
|
2088
|
+
</td>
|
2089
|
+
</tr>
|
2090
|
+
<tr>
|
2091
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/contact.php">Contact</a></div></td>
|
2092
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/15">House</a></div></td>
|
2093
|
+
<td><div id="footermenu">How to Add to Firefox Search</div></td>
|
2094
|
+
<td> <script type="text/javascript" src="http://widgets.amung.us/classic.js"></script><script type="text/javascript">WAU_classic('8dpehb3jhy6n')</script>
|
2095
|
+
</td>
|
2096
|
+
</tr>
|
2097
|
+
</table></center>
|
2098
|
+
</center>
|
2099
|
+
|
2100
|
+
<script type="text/javascript">
|
2101
|
+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
2102
|
+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
2103
|
+
</script>
|
2104
|
+
<script type="text/javascript">
|
2105
|
+
try {
|
2106
|
+
var pageTracker = _gat._getTracker("UA-10775680-1");
|
2107
|
+
pageTracker._trackPageview();
|
2108
|
+
} catch(err) {}</script>
|
2109
|
+
|
2110
|
+
|
2111
|
+
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
|
2112
|
+
|
2113
|
+
cached = build time: 0.0924830436707 <br> </center>
|
2114
|
+
</body>
|
2115
|
+
</html>
|
2116
|
+
|
2117
|
+
|