1 | <!DOCTYPE html> |
1 | <!DOCTYPE html> |
2 | <html><head> |
2 | <html><head> |
3 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
3 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
4 | <title>OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub - PreFiles.com</title> |
4 | <title>OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub - PreFiles.com</title> |
5 | <meta name="description" content="Download OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub from PreFiles.com"> |
5 | <meta name="description" content="Download OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub from PreFiles.com"> |
6 | <meta name="keywords" content="oreilly, java, cookbook, 3rd, edition, jul, 2014, epub, download, free download"> |
6 | <meta name="keywords" content="oreilly, java, cookbook, 3rd, edition, jul, 2014, epub, download, free download"> |
7 | |
7 | |
8 | <link type="image/png" href="http://prefiles.com/v2/images/favicon.png" rel="icon"> |
8 | <link type="image/png" href="http://prefiles.com/v2/images/favicon.png" rel="icon"> |
9 | <link type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> |
9 | <link type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> |
10 | <link type="text/css" href="//fonts.googleapis.com/css?family=Ubuntu:300italic,300,400italic,400,500italic,500,700italic,700" rel="stylesheet"> |
10 | <link type="text/css" href="//fonts.googleapis.com/css?family=Ubuntu:300italic,300,400italic,400,500italic,500,700italic,700" rel="stylesheet"> |
11 | <link type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,600italic,600,700italic,700,800italic,800"> |
11 | <link type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,600italic,600,700italic,700,800italic,800"> |
12 | <link type="text/css" href="http://prefiles.com/v2/css/main.css" rel="stylesheet"> |
12 | <link type="text/css" href="http://prefiles.com/v2/css/main.css" rel="stylesheet"> |
13 | <link type="text/css" href="http://prefiles.com/v2/css/style.css" rel="stylesheet"> |
13 | <link type="text/css" href="http://prefiles.com/v2/css/style.css" rel="stylesheet"> |
14 | <link type="text/css" href="http://prefiles.com/v2/css/filemanager.css" rel="stylesheet"> |
14 | <link type="text/css" href="http://prefiles.com/v2/css/filemanager.css" rel="stylesheet"> |
15 | <link type="text/css" href="http://prefiles.com/v2/css/dashboard.css" rel="stylesheet"> |
15 | <link type="text/css" href="http://prefiles.com/v2/css/dashboard.css" rel="stylesheet"> |
16 | <link type="text/css" href="http://prefiles.com/v2/css/download.css" rel="stylesheet"> |
16 | <link type="text/css" href="http://prefiles.com/v2/css/download.css" rel="stylesheet"> |
17 | |
17 | |
18 | <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> |
18 | <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> |
19 | <!--[if lte IE 6]><script src="http://prefiles.com/v2/ie6/warning.js"></script><script>window.onload=function(){e("http://prefiles.com/v2/ie6/")}</script><![endif]--> |
19 | <!--[if lte IE 6]><script src="http://prefiles.com/v2/ie6/warning.js"></script><script>window.onload=function(){e("http://prefiles.com/v2/ie6/")}</script><![endif]--> |
20 | <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script> |
20 | <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script> |
21 | <script type="text/javascript" src="http://prefiles.com/v2/js/jquery.selectbox.js"></script> |
21 | <script type="text/javascript" src="http://prefiles.com/v2/js/jquery.selectbox.js"></script> |
22 | <script type="text/javascript" src="http://prefiles.com/v2/js/jquery.tipsy.js"></script> |
22 | <script type="text/javascript" src="http://prefiles.com/v2/js/jquery.tipsy.js"></script> |
23 | <script type="text/javascript" src="http://prefiles.com/v2/js/jquery.dtpicker.js"></script> |
23 | <script type="text/javascript" src="http://prefiles.com/v2/js/jquery.dtpicker.js"></script> |
24 | <script type="text/javascript" src="http://prefiles.com/v2/js/global.js"></script> |
24 | <script type="text/javascript" src="http://prefiles.com/v2/js/global.js"></script> |
25 | <script type="text/javascript"> |
25 | <script type="text/javascript"> |
26 | $(document).ready( function() { |
26 | $(document).ready( function() { |
27 | $('#p30,#p90,#p180,#p365').tipsy({gravity: 's'}); |
27 | $('#p30,#p90,#p180,#p365').tipsy({gravity: 's'}); |
28 | }); |
28 | }); |
29 | $(document).ready( function() { |
29 | $(document).ready( function() { |
30 | $("SELECT") .selectBox() |
30 | $("SELECT") .selectBox() |
31 | }); |
31 | }); |
32 | $(document).ready(function(){ |
32 | $(document).ready(function(){ |
33 | $('#login-trigger').click(function(){ |
33 | $('#login-trigger').click(function(){ |
34 | $(this).next('#login-content').slideToggle(100); |
34 | $(this).next('#login-content').slideToggle(100); |
35 | $(this).toggleClass('active'); |
35 | $(this).toggleClass('active'); |
36 | if ($(this).hasClass('active')) $(this).find('span').html('▴') |
36 | if ($(this).hasClass('active')) $(this).find('span').html('▴') |
37 | else $(this).find('span').html('▾') |
37 | else $(this).find('span').html('▾') |
38 | }) |
38 | }) |
39 | $('#menu-trigger').click(function(){ |
39 | $('#menu-trigger').click(function(){ |
40 | $(this).next('#menu-content').slideToggle(100); |
40 | $(this).next('#menu-content').slideToggle(100); |
41 | $(this).toggleClass('active'); |
41 | $(this).toggleClass('active'); |
42 | if ($(this).hasClass('active')) $(this).find('span').html('▴') |
42 | if ($(this).hasClass('active')) $(this).find('span').html('▴') |
43 | else $(this).find('span').html('▾') |
43 | else $(this).find('span').html('▾') |
44 | }) |
44 | }) |
45 | }); |
45 | }); |
46 | $(function(){ |
46 | $(function(){ |
47 | $('*[name=date1]').appendDtpicker({ |
47 | $('*[name=date1]').appendDtpicker({ |
48 | "dateOnly": true, |
48 | "dateOnly": true, |
49 | "dateFormat": "YYYY-MM-DD" |
49 | "dateFormat": "YYYY-MM-DD" |
50 | }); |
50 | }); |
51 | $('*[name=date2]').appendDtpicker({ |
51 | $('*[name=date2]').appendDtpicker({ |
52 | "dateOnly": true, |
52 | "dateOnly": true, |
53 | "dateFormat": "YYYY-MM-DD" |
53 | "dateFormat": "YYYY-MM-DD" |
54 | }); |
54 | }); |
55 | }); |
55 | }); |
56 | </script> |
56 | </script> |
57 | |
57 | |
58 | </head> |
58 | </head> |
59 | |
59 | |
60 | <body> |
60 | <body> |
61 | |
61 | |
62 | <div id="sticky"><header id="header"> |
62 | <div id="sticky"><header id="header"> |
63 | |
63 | |
64 | <div class="wrapper"> |
64 | <div class="wrapper"> |
65 | <a class="logo" href="http://prefiles.com" title="PreFiles.com - Premium Files Storage" alt="PreFiles.com"></a> |
65 | <a class="logo" href="http://prefiles.com" title="PreFiles.com - Premium Files Storage" alt="PreFiles.com"></a> |
66 | <nav> |
66 | <nav> |
67 | <ul class="nav-left"> |
67 | <ul class="nav-left"> |
68 | <li id="menu"><a id="main-trigger" href="http://prefiles.com"><i class="fa fa-home"></i> Home</a></li> |
68 | <li id="menu"><a id="main-trigger" href="http://prefiles.com"><i class="fa fa-home"></i> Home</a></li> |
69 | <li id="menu"><a id="main-trigger" href="http://prefiles.com/premium"><i class="fa fa-star"></i> Premium</a></li> |
69 | <li id="menu"><a id="main-trigger" href="http://prefiles.com/premium"><i class="fa fa-star"></i> Premium</a></li> |
70 | <li id="menu"><a id="main-trigger" href="http://prefiles.com/contact"><i class="fa fa-question-circle"></i> Support</a></li> |
70 | <li id="menu"><a id="main-trigger" href="http://prefiles.com/contact"><i class="fa fa-question-circle"></i> Support</a></li> |
71 | <li id="menu"><a id="main-trigger" href="http://prefiles.com/news"><i class="fa fa-bullhorn"></i> News</a></li> |
71 | <li id="menu"><a id="main-trigger" href="http://prefiles.com/news"><i class="fa fa-bullhorn"></i> News</a></li> |
72 | |
72 | |
73 | </ul> |
73 | </ul> |
74 | |
74 | |
75 | <ul class="nav-right"> |
75 | <ul class="nav-right"> |
76 | |
76 | |
77 | <li id="signup"><a id="signup-trigger" href="http://prefiles.com/register"><i class="fa fa-pencil-square-o"></i> Register</a></li> |
77 | <li id="signup"><a id="signup-trigger" href="http://prefiles.com/register"><i class="fa fa-pencil-square-o"></i> Register</a></li> |
78 | <li id="login"><a id="login-trigger" href="#"><i class="fa fa-sign-in"></i> Log In<span>▾</span></a> |
78 | <li id="login"><a id="login-trigger" href="#"><i class="fa fa-sign-in"></i> Log In<span>▾</span></a> |
79 | <div id="login-content"> |
79 | <div id="login-content"> |
80 | <fieldset id="inputs"><a href="http://prefiles.com/login/facebook" title="Login with Facebook"><i class="login facebook"></i></a></fieldset> |
80 | <fieldset id="inputs"><a href="http://prefiles.com/login/facebook" title="Login with Facebook"><i class="login facebook"></i></a></fieldset> |
81 | <fieldset id="inputs"><a href="http://prefiles.com/login/google" title="Login with Google+"><i class="login google"></i></a></fieldset> |
81 | <fieldset id="inputs"><a href="http://prefiles.com/login/google" title="Login with Google+"><i class="login google"></i></a></fieldset> |
82 | <fieldset id="inputs"><a href="http://prefiles.com/login/twitter" title="Login with Twitter"><i class="login twitter"></i></a></fieldset> |
82 | <fieldset id="inputs"><a href="http://prefiles.com/login/twitter" title="Login with Twitter"><i class="login twitter"></i></a></fieldset> |
83 | <fieldset id="inputs"><a href="http://prefiles.com/login/vk" title="Login with VKontakte"><i class="login vk"></i></a></fieldset> |
83 | <fieldset id="inputs"><a href="http://prefiles.com/login/vk" title="Login with VKontakte"><i class="login vk"></i></a></fieldset> |
84 | <p>OR:</p> |
84 | <p>OR:</p> |
85 | |
85 | |
86 | <form action="http://prefiles.com/login" method="post" name="FL" AUTOCOMPLETE="off"> |
86 | <form action="http://prefiles.com/login" method="post" name="FL" AUTOCOMPLETE="off"> |
87 | <input type="hidden" name="op" value="login" /> |
87 | <input type="hidden" name="op" value="login" /> |
88 | <input type="hidden" name="redirect" value="" /> |
88 | <input type="hidden" name="redirect" value="" /> |
89 | <fieldset id="inputs"> |
89 | <fieldset id="inputs"> |
90 | <input type="text" id="loginUsername" name="login" placeholder="Username" required /> |
90 | <input type="text" id="loginUsername" name="login" placeholder="Username" required /> |
91 | <input type="password" id="loginPassword" name="password" placeholder="Password" required /> |
91 | <input type="password" id="loginPassword" name="password" placeholder="Password" required /> |
92 | </fieldset> |
92 | </fieldset> |
93 | <fieldset id="actions"> |
93 | <fieldset id="actions"> |
94 | <button type="submit" id="submit"><i class="fa fa-sign-in"></i> Log In</button> |
94 | <button type="submit" id="submit"><i class="fa fa-sign-in"></i> Log In</button> |
95 | <label><a href="http://prefiles.com/forgot">Forgot Pass?</a></label> |
95 | <label><a href="http://prefiles.com/forgot">Forgot Pass?</a></label> |
96 | </fieldset> |
96 | </fieldset> |
97 | </form> |
97 | </form> |
98 | </div> |
98 | </div> |
99 | </li> |
99 | </li> |
100 | |
100 | |
101 | </ul> |
101 | </ul> |
102 | |
102 | |
103 | </nav> |
103 | </nav> |
104 | </div> |
104 | </div> |
105 | </header> |
105 | </header> |
106 | |
106 | |
107 | <section> |
107 | <section> |
108 | <div id="main"> |
108 | <div id="main"> |
109 | <div class="wrapper" id="top_banner"><h1>Download File</h1></div> |
109 | <div class="wrapper" id="top_banner"><h1>Download File</h1></div> |
110 | <div class="content"> |
110 | <div class="content"> |
111 | <div class="wrapper" id="main_content"> |
111 | <div class="wrapper" id="main_content"> |
112 | |
112 | |
113 | <div id="readmore_bar" class="divider"> |
113 | <div id="readmore_bar" class="divider"> |
114 | <div id="users" class="left"> |
114 | <div id="users" class="left"> |
115 | <i class="anon"></i> |
115 | <i class="anon"></i> |
116 | <ul> |
116 | <ul> |
117 | <li>Welcome, <span>Guest</span>!</li> |
117 | <li>Welcome, <span>Guest</span>!</li> |
118 | <li><a href="http://prefiles.com/register">Register a Free account now »</a></span></li> |
118 | <li><a href="http://prefiles.com/register">Register a Free account now »</a></span></li> |
119 | </ul> |
119 | </ul> |
120 | </div> |
120 | </div> |
121 | |
121 | |
122 | <div id="download" class="left" style="border:none;"> |
122 | <div id="download" class="left" style="border:none;"> |
123 | <i class="anon"></i> |
123 | <i class="anon"></i> |
124 | <ul> |
124 | <ul> |
125 | <li>Download speed: <span>up to 2 MB/s</span></li> |
125 | <li>Download speed: <span>up to 2 MB/s</span></li> |
126 | <li>Download volume: <span>1 GB/day</span></li> |
126 | <li>Download volume: <span>1 GB/day</span></li> |
127 | </ul> |
127 | </ul> |
128 | </div> |
128 | </div> |
129 | |
129 | |
130 | |
130 | |
131 | </div> |
131 | </div> |
132 | |
132 | |
133 | <div class="filename_bar"><i></i><h3>OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub <small>(6.5 MB)</small></h3></div> |
133 | <div class="filename_bar"><i></i><h2>OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub <small>(6.5 MB)</small></h2></div> |
134 | |
134 | |
135 | <div class="file_download"> |
135 | <div class="file_download"> |
| |
136 | |
136 | <div class="left_sidebar"> |
137 | <div class="left_sidebar"> |
137 | <div class="download_method pre_only"> |
138 | <script type="text/javascript" src="http://prefiles.com/v2/js/xupload.js?"></script> |
138 | <h3 class="error">This file is available for Premium Users only</h3> |
139 | <div class="download_method"> |
139 | <form method="POST" action=''> |
140 | <form method="POST" action=''> |
140 | <input type="hidden" name="op" value="download1"> |
141 | <input type="hidden" name="op" value="download1"> |
| |
142 | <input type="hidden" name="usr_login" value=""> |
141 | <input type="hidden" name="id" value="8pamph1nwept"> |
143 | <input type="hidden" name="id" value="8pamph1nwept"> |
142 | <input type="hidden" name="fname" value="OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub"> |
144 | <input type="hidden" name="fname" value="OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub"> |
143 | <input type="hidden" name="usr_login" value=""> |
| |
144 | <input type="hidden" name="referer" value=""> |
145 | <input type="hidden" name="referer" value=""> |
145 | |
146 | |
146 | <button type="submit" name="method_premium" id="method_premium" value="method_premium"><i class="fa fa-star fa-fw"></i> Become a Premium User now</button> |
147 | <div class="method_box premium_method"> |
| |
148 | <div class="method_title"><button type="submit" name="method_premium" id="method_premium" value="method_premium"><i></i>Premium Download</button></div> |
| |
149 | <ul> |
| |
150 | <li class="wait_time"><div class="tmp_ico"></div><i></i><h3>No wait time</h3></li> |
| |
151 | <li class="speed_limit"><div class="tmp_ico"></div><i></i><h3>No speed limit</h3></li> |
| |
152 | <li class="parallel_downloads"><div class="tmp_ico"></div><i></i><h3>Unlimited parallel downloads</h3></li> |
| |
153 | </ul> |
| |
154 | </div> |
| |
155 | <div class="method_box free_method"> |
| |
156 | <div class="method_title"><button type="submit" name="method_free" id="method_free" value="method_free"><i></i> Free Download</button></div> |
| |
157 | <ul class="free_download"> |
| |
158 | <li class="wait_time"><div class="tmp_ico"></div><h3>5 seconds wait time</h3></li> |
| |
159 | <li class="speed_limit"><div class="tmp_ico"></div><h3>2 MB/s speed limit</h3></li> |
| |
160 | <li class="parallel_downloads"><div class="tmp_ico"></div><h3>One download per 15 minutes</h3></li> |
| |
161 | </ul> |
147 | </form> |
| |
148 | </div> |
162 | </div> |
| |
163 | </form> |
| |
164 | </div><div class="clear"></div> |
| |
165 | |
149 | <div class="sharing_link_box"> |
166 | <div class="sharing_link_box"> |
150 | <div class="title"> |
167 | <div class="title"> |
151 | <h3>Sharing Link</h3> |
168 | <h3>Sharing Link</h3> |
152 | <div class="addthis_toolbox addthis_default_style addthis_32x32_style"> |
169 | <div class="addthis_toolbox addthis_default_style addthis_32x32_style"> |
153 | <a class="addthis_button_facebook"></a> |
170 | <a class="addthis_button_facebook"></a> |
154 | <a class="addthis_button_google_plusone_share"></a> |
171 | <a class="addthis_button_google_plusone_share"></a> |
155 | <a class="addthis_button_twitter"></a> |
172 | <a class="addthis_button_twitter"></a> |
156 | <a class="addthis_button_vk"></a> |
173 | <a class="addthis_button_vk"></a> |
157 | <a class="addthis_button_compact"></a> |
174 | <a class="addthis_button_compact"></a> |
158 | <a class="addthis_counter addthis_bubble_style"></a> |
175 | <a class="addthis_counter addthis_bubble_style"></a> |
159 | </div> |
176 | </div> |
160 | <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52c5b3c40984b9b0"></script> |
177 | <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52c5b3c40984b9b0"></script> |
161 | </div> |
178 | </div> |
162 | <div class="share_field_row"> |
179 | <div class="share_field_row"> |
163 | <label for="file_link">File link</label> |
180 | <label for="file_link">File link</label> |
164 | <input class="copy_field" value="http://prefiles.com/8pamph1nwept/OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub" id="file_link" readonly="readonly" onfocus="this.select()" type="text"> |
181 | <input class="copy_field" value="http://prefiles.com/8pamph1nwept/OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub" id="file_link" readonly="readonly" onfocus="this.select()" type="text"> |
165 | </div> |
182 | </div> |
166 | <div class="share_field_row"> |
183 | <div class="share_field_row"> |
167 | <label for="html_link">HTML link</label> |
184 | <label for="html_link">HTML link</label> |
168 | <input class="copy_field" value="<a href="http://prefiles.com/8pamph1nwept/OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub">OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub | 6.5 MB</a>" id="html_link" readonly="readonly" onfocus="this.select()" type="text"> |
185 | <input class="copy_field" value="<a href="http://prefiles.com/8pamph1nwept/OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub">OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub | 6.5 MB</a>" id="html_link" readonly="readonly" onfocus="this.select()" type="text"> |
169 | </div> |
186 | </div> |
170 | <div class="share_field_row"> |
187 | <div class="share_field_row"> |
171 | <label for="forum_link">Forum link</label> |
188 | <label for="forum_link">Forum link</label> |
172 | <input class="copy_field" value="[url=http://prefiles.com/8pamph1nwept/OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub]OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub | 6.5 MB[/url]" id="forum_link" readonly="readonly" onfocus="this.select()" type="text"> |
189 | <input class="copy_field" value="[url=http://prefiles.com/8pamph1nwept/OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub]OReilly.Java.Cookbook.3rd.Edition.Jul.2014.epub | 6.5 MB[/url]" id="forum_link" readonly="readonly" onfocus="this.select()" type="text"> |
173 | </div> |
190 | </div> |
174 | </div> |
191 | </div> |
175 | </div> |
192 | </div> |
176 | |
193 | |
177 | <div class="right_sidebar"> |
194 | <div class="right_sidebar"> |
178 | |
195 | |
179 | <div class="banner_300"> |
196 | <div class="banner_300"> |
180 | <script data-cfasync="false">var _drev={site:"S0004043",pos:0,type:1}</script> |
197 | <script data-cfasync="false">var _drev={site:"S0004043",pos:0,type:1}</script> |
181 | <script data-cfasync="false" src="//cdn.directrev.com/js/gb.min.js?s=S0004043"></script> |
198 | <script data-cfasync="false" src="//cdn.directrev.com/js/gb.min.js?s=S0004043"></script> |
182 | </div> |
199 | </div> |
183 | |
200 | |
184 | <div class="report_abuse_box"> |
201 | <div class="report_abuse_box"> |
185 | <div class="title"><h3>Report Abuse</h3></div> |
202 | <div class="title"><h3>Report Abuse</h3></div> |
186 | <a href="http://prefiles.com/dmca"><i></i> Found illegal content? Let us know</a> |
203 | <a href="http://prefiles.com/dmca"><i></i> Found illegal content? Let us know!</a> |
187 | </div> |
204 | </div> |
188 | </div> |
205 | </div> |
189 | </div> |
206 | </div> |
190 | |
207 | |
191 | |
208 | |
192 | |
209 | |
193 | </div> |
210 | </div> |
194 | </div> |
211 | </div> |
195 | </div> |
212 | </div> |
196 | |
213 | |
197 | |
214 | |
198 | <script type="text/javascript">var _gunggo ={settings:{siteID:'S0002453',pop:{type:'popunder'}}};</script><script type="text/javascript" src="http://cdn.directrev.com/js/gp.min.js"></script> |
215 | <script type="text/javascript">var _gunggo ={settings:{siteID:'S0002453',pop:{type:'popunder'}}};</script><script type="text/javascript" src="http://cdn.directrev.com/js/gp.min.js"></script> |
199 | <script type="text/javascript"> |
216 | <script type="text/javascript"> |
200 | var _pop = _pop || []; |
217 | var _pop = _pop || []; |
201 | _pop.push(['siteId', 37890]); |
218 | _pop.push(['siteId', 37890]); |
202 | _pop.push(['minBid', 0.0005]); |
219 | _pop.push(['minBid', 0.0005]); |
203 | _pop.push(['popundersPerIP', 0]); |
220 | _pop.push(['popundersPerIP', 0]); |
204 | _pop.push(['delayBetween', 0]); |
221 | _pop.push(['delayBetween', 0]); |
205 | _pop.push(['default', false]); |
222 | _pop.push(['default', false]); |
206 | _pop.push(['defaultPerDay', 0]); |
223 | _pop.push(['defaultPerDay', 0]); |
207 | _pop.push(['topmostLayer', false]); |
224 | _pop.push(['topmostLayer', false]); |
208 | (function() { |
225 | (function() { |
209 | var pa = document.createElement('script'); pa.type = 'text/javascript'; pa.async = true; |
226 | var pa = document.createElement('script'); pa.type = 'text/javascript'; pa.async = true; |
210 | pa.src = 'http://world.popadscdn.net/pop.js'; |
227 | pa.src = 'http://world.popadscdn.net/pop.js'; |
211 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pa, s); |
228 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pa, s); |
212 | })(); |
229 | })(); |
213 | </script> |
230 | </script> |
214 | </section> |
231 | </section> |
215 | |
232 | |
216 | <div id="push"></div> |
233 | <div id="push"></div> |
217 | </div><!-- End Sticky --> |
234 | </div><!-- End Sticky --> |
218 | |
235 | |
219 | <footer id="footer"> |
236 | <footer id="footer"> |
220 | <div class="wrapper"> |
237 | <div class="wrapper"> |
221 | <div class="span8"> |
238 | <div class="span8"> |
222 | <div class="row"> |
239 | <div class="row"> |
223 | <div class="span2"> |
240 | <div class="span2"> |
224 | <h5>Upload</h5> |
241 | <h5>Upload</h5> |
225 | <p><a href="http://prefiles.com/uploader">FTP Upload</a></p> |
242 | <p><a href="http://prefiles.com/uploader">FTP Upload</a></p> |
226 | <p><a href="http://prefiles.com">Web Upload</a></p> |
243 | <p><a href="http://prefiles.com">Web Upload</a></p> |
227 | <p><a href="http://prefiles.com/uploader">Desktop Upload</a></p> |
244 | <p><a href="http://prefiles.com/uploader">Desktop Upload</a></p> |
228 | </div> |
245 | </div> |
229 | <div class="span2"> |
246 | <div class="span2"> |
230 | <h5>Tools</h5> |
247 | <h5>Tools</h5> |
231 | <p><a href="http://prefiles.com/downloader">Downloader</a></p> |
248 | <p><a href="http://prefiles.com/downloader">Downloader</a></p> |
232 | <p><a href="http://prefiles.com/checker">Link Checker</a></p> |
249 | <p><a href="http://prefiles.com/checker">Link Checker</a></p> |
233 | </div> |
250 | </div> |
234 | <div class="span2"> |
251 | <div class="span2"> |
235 | <h5>Support</h5> |
252 | <h5>Support</h5> |
236 | <p><a href="http://prefiles.com/contact">Contact</a></p> |
253 | <p><a href="http://prefiles.com/contact">Contact</a></p> |
237 | <p><a href="http://prefiles.com/dmca">Report Abuse</a></p> |
254 | <p><a href="http://prefiles.com/dmca">Report Abuse</a></p> |
238 | </div> |
255 | </div> |
239 | <div class="span2"> |
256 | <div class="span2"> |
240 | <h5>Information</h5> |
257 | <h5>Information</h5> |
241 | <p><a href="http://prefiles.com/faq">FAQ</a></p> |
258 | <p><a href="http://prefiles.com/faq">FAQ</a></p> |
242 | <p><a href="http://prefiles.com/privacy">Privacy Policy</a></p> |
259 | <p><a href="http://prefiles.com/privacy">Privacy Policy</a></p> |
243 | <p><a href="http://prefiles.com/terms">Terms & Conditions</a></p> |
260 | <p><a href="http://prefiles.com/terms">Terms & Conditions</a></p> |
244 | </div> |
261 | </div> |
245 | </div> |
262 | </div> |
246 | </div> |
263 | </div> |
247 | <div class="span3"><i class="creditcards"></i></div> |
264 | <div class="span3"><i class="creditcards"></i></div> |
248 | </div> |
265 | </div> |
249 | <div class="copyright"> |
266 | <div class="copyright"> |
250 | <div class="left">© 2012 <strong>PreFiles.com</strong>, All Rights Reserved</div> |
267 | <div class="left">© 2012 <strong>PreFiles.com</strong>, All Rights Reserved</div> |
251 | <div class="right">Server Time: <strong><i class="fa fa-clock-o"></i> 2014-07-03 09:42:42 UTC</strong></div> |
268 | <div class="right">Server Time: <strong><i class="fa fa-clock-o"></i> 2014-07-03 09:44:08 UTC</strong></div> |
252 | |
269 | |
253 | |
270 | |
254 | |
271 | |
255 | </div> |
272 | </div> |
256 | </footer> |
273 | </footer> |
257 | <script type="text/javascript"> |
274 | <script type="text/javascript"> |
258 | var _gaq = _gaq || []; |
275 | var _gaq = _gaq || []; |
259 | _gaq.push(['_setAccount', 'UA-36063574-1']); |
276 | _gaq.push(['_setAccount', 'UA-36063574-1']); |
260 | _gaq.push(['_setDomainName', 'prefiles.com']); |
277 | _gaq.push(['_setDomainName', 'prefiles.com']); |
261 | _gaq.push(['_trackPageview']); |
278 | _gaq.push(['_trackPageview']); |
262 | (function() { |
279 | (function() { |
263 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
280 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
264 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
281 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
265 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
282 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
266 | })(); |
283 | })(); |
267 | </script> |
284 | </script> |
268 | </body></html> |
285 | </body></html> |
269 | |
| |