-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
297 lines (236 loc) · 12.4 KB
/
Copy pathindex.html
File metadata and controls
297 lines (236 loc) · 12.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>1fichier.com: Cloud Storage</title>
<meta name="robots" content="noindex" />
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<link rel="shortcut icon" href="https://img.1fichier.com/favicon.ico" />
<link rel="icon" type="image/x-icon" href="https://img.1fichier.com/favicon.ico" />
<link rel="icon" type="image/png" href="https://img.1fichier.com/favicon.png" />
<link rel="apple-touch-icon" href="https://img.1fichier.com/favicon.png" />
<link rel="image_src" href="https://img.1fichier.com/favicon.png" />
<link rel="stylesheet" type="text/css" href="https://img.1fichier.com/css/style.css" />
<link rel="stylesheet" type="text/css" href="https://img.1fichier.com/css/jquery.ui.css" />
<script type="text/javascript" src="https://img.1fichier.com/js/jquery.js"></script>
<script type="text/javascript">
<!--//<![CDATA[
var ct = 39*60;
function ctt() { if(ct > 0) { ct--; $('#dlw').html('Free download in ⏳ ' + ct); if(ct > 0) { setTimeout('ctt()', 1000); } else { $('#dlw').html('Start download'); $('#dlw').removeAttr("disabled").click(function() { $('#f1').submit(); }); }}};
jQuery(document).ready(function($) {
$("#modal-msg").dialog({minHeight: 350, minWidth: 700, modal: true, draggable: false, resizable: false, closeOnEscape: false});
ctt();
});
//]]>-->
</script>
<script src="https://tags.refinery89.com/1fichiercom.js" async></script>
<script async src="//t.seedtag.com/t/8789-3513-01.js"></script>
<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
</head>
<body>
<script type="text/javascript">
<!--
jQuery(document).ready(function($) {
if(getCookie('show_cm') != 'no') { $('#cookie_box').show(); }
$('.cookie_box_close').click(function() { $('#cookie_box').hide(); var expires = new Date(); expires.setTime(expires.getTime() + 15552000000); document.cookie = 'show_cm=no; expires=' + expires.toUTCString(); return false; });
});
function getCookie(cookie_name) {
if (document.cookie.length>0) {
cookie_start = document.cookie.indexOf(cookie_name + "=");
if (cookie_start != -1) { cookie_start = cookie_start + cookie_name.length+1; cookie_end = document.cookie.indexOf(";",cookie_start);
if (cookie_end == -1) { cookie_end = document.cookie.length; }
return unescape(document.cookie.substring(cookie_start,cookie_end));
}}
return "";
}
// -->
</script>
<div id="cookie_box">Our website need cookies to work.
<br/>Using our services, you accept usage of cookies.
<br/>For more informations :
<br/><br/><a href="https://1fichier.com/cgu.html">Legal Mentions, Terms of Services, Privacy Policy</a>
<br/><br/><a href="#" style="text-decoration-color: #fbc260" class="cookie_box_close">I fully accept usage of cookies and the Terms of Services</a>
</div>
<script type="text/javascript">
<!--
$( function() {
$.widget( "custom.iconselectmenu", $.ui.selectmenu, {
_renderItem: function( ul, item ) {
var li = $("<li>"), wrapper = $("<div>", { text: item.label });
if( item.element.attr("data-imagesrc") ) { $( "<span>", { style: "background-image: url( \"" + item.element.attr("data-imagesrc") + "\")", "class": "ui-icon avatar" }).appendTo( wrapper ); }
else { $( "<span>", { style: "background-image:none", "class": "ui-icon avatar" }).appendTo( wrapper ); }
return li.append( wrapper ).appendTo( ul );
},
_renderButtonItem: function( item ) {
var buttonItem;
if( item.element.attr("data-imagesrc") ) { buttonItem = $( "<span>", { style: "background-image: url( \"" + item.element.attr("data-imagesrc") + "\")", "class": "ui-selectmenu-text avatar" }) }
else { buttonItem = $( "<span>", { style: "background-image:none", "class": "ui-selectmenu-text avatar" }) }
this._setText( buttonItem, item.label );
return buttonItem;
}
});
$(".lselector").iconselectmenu({ width:200, change: function( event, ui ) { window.location.href=this.value; } }).iconselectmenu("menuWidget").addClass( "ui-menu-icons" );
});
-->
</script>
<div id="header">
<a href="https://1fichier.com" title="1fichier.com"><img id="logo" src="https://img.1fichier.com/logo.png" alt="logo" width="240" height="70" /></a>
<div id="btn-container">
<select class="lselector">
<option value="/?2h329va178ww061yvg91&lg=en" data-imagesrc="https://img.1fichier.com/flags/en.png" selected="selected">English</option>
<option value="/?2h329va178ww061yvg91&lg=fr" data-imagesrc="https://img.1fichier.com/flags/fr.png">Français</option>
</select>
<a class="ui-button ui-corner-all" href="https://1fichier.com/tarifs.html" title="Prices">Prices</a>
<a class="ui-button ui-corner-all" href="https://1fichier.com/register.pl" title="Register">Register</a>
<a class="ui-button ui-corner-all" href="https://1fichier.com/login.pl" title="Login">My Account</a>
</div>
<span class="spacer" style="height:1px"></span>
</div>
<div class="spacer" style="height:70px"></div>
<form id="f1" accept-charset="UTF-8" method="post" action="https://1fichier.com/?2h329va178ww061yvg91" style="min-width:1000px;margin:auto" class="alc">
<span class="spacer spacer-20"></span>
<div class="ct_warn">
<span style="color:red">Warning !</span>
<br/>Without subscription, you must wait between downloads.
<br/>You must wait 39 minutes...
</div>
<span class="spacer spacer-20"></span>
<div id="awn-z2285595" style="padding-left:30px;padding-right:30px;max-width:1000px;margin:auto"></div>
<span class="spacer spacer-20"></span>
<table class="premium" style="width:600px;margin:10px auto" cellspacing="4">
<tr>
<td style="width:150px" rowspan="2"><img style="vertical-align:middle" src="https://1fichier.com/qr.pl?do=0.2h329va178ww061yvg91&s=1" width="148" height="148" /></td>
<td class="normal"><span style="font-weight:bold">Need for Speed ProStreet.7z</span>
<br/><span style="font-size:0.9em;font-style:italic">4.03 GB</span></td>
</tr>
</table>
<span class="spacer spacer-10"></span>
<div style="width:350px;margin:auto;text-align:left;line-height:32px">
<label class="CKBL">
<input type="checkbox" name="dl_no_ssl" />
<span></span>
Download without SSL encryption <a href="https://1fichier.com/hlp.html#securitesite"><img src="https://img.1fichier.com/icons/icon_question.png" style="width:18px;vertical-align:middle" /></a>
</label>
<label class="CKBL">
<input type="checkbox" name="dlinline" />
<span></span>
Inline download <a href="https://1fichier.com/hlp.html#dispositioninline"><img src="https://img.1fichier.com/icons/icon_question.png" style="width:18px;vertical-align:middle" /></a>
</label>
</div>
<span class="spacer spacer-10"></span>
<div class="alc" style="width:750px;margin:10px auto 6px auto;font-weight:bold;font-size:16px">
Download conditions by offer
</div>
<table class="alc premium" style="width:750px;margin:auto;border:1px solid #ccc">
<tr>
<td class="normal titre"> </td>
<td class="normal titre">Guest</td>
<td class="normal titre">Registered</td>
<td class="normal titre">Premium</td>
<td class="normal titre">Premium GOLD</td>
</tr>
<tr>
<td class="normal titre alg" style="padding-left:15px">Restrictions</td>
<td class="normal">Standard</td>
<td class="normal">Reduced</td>
<td class="normal">None</td>
<td class="normal">None</td>
</tr>
<tr>
<td class="normal titre alg" style="padding-left:15px">Waiting time</td>
<td class="normal">Yes</td>
<td class="normal">Reduced</td>
<td class="normal">None</td>
<td class="normal">None</td>
</tr>
<tr>
<td class="normal titre alg" style="padding-left:15px">Download speed</td>
<td class="normal">Limited</td>
<td class="normal">Limited</td>
<td class="normal">Maximum</td>
<td class="normal">Maximum</td>
</tr>
<tr>
<td class="normal titre alg" style="padding-left:15px">Ads / Captcha</td>
<td class="normal">Yes</td>
<td class="normal">Yes</td>
<td class="normal">None</td>
<td class="normal">None</td>
</tr>
<tr>
<td class="normal titre alg" style="padding-left:15px">Simultaneous downloads</td>
<td class="normal">No</td>
<td class="normal">No</td>
<td class="normal">Yes</td>
<td class="normal">Yes</td>
</tr>
<tr>
<td class="normal titre alg" style="padding-left:15px">Resume download</td>
<td class="normal">No</td>
<td class="normal">No</td>
<td class="normal">Yes</td>
<td class="normal">Yes</td>
</tr>
<tr>
<td class="normal titre alg" style="padding-left:15px">VPN compatibility</td>
<td class="normal">No</td>
<td class="normal">No</td>
<td class="normal">No</td>
<td class="normal">Yes</td>
</tr>
<tr>
<td class="normal titre alg" style="padding-left: 15px">Stored files deletion</td>
<td class="normal">15 days after upload</td>
<td class="normal">30 days after upload without any download</td>
<td class="normal">-</td>
<td class="normal">-</td>
</tr>
<tr>
<td class="normal titre alg" style="padding-left: 15px">Retention after download</td>
<td class="normal">-</td>
<td class="normal">90 days after last download</td>
<td class="normal">-</td>
<td class="normal">-</td>
</tr>
<tr>
<td class="normal titre alg" style="padding-left:15px">Download</td>
<td class="normal" colspan="4">
<a href="https://1fichier.com/login.pl" style="font-weight:bold">Free account</a><br/>
<a href="https://1fichier.com/console/abo.pl" style="font-weight:bold">Premium <span style="color:red">€5 for 1 month</span></a><br/>
<a href="https://1fichier.com/console/abo.pl" style="font-weight:bold">Premium GOLD <span style="color:red">€10 for 1 month</span></a>
<span class="spacer spacer-20"></span>
<button id="dlw" style="box-shadow: 0 4px 12px rgba(0,0,0,0.15);float:none;margin:auto;font-weight:bold;width:300px;height:35px;font-size:14px;border:2px solid red" class="btn-general btn-orange" disabled="disabled">Free download</button>
<span class="spacer spacer-20"></span>
</td>
</tr>
</table>
<div class="alc" style="width:750px;margin:10px auto;text-align:right">
<a href="/tarifs.html">👉 View full offer details</a>
</div>
<span class="spacer spacer-20"></span>
</form>
<span class="spacer spacer-20"></span>
<span class="spacer" style="height:100px"> </span>
<div id="footer">
<div class="center-container">
<a href="https://1fichier.com" title="Back to home page"><img class="gauche" src="https://img.1fichier.com/logo-footer.png" alt="1fichier.com" /></a>
<div id="link-container">
<a href="https://1fichier.com/cgu.html">Legal & Terms</a>
<a href="https://1fichier.com/abus.html">Abuse</a>
<a href="https://1fichier.com/tarifs.html">Prices</a>
<a href="https://1fichier.com/revendeurs.html">Resellers</a>
<a href="https://1fichier.com/hlp.html">Help</a>
<a href="https://1fichier.com/network.html">Speedtest</a>
<a href="https://1fichier.com/contact.html">Contact</a>
<br/>
<a target="_new" href="https://twitter.com/1fichiercom"><img src="https://img.1fichier.com/twitter.png" alt="Twitter" style="padding:0;border:0" /></a>
<a target="_new" href="https://facebook.com/1fichiercom"><img src="https://img.1fichier.com/facebook.png" alt="Facebook" style="padding:0;border:0" /></a>
<a href="https://1fichier.com/api.html" style="vertical-align:top">API</a>
<a target="_new" href="https://dstorage.fr" style="vertical-align:top">DStorage SASU © 2009-2026</a>
</div>
</div>
<span class="spacer"></span>
</div>
<script type="text/javascript">aclib.runInterstitial({zoneId: '3495223',});</script>
</body>
</html>