Advertisement
alberthrocks

FileFactory Partial HTML

Jun 2nd, 2012
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 9.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3.        ___      ___              ___                __                                                            
  4.      /'___\ __ /\_ \           /'___\              /\ \__                                                        
  5.     /\ \__//\_\\//\ \      __ /\ \__/   __      ___\ \ ,_\   ___   _ __   __  __        ___    ___     ___ ___    
  6.     \ \ ,__\/\ \ \ \ \   /'__`\ \ ,__\/'__`\   /'___\ \ \/  / __`\/\`'__\/\ \/\ \      /'___\ / __`\ /' __` __`\  
  7.      \ \ \_/\ \ \ \_\ \_/\  __/\ \ \_/\ \L\.\_/\ \__/\ \ \_/\ \L\ \ \ \/ \ \ \_\ \  __/\ \__//\ \L\ \/\ \/\ \/\ \
  8.       \ \_\  \ \_\/\____\ \____\\ \_\\ \__/.\_\ \____\\ \__\ \____/\ \_\  \/`____ \/\_\ \____\ \____/\ \_\ \_\ \_\
  9.        \/_/   \/_/\/____/\/____/ \/_/ \/__/\/_/\/____/ \/__/\/___/  \/_/   `/___/> \/_/\/____/\/___/  \/_/\/_/\/_/
  10.                                                                               /\___/                              
  11.                                                                               \/__/                              
  12.  
  13.     Welcome to FileFactory.com.  If you want to mirror files onto our site you can find some very basic PHP sample
  14.     code we've created by grabbing the following .zip - http://www.filefactory.com/tool/uploadExample.zip
  15.  
  16.     The sample code is slightly outdated as of April 2012 - but will still function correctly.
  17.    
  18.     If you do run into issues, feel free to send our support team an email
  19.    
  20.     Other than that, we hope you enjoy utilizing our service.
  21. -->
  22.  
  23. <!--[if lt IE 7]> <html lang="en-us" class="no-js lt-ie9 lt-ie8 lt-ie7 bad-browser"> <![endif]-->
  24. <!--[if IE 7]>    <html lang="en-us" class="no-js lt-ie9 lt-ie8 bad-browser"> <![endif]-->
  25. <!--[if IE 8]>    <html lang="en-us" class="no-js lt-ie9"> <![endif]-->
  26. <!--[if gt IE 8]><!--> <html lang="en-us" class="no-js"> <!--<![endif]-->
  27. <head>
  28.     <title>sintel_lite_v2_1.7z - download now for free. File sharing. Software file sharing. Free file hosting. File upload. FileFactory.com</title>
  29.     <meta charset="utf-8">
  30.     <meta name="verify-v1" content="dpE1+tPZDHhp5ftYFue67Jx6oezN6//+0A+NA9qIDKU=" />
  31.     <meta name="robots" content="noodp" />
  32.     <meta name="googlebot" content="noodp" />
  33.         <meta name="keywords" content="file, sharing, file sharing, software file sharing, hosting, file hosting, free file hosting, files hosting, file share, free file sharing, online storage, free online storage, file online storage, file upload, files upload, upload, file storage, file host, free hosting, image hosting" />
  34.     <meta name="description" content="Download sintel_lite_v2_1.7z for free. File sharing and software file sharing. 500GB of free space. Upload and share files." />
  35.        
  36.     <link rel="shortcut icon" href="/favicon.ico"/>
  37.    
  38.     <link rel="stylesheet" type="text/css" href="http://cdn.filefactory.com/css/site.css?v=105216052012" />
  39.     <link rel="stylesheet" type="text/css" href="http://cdn.filefactory.com/css/bouncebox.css?v=105216052012" />
  40.    
  41.     <link rel="stylesheet" type="text/css" href="http://cdn.filefactory.com/css/new/css_menu.css?v=105216052012" />
  42.     <link rel="stylesheet" type="text/css" href="http://cdn.filefactory.com/css/new/css_alerts.css?v=105216052012" />
  43.    
  44.                     <link rel="stylesheet" type="text/css" href="http://cdn.filefactory.com/css/new/css_style.css?v=105216052012" />
  45.                 <link rel="stylesheet" type="text/css" href="http://cdn.filefactory.com/css/new/css_file.css?v=105216052012" />
  46.                
  47.     <!--[if IE 7]><link rel="stylesheet" type="text/css" href="http://cdn.filefactory.com/css/new/css_ie7fix.css?v=105216052012" /><![endif]-->
  48.    
  49.     <!-- modernizer -->
  50.     <script src="http://cdn.filefactory.com/js/modernizr-2.0.6.min.js"></script>
  51.    
  52.     <!-- jQuery -->
  53.         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  54.     <script>window.jQuery || document.write('<script src="http://cdn.filefactory.com/js/jquery/jquery-1.7.1.min.js"><\/script>')</script>  
  55.        
  56.        
  57.     <!-- Check for IE6 (used to disable the login dropdown) -->
  58.     <script type="text/javascript">
  59.         isLTEie6 = false;
  60.     </script>
  61.     <!-- End IE6 check -->
  62.  
  63.     <!-- Alexa -->
  64.     <!-- Ijh_P22-nItmzlLZZB-nNcZV8O0 -->
  65.    
  66.     <!-- Bouncebox -->
  67.     <script type="text/javascript">
  68.         $(function(){
  69.             if ($("#box").length)
  70.             {
  71.                 $('#box').bounceBox();
  72.                 $('#box').bounceBoxToggle();
  73.                
  74.                 var closeBox = function(){
  75.                     $('#box').bounceBoxHide();
  76.                 };
  77.                 var timerInt = setTimeout(closeBox, 10000);
  78.                
  79.                 $('#box').hover(function(){
  80.                     $(this).find(".close").show();
  81.                     clearTimeout(timerInt);
  82.                 }, function(){
  83.                     $(this).find(".close").hide();
  84.                     timerInt = setTimeout(closeBox, 10000);
  85.                 });
  86.                
  87.                 $("#box").find('.close').bind('click', function(e){
  88.                     e.preventDefault();
  89.                     closeBox();
  90.                 });
  91.             }
  92.         });
  93.     </script>
  94.     <!-- /Bouncebox -->
  95. </head>
  96.  
  97. <body class="full">
  98.    
  99.    
  100.     <div id="pageWrapper">
  101.        
  102.                
  103.     <div id="loginContainer">
  104.         <div id="loginBoxShadow">
  105.             <div id="loginBox">
  106.                 <div style="position: relative;">
  107.                     <div id="pointy"></div>
  108.                     <div id="closeIcon">
  109.                         <img id="closePanel" src="http://cdn.filefactory.com/img/common/icons/signin.close.png" alt="Close Panel" />
  110.                     </div>
  111.                 </div>
  112.                
  113.                 <h2>Member Sign in</h2>
  114.                 <form name="quickLogin" action="" method="POST" style="margin: 0;">
  115.                     <input type="hidden" name="redirect" value="/file/b55h1hf/n/sintel_lite_v2_1.7z"/>
  116.                     <ul>
  117.                         <li>
  118.                             <label>Email:</label>
  119.                             <input type="text" name="email" title="Your Email"/>
  120.                         </li>
  121.                         <li>
  122.                             <label>Password:</label>
  123.                             <input type="password" name="password" title="Password"/>
  124.                         </li>
  125.                         <li class="button">
  126.                             <button id="signinButton" type="submit" class="small blue capitalize">Sign in</button>
  127.                                                     </li>
  128.                     </ul>
  129.                 </form>
  130.                 <div style="clear: both;"></div>
  131.                
  132.                 <p style="padding: 5px 0 5px 10px; margin: 0;">
  133.                     <a href="/member/reset.php" id="forgotPassword">Problems? Recover your account.</a>
  134.                 </p>
  135.                
  136.                             </div>
  137.             <div style="clear: both;"></div>
  138.         </div>
  139.     </div> 
  140.    
  141.     <!-- Page content -->
  142.     <header id="header">
  143.         <div class="wrap"> 
  144.             <hgroup id="logos">
  145.                 <h1><a href="/">FileFactory</a></h1>
  146.             </hgroup>
  147.            
  148.                         <nav id="navigation">
  149.                 <ul>
  150.                                        
  151.                     <!-- premium -->
  152.                     <li class="top premium">
  153.                         <a href="/premium/"><span>Premium</span></a>
  154.                         <ul>
  155.                                                         <li class="arrow"></li>
  156.                             <li class="only"><a href="/premium/">Upgrade account</a></li>
  157.                                                     </ul>
  158.                     </li>
  159.                    
  160.                                        
  161.                     <li class="top tools">
  162.                         <a href="/tool/"><span>Tools</span></a>
  163.                         <ul>
  164.                             <li class="arrow"></li>
  165.                             <li class="first"><a href="/tool/links.php">Link Checker</a></li>
  166.                             <li><a href="/tool/folder.php">Folder Widget</a></li>
  167.                             <li><a href="/tool/refer.php">Tell a Friend</a></li>
  168.                             <li><a href="/tool/turbo.php">Turbo</a></li>
  169.                             <li class="last"><a href="/tool/buttons.php">Promotional Tools</a></li>
  170.                         </ul>
  171.                     </li>
  172.                    
  173.                     <li class="top help">
  174.                         <a href="/help/"><span>Help</span></a>
  175.                         <ul>
  176.                             <li class="arrow"></li>
  177.                             <li class="first hasMore">
  178.                                 <a href="/help/">Support</a>
  179.                                 <ul>
  180.                                     <li class="first"><a href="http://support.filefactory.com/" target="_blank">Support Center</a></li>
  181.                                     <li><a href="http://support.filefactory.com/" target="_blank">Submit Ticket</a></li>
  182.                                     <li><a href="/member/forgotpass.php">Reset Password</a></li>
  183.                                     <li><a href="/contact/diagnostics.php">Diagnostics</a></li>
  184.                                     <li class="last"><a href="/member/reset.php">Recover Lost Account</a></li>
  185.                                 </ul>
  186.                             </li>
  187.                             <li class="last hasMore">
  188.                                 <a href="/help/about.php">Information</a>
  189.                                 <ul>
  190.                                     <li class="first"><a href="/help/about.php">About Us</a></li>
  191.                                     <li><a href="/help/sitemap.php">Site Map</a></li>
  192.                                     <li><a href="/contact/contact.php">Contact Us</a></li>
  193.                                     <li><a href="/legal/dmca.php">DMCA Policy</a></li>
  194.                                     <li><a href="/legal/privacy.php">Privacy Policy</a></li>
  195.                                     <li><a href="/legal/terms.php">Fair Use Policy</a></li>
  196.                                     <li class="last"><a href="/legal/terms.php">Terms and Conditions</a></li>
  197.                                 </ul>
  198.                             </li>
  199.                         </ul>
  200.                     </li>
  201.                 </ul>
  202.             </nav>
  203.            
  204.             <menu id="userMenu">
  205.                                 <a href="/member/login.php" id="quicksubmit">Sign In?</a>
  206.                 <a href="/member/signup.php">Join</a>
  207.                             </menu>
  208.         </div>
  209.     </header>
  210.    
  211.     <div id="main" >
  212.         <div id="crumbtrail">
  213.                                     <a href="/" class="">Home</a>  
  214.                                                 <span class="last">sintel_lite_v2_1.7z</span>
  215.                                 </div>
  216.        
  217.                
  218.         <div id="content">
  219.        
  220.        
  221.        
  222.     <div id="mainDownload">
  223.         <header id="downloadFileData">
  224.             <h1>
  225.                             sintel&#8203;_lite&#8203;_v2_1&#8203;.7z            </h1>
  226.             <h2>6.07 MB file uploaded February 12, 2011.</h2>
  227.         </header>
  228.        
  229.                 <section id="downloadPremium">
  230.             <section id="premiumBenefits">
  231.     <h1>Upgrade to FileFactory Premium and receive all these benefits</h1>
  232.     <ul class="checklist inline cols3">
  233.         <li>Unlimited download speeds</li>
  234.         <li>Unlimited parallel downloads</li>
  235.         <li>No wait - instant downloads</li>
  236.         <li>Download accelerator support</li>
  237.         <li>Resume aborted downloads</li>
  238.         <li>Absolutely no ads</li>
  239.         <li>Unlimited storage space</li>
  240.         <li>FTP upload support</li>
  241.         <li>Hotlink your files</li>
  242.     </ul>
  243. </section>
  244. <!-- section#premiumBenefits -->
  245. <section id="premiumDeals" class="clearFix">
  246.             <div class="bestDeal deal deal1">
  247.                         <p class="ribbonBestDeal">Best deal</p>
  248.             <p class="ribbonRed best">730 days</p>
  249.                         <p class="price">$129</p>
  250.             <p class="priceValue">Only $0.18 cents a day</p>
  251.             <a href="/premium/package.php?packageID=5&amp;currency=USD&amp;discountCode=" class="button orange flat small">Buy Now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement