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,732 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Date: Thu, 19 Dec 2013 00:06:26 GMT
|
3
|
+
Server: Apache/2
|
4
|
+
X-Powered-By: PHP/5.2.10
|
5
|
+
Set-Cookie: PHPSESSID=c52958c7672bdca50aff15fdb1de3ac0; 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 - 03x04 - Killer Within 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 - 03x04 - Killer Within 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 - 03x04 - Killer Within <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 4 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,4);" >
|
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:30
|
341
|
+
<img src="/images/download.png" width="16" height="16" align="absmiddle" />
|
342
|
+
4535
|
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/4/8" 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/4/'+sortCheck.checked;
|
381
|
+
}
|
382
|
+
function filterChange()
|
383
|
+
{
|
384
|
+
var filter = document.getElementById("filterlang");
|
385
|
+
window.location='/serie/The Walking Dead/3/4/'+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 selected="selected" 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>
|
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 IMMERSE, 0.00 MBs <img title="720/1080" src="/images/hdicon.png" width="24" height="24" /></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/3522'>n17t01</a> 409 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
|
+
Works with AFG<img src="http://www.addic7ed.com/images/invisible.gif" />
|
412
|
+
</td>
|
413
|
+
</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>
|
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">French<a href="javascript:saveFavorite(68508,8,1)"><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="/updated/8/68508/3"><strong>Download</strong></a></td>
|
423
|
+
<td>
|
424
|
+
</td>
|
425
|
+
</tr>
|
426
|
+
<tr>
|
427
|
+
<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" />269 times edited · 3867 Downloads · 602 sequences
|
428
|
+
</td>
|
429
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68508&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 307 days ago
|
430
|
+
</td>
|
431
|
+
</tr>
|
432
|
+
<tr>
|
433
|
+
<td colspan="7"> </td>
|
434
|
+
</tr>
|
435
|
+
<tr>
|
436
|
+
<td> </td>
|
437
|
+
<td colspan="2"><span class="newsDate">
|
438
|
+
Translated on Addic7ed.com by
|
439
|
+
</span></td>
|
440
|
+
<td colspan="5" class="newsDate"><a href="/user/325710" >flonlepigeon</a> (0.7%), <a href="/user/265852" >Ayyla</a> (5.0%), <a href="/user/224729" >SkweeZ</a> (0.3%), <a href="/user/130876" >Ladyhawke359</a> (0.2%), <a href="/user/198622" >Akira2012</a> (17.3%), <a href="/user/253153" >Apodemus</a> (0.7%), <a href="/user/46776" >sabeano</a> (0.7%), <a href="/user/227883" >LiThiuME3</a> (0.7%), <a href="/user/257090" >Vryer</a> (0.2%), <a href="/user/234581" >MindCookie</a> (3.3%), <a href="/user/260541" >mistertoilett</a> (2.5%), <a href="/user/255077" >Hakalana</a> (1.0%), <a href="/user/116920" >Lelesse</a> (0.5%), <a href="/user/259646" >thelolo9712</a> (26.7%), <a href="/user/252251" >Green-Mouse</a> (28.1%), <a href="/user/115911" >EnzoLouis75</a> (0.8%), <a href="/user/261114" >Shinsoo</a> (11.5%), </table>
|
441
|
+
</td>
|
442
|
+
<td> </td>
|
443
|
+
</tr>
|
444
|
+
<tr> <!-- table footer -->
|
445
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
446
|
+
<td> </td>
|
447
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
448
|
+
</tr>
|
449
|
+
</table>
|
450
|
+
</div>
|
451
|
+
<div id="container95m">
|
452
|
+
<table class="tabel95">
|
453
|
+
<tr> <!-- table header -->
|
454
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
455
|
+
<td> </td>
|
456
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
457
|
+
</tr>
|
458
|
+
<tr>
|
459
|
+
<td> </td>
|
460
|
+
<td>
|
461
|
+
<table width="100%" border="0" align="center" class="tabel95">
|
462
|
+
<tr>
|
463
|
+
<td colspan="3" align="center" class="NewsTitle"><img src="/images/folder_page.png" width="16" height="16" />Version 2HD, 0.00 MBs</td><td colspan="2">
|
464
|
+
<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" />
|
465
|
+
<img src="/images/subtitle.gif" width="22" height="14" /><a href="/index.php?id=68508&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/3522'>n17t01</a> 409 days ago
|
466
|
+
</td>
|
467
|
+
<td width="16%">
|
468
|
+
</td>
|
469
|
+
</tr>
|
470
|
+
<tr>
|
471
|
+
<td colspan="4"></td>
|
472
|
+
<td class="newsDate" colspan="3">
|
473
|
+
<img src="http://www.addic7ed.com/images/invisible.gif" />
|
474
|
+
</td>
|
475
|
+
</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>
|
476
|
+
<td width="1%" rowspan="2" valign="top"><img src="http://www.addic7ed.com/images/invisible.gif" />
|
477
|
+
</td>
|
478
|
+
<td width="21%" class="language">French<a href="javascript:saveFavorite(68508,8,0)"><img title="Start following..." src="http://www.addic7ed.com/images/icons/favorite.png" height="20" width="20" border="0" /></a>
|
479
|
+
</td>
|
480
|
+
<td width="19%"><b>Completed
|
481
|
+
</b>
|
482
|
+
</td>
|
483
|
+
<td colspan="3">
|
484
|
+
<img src="/images/download.png" width="24" height="24" /><a class="buttonDownload" href="/updated/8/68508/0"><strong>Download</strong></a></td>
|
485
|
+
<td>
|
486
|
+
</td>
|
487
|
+
</tr>
|
488
|
+
<tr>
|
489
|
+
<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" />338 times edited · 4535 Downloads · 523 sequences
|
490
|
+
</td>
|
491
|
+
<td colspan="3"><img border="0" src="/images/edit.png" width="24" height="24" /><a href="/index.php?id=68508&fversion=0&lang=8" onclick="return confirm('You must be a user for a few days before you can make edits.')">view & edit</a> edited 275 days ago
|
492
|
+
</td>
|
493
|
+
</tr>
|
494
|
+
<tr>
|
495
|
+
<td colspan="7"> </td>
|
496
|
+
</tr>
|
497
|
+
<tr>
|
498
|
+
<td> </td>
|
499
|
+
<td colspan="2"><span class="newsDate">
|
500
|
+
Translated on Addic7ed.com by
|
501
|
+
</span></td>
|
502
|
+
<td colspan="5" class="newsDate"><a href="/user/341909" >NerdySuzy</a> (1.7%), <a href="/user/196575" >healiha</a> (2.5%), <a href="/user/10657" >chamallow</a> (0.4%), <a href="/user/261991" >acidtest</a> (3.1%), <a href="/user/130876" >Ladyhawke359</a> (0.2%), <a href="/user/253618" >ReS-P</a> (2.1%), <a href="/user/178865" >Lhoutre</a> (0.2%), <a href="/user/260541" >mistertoilett</a> (0.2%), <a href="/user/257090" >Vryer</a> (1.3%), <a href="/user/112831" >vlib</a> (0.6%), <a href="/user/253153" >Apodemus</a> (3.3%), <a href="/user/14338" >LiLipad</a> (1.5%), <a href="/user/115911" >EnzoLouis75</a> (0.2%), <a href="/user/261175" >Allamor</a> (0.2%), <a href="/user/158997" >Ju2kiwi</a> (0.2%), <a href="/user/243043" >Meena</a> (1.1%), <a href="/user/97301" >Miimi</a> (0.8%), <a href="/user/108796" >(del_108796)</a> (6.1%), <a href="/user/261114" >Shinsoo</a> (12.2%), <a href="/user/231646" >Yggdrasill</a> (0.2%), <a href="/user/253050" >MaxPag</a> (2.9%), <a href="/user/255158" >Megumih</a> (1.9%), <a href="/user/71315" >milers</a> (0.2%), <a href="/user/258603" >Cookie001</a> (0.2%), <a href="/user/222937" >BeHippie</a> (25.6%), <a href="/user/250284" >Loumie</a> (5.2%), <a href="/user/185111" >bibloo</a> (11.1%), <a href="/user/246741" >rey95</a> (3.3%), <a href="/user/57499" >erea</a> (11.7%), </table>
|
503
|
+
</td>
|
504
|
+
<td> </td>
|
505
|
+
</tr>
|
506
|
+
<tr> <!-- table footer -->
|
507
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
508
|
+
<td> </td>
|
509
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
510
|
+
</tr>
|
511
|
+
</table>
|
512
|
+
</div><div align="center">
|
513
|
+
</div><p>
|
514
|
+
</p>
|
515
|
+
<p> </p>
|
516
|
+
<center>
|
517
|
+
|
518
|
+
<!--Iframe Tag -->
|
519
|
+
|
520
|
+
<!-- begin ZEDO for channel: Addic7ed 728x90 , publisher: Addic7ed , Ad Dimension: Super Banner - 728 x 90 -->
|
521
|
+
|
522
|
+
<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>
|
523
|
+
|
524
|
+
<!-- end ZEDO for channel: Addic7ed 728x90 , publisher: Addic7ed , Ad Dimension: Super Banner - 728 x 90 -->
|
525
|
+
</center>
|
526
|
+
<br />
|
527
|
+
<div id="container95m">
|
528
|
+
<table class="tabel95">
|
529
|
+
<tr> <!-- table header -->
|
530
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tl.gif" /></td>
|
531
|
+
<td> </td>
|
532
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/tr.gif" /></td>
|
533
|
+
</tr>
|
534
|
+
<tr>
|
535
|
+
<td> </td>
|
536
|
+
<td>
|
537
|
+
<span id="comments">
|
538
|
+
</span>
|
539
|
+
</td>
|
540
|
+
<td> </td>
|
541
|
+
</tr>
|
542
|
+
<tr> <!-- table footer -->
|
543
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/bl.gif" /></td>
|
544
|
+
<td> </td>
|
545
|
+
<td class="tablecorner"><img src="http://www.addic7ed.com/images/br.gif" /></td>
|
546
|
+
</tr>
|
547
|
+
</table>
|
548
|
+
</div>
|
549
|
+
|
550
|
+
|
551
|
+
<script type="text/javascript">
|
552
|
+
function carga()
|
553
|
+
{
|
554
|
+
var subID='68508'; $("comments").innerHTML = '<img src="/images/loader.gif">';
|
555
|
+
var myRequest = new Request({
|
556
|
+
url: 'http://www.addic7ed.com/ajax_getComments.php',
|
557
|
+
method: 'get',
|
558
|
+
onSuccess: function(responseText){
|
559
|
+
$("comments").innerHTML = responseText;
|
560
|
+
}
|
561
|
+
});
|
562
|
+
myRequest.send('id='+subID);
|
563
|
+
}
|
564
|
+
|
565
|
+
function enviar()
|
566
|
+
{
|
567
|
+
var paramString = $("newc").toQueryString();
|
568
|
+
$("comments").innerHTML = '<img src="/images/loader.gif">';
|
569
|
+
var myRequest = new Request({
|
570
|
+
url: 'http://www.addic7ed.com/ajax_getComments.php',
|
571
|
+
method: 'post',
|
572
|
+
onSuccess: function(responseText){
|
573
|
+
$("comments").innerHTML = responseText;
|
574
|
+
}
|
575
|
+
});
|
576
|
+
myRequest.send(paramString);
|
577
|
+
|
578
|
+
return false;
|
579
|
+
}
|
580
|
+
|
581
|
+
function notifyModerator(fversion, lang)
|
582
|
+
{
|
583
|
+
var subID='68508';
|
584
|
+
if (confirm('Are you sure that you want to report a problem to the moderators?'))
|
585
|
+
{
|
586
|
+
var myRequest = new Request({
|
587
|
+
url: 'http://www.addic7ed.com/ajax_notify.php',
|
588
|
+
method: 'get',
|
589
|
+
onSuccess: function(responseText){
|
590
|
+
alert("The notification has sent to the moderators. Please, be patient");
|
591
|
+
}
|
592
|
+
});
|
593
|
+
myRequest.send('id='+subID+'&fversion='+fversion+'&lang='+lang);
|
594
|
+
|
595
|
+
$("comments").innerHTML = '<img src="/images/loader.gif">';
|
596
|
+
}
|
597
|
+
}
|
598
|
+
|
599
|
+
|
600
|
+
function addCorrection(fversion, lang)
|
601
|
+
{
|
602
|
+
var subID='68508';
|
603
|
+
if (confirm('Are you sure you want to correct this subtitle??'))
|
604
|
+
{
|
605
|
+
var myRequest = new Request({
|
606
|
+
url: 'http://www.addic7ed.com/ajax_correction.php',
|
607
|
+
method: 'get',
|
608
|
+
onSuccess: function(responseText){
|
609
|
+
alert("Subtitle added to Corrections page. Please correct it or announce that you bail");
|
610
|
+
}
|
611
|
+
});
|
612
|
+
myRequest.send('id='+subID+'&fversion='+fversion+'&lang='+lang);
|
613
|
+
}
|
614
|
+
}
|
615
|
+
|
616
|
+
function delComment(cid)
|
617
|
+
{
|
618
|
+
var myRequest = new Request({
|
619
|
+
url: 'http://www.addic7ed.com/ajax_delComment.php',
|
620
|
+
method: 'get',
|
621
|
+
onSuccess: function(responseText){
|
622
|
+
// alert("Subtitle added to Corrections page. Please correct it or announce that you bail");
|
623
|
+
}
|
624
|
+
});
|
625
|
+
myRequest.send('cid='+cid);
|
626
|
+
|
627
|
+
$("comments").innerHTML = "<img src='/images/loader.gif' />";
|
628
|
+
|
629
|
+
var myRequest = new Request({
|
630
|
+
url: 'http://www.addic7ed.com/ajax_getComments.php',
|
631
|
+
method: 'get',
|
632
|
+
onSuccess: function(responseText){
|
633
|
+
$("comments").innerHTML = responseText;
|
634
|
+
}
|
635
|
+
});
|
636
|
+
myRequest.send('cid='+cid);
|
637
|
+
}
|
638
|
+
|
639
|
+
window.addEvent('domready', function(){ carga(); });
|
640
|
+
</script>
|
641
|
+
<center>
|
642
|
+
|
643
|
+
<center><table border="0" width="90%">
|
644
|
+
<tr>
|
645
|
+
<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>
|
646
|
+
<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>
|
647
|
+
<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>
|
648
|
+
<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>
|
649
|
+
</tr>
|
650
|
+
<tr>
|
651
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/shows.php">Browse By Shows</a></div></td>
|
652
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/1">Lost</a></div></td>
|
653
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/shows-schedule">TV Shows Schedule</a></div></td>
|
654
|
+
<td><div id="footermenu"><a href="http://www.sub-talk.net/topic/1031-changelog/">Site Changelog</a></div></td>
|
655
|
+
</tr>
|
656
|
+
<tr>
|
657
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/movie-subtitles">Browse By Movies</a></div></td>
|
658
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/2">Heroes</a></div></td>
|
659
|
+
<td><div id="footermenu"><a href="http://www.sub-talk.net/topic/2784-frequently-asked-questions/">Frequently Asked Questions</a></div></td>
|
660
|
+
<td><div id="footermenu">Support Us</div></td>
|
661
|
+
</tr>
|
662
|
+
<tr>
|
663
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/top-uploaders">Top Uploaders</a></div></td>
|
664
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/121">Gossip Girl</a></div></td>
|
665
|
+
<td><div id="footermenu">RSS Feeds</div></td>
|
666
|
+
<td><div id="footermenu">Premium Accounts</div></td>
|
667
|
+
</tr>
|
668
|
+
<tr>
|
669
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/log.php?mode=downloaded">Top Downloads</a></div></td>
|
670
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/64">One Tree Hill</a></div></td>
|
671
|
+
<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>
|
672
|
+
<td><div id="footermenu"><a href="http://sub-talk.net/thread-6-1-1.html">Video Formats</a></div></td>
|
673
|
+
</tr>
|
674
|
+
<tr>
|
675
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/log.php?mode=news">All News</a></div></td>
|
676
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/51">How I Met Your Mother</a></div></td>
|
677
|
+
<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>
|
678
|
+
<td><div id="footermenu">Frequently Asked Questions</div></td>
|
679
|
+
</tr>
|
680
|
+
<tr>
|
681
|
+
<td><div id="footermenu"><a href="http://www.sub-talk.net">Sub-Talk Forums</a></div></td>
|
682
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/7">24</a></div></td>
|
683
|
+
<td><div id="footermenu">What Are Subtitles</div></td>
|
684
|
+
<td><div id="footermenu"><a href="http://sub-talk.net/index.php?gid=7">TV Shows Talk</a></div></td>
|
685
|
+
</tr>
|
686
|
+
<tr>
|
687
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/latest_comments.php">Latest Comments</a></div></td>
|
688
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/126">The Big Bang Theory</a></div></td>
|
689
|
+
<td><div id="footermenu">New Translation Tutorial</div></td>
|
690
|
+
<td><div id="footermenu"><a href="http://sub-talk.net/index.php?gid=22">Movies Talk</a></div></td>
|
691
|
+
</tr>
|
692
|
+
<tr>
|
693
|
+
<td><div id="footermenu"><a href="#">#</a></div></td>
|
694
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/130">Family Guy</a></div></td>
|
695
|
+
<td><div id="footermenu">Upload a New Subtitle Tutorial</div></td>
|
696
|
+
<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>
|
697
|
+
</tr>
|
698
|
+
<tr>
|
699
|
+
<td><div id="footermenu">Terms of Service</div></td>
|
700
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/16">Desperate Housewives</a></div></td>
|
701
|
+
<td><div id="footermenu"><a href="http://sub-talk.net/viewthread.php?tid=294">How to have an Avatar</a></div></td>
|
702
|
+
<td align="left">.
|
703
|
+
</td>
|
704
|
+
</tr>
|
705
|
+
<tr>
|
706
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/contact.php">Contact</a></div></td>
|
707
|
+
<td><div id="footermenu"><a href="http://www.addic7ed.com/show/15">House</a></div></td>
|
708
|
+
<td><div id="footermenu">How to Add to Firefox Search</div></td>
|
709
|
+
<td> <script type="text/javascript" src="http://widgets.amung.us/classic.js"></script><script type="text/javascript">WAU_classic('8dpehb3jhy6n')</script>
|
710
|
+
</td>
|
711
|
+
</tr>
|
712
|
+
</table></center>
|
713
|
+
</center>
|
714
|
+
|
715
|
+
<script type="text/javascript">
|
716
|
+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
717
|
+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
718
|
+
</script>
|
719
|
+
<script type="text/javascript">
|
720
|
+
try {
|
721
|
+
var pageTracker = _gat._getTracker("UA-10775680-1");
|
722
|
+
pageTracker._trackPageview();
|
723
|
+
} catch(err) {}</script>
|
724
|
+
|
725
|
+
|
726
|
+
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
|
727
|
+
|
728
|
+
build time: 0.050185918808 <br> </center>
|
729
|
+
</body>
|
730
|
+
</html>
|
731
|
+
|
732
|
+
|