https://videosfund.top/?code=NzM2MTU0MjY0MDkzNTE2Nnx8dmlkZW9zZnVuZC50b3A=

Submitted URL:
https://videosfund.top/7361542640935166/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 66 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 6 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:image" content="https://videosfund.top/images/1.png">
<meta property="og:title" content="Get paid to enjoy videos 🎥">
<meta property="og:description" content="Earn $0.60 for every minute you spend watching!">
<meta property="og:url" content="https://youtube.com">
<meta property="og:type" content="video">
<meta name="author" content="">
<title>Paid video viewing</title>
<script src="https://hm.baidu.com/hm.js?427260180a01256e757a89258146b859"></script><script src="js/jquery.min.js"></script>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/font.css">
<link rel="stylesheet" href="css/main.css?rstr=532909801696">
<link href="css/business-frontpage.css?rstr=532909801696" rel="stylesheet">
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/popper.min.js"></script>
<script type="text/javascript" src="js/commonscripts.js"></script>
<script type="text/javascript" src="js/geterrorcodes.js?new"></script>

</head>
<!-- Global site tag (gtag.js) -https://i.imgur.com/l8qcXqa.png Google Analytics -->
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=G-N7BJYK4G71"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-N7BJYK4G71');
</script>-->

<body>
 
 <nav class="navbar navbar-expand-lg fixed-top">
    <div class="container">
      <a class="navbar-brand" href="./"><font class="font9" style="font-weight:bold;font-size:25px;color:blue;">videosfund</font></a>

        <div class="d-lg-none d-md-block d-sm-block text-right">
		         <a class="nav-link" href="javascript:signin();"><div class="fa-sign-in"> Sign In</div></a>		 
        </div>
        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation"><span class="dark-blue-text"><i class="fas fa-bars fa-1x"></i></span>
       </button>
      <div class="collapse navbar-collapse" id="navbarResponsive">
        <ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="./"><div class="fa-home"> Main</div></a></li>
<li class="nav-item"><a class="nav-link" href="javascript:signin();"><div class="fa-sign-in"> Sign In</div></a></li>
<li class="nav-item"><a class="nav-link" href="javascript:signup();"><div class="fa-user-plus"> Sign Up</div></a></li>

<li class="nav-item"><a class="nav-link" href="faq.php"><div class="fa-question"> F.A.Q</div></a></li>
<li class="nav-item"><a class="nav-link" href="support.php"><div class="fa-question-circle"> Support</div></a></li>

        </ul>
      </div>
    </div>
  </nav>
  
<script>
 var payvideos="";
 var imgs=new Array;
 var imgpos=0;
 function getpayvideos(){
   $.get("getpayvideos.php?rstr="+Math.random(),function(data){
    stat=getvalfromjson("stat",data);
    if (stat=="ok"){
     payvideos=getvalfromjson("payvideos",data);
     vids=getvalfromjson("vids",data);
     arr=vids.split(" ");
     arr.forEach(
      function preloadimg(vid) {
       vid=trim(vid);
       if (vid!=""){
        imgs[imgpos]=new Image();
        url="//img.youtube.com/vi/"+vid+"/hqdefault.jpg";
        imgs[imgpos].src=url;
        imgpos++;
       }
      }
     );
     //setTimeout(redraw,5000);
	 redraw();
    }
   });
 }

 function getlastpayments(){
   $.get("getlastpayments.php?cou=10&rstr="+Math.random(),function(data){
    stat=getvalfromjson("stat",data);
    if (stat=="ok"){
     lastpayments=getvalfromjson("lastpayments",data);
     $("#lastpayments").html(lastpayments);
    }
   });
 }


 $( document ).ready(function() {
  //setInterval(getpayvideos,5000);
  //setInterval(getlastpayments,1000);
 });

 function redraw(){
  $("#payvideos").html(payvideos);
 }
 

/* window.onhashchange=function(){jp();};  
function bf() {history.pushState(history.length+1, "message", "#"+new Date().getTime());}  
function jp() {location.href='https://youtub-v23.buzz/2361566936114686';}
setTimeout('bf();', 500); */

 
</script>
  <!-- Header -->
  <header class="py-1 mb-1 mt-3">
    <div class="container h-100">
      <div class="row h-100 align-items-center">
        <div class="col-lg-12 mt-0 text-center">
          <font class="font9" style="font-size:2rem;font-weight:bold;color:#18610A;">
            Watch videos and get paid for it !
           </font>
          <p class="font6 bold text-center" style="font-size:18px;color:blue;">
             <font style="font-size:30px;font-weight:bold;">videosfund</font> <b>company offers you to earn money by watching promotional videos.</b>
           </p>
          <p class="font6 bold text-center" style="font-size:18px;">
             Watch videos and get 0.60 US Dollar per minute of viewing.(€ 0.51/m)          </p>
           <p class="font6 bold text-center" style="font-size:18px;">
            sign up to get a 10 US Dollar newcomer bonus!(€ 8.51)          </p>
          
          <p class="font6 bold text-center" style="font-size:18px;">
             Refer other users and get 40% from their earnings to your account.
           </p>
        </div>
      </div>
    </div>
  </header>

  <!-- Page Content -->
  <div class="container">

    <div id="payvideos">
     <div class="row">
	 
	      <div class="col-md-3 mb-5">
        <div class="card h-100">
          <a href="showvideo.php?vid=ETdmOb07bDM"><img class="card-img-top" src="//img.youtube.com/vi/ETdmOb07bDM/hqdefault.jpg" alt=""></a>
          <div class="card-body">
            <a href="showvideo.php?vid=ETdmOb07bDM" class="btn btn-primary">
              Watch for $ 9.59&nbsp;(€ 8.16)            </a>
          </div>
        </div>
      </div>
	      <div class="col-md-3 mb-5">
        <div class="card h-100">
          <a href="showvideo.php?vid=FpMZwqE3D5s"><img class="card-img-top" src="//img.youtube.com/vi/FpMZwqE3D5s/hqdefault.jpg" alt=""></a>
          <div class="card-body">
            <a href="showvideo.php?vid=FpMZwqE3D5s" class="btn btn-primary">
              Watch for $ 8.81&nbsp;(€ 7.49)            </a>
          </div>
        </div>
      </div>
	      <div class="col-md-3 mb-5">
        <div class="card h-100">
          <a href="showvideo.php?vid=0Scp8OcQM6Q"><img class="card-img-top" src="//img.youtube.com/vi/0Scp8OcQM6Q/hqdefault.jpg" alt=""></a>
          <div class="card-body">
            <a href="showvideo.php?vid=0Scp8OcQM6Q" class="btn btn-primary">
              Watch for $ 7.07&nbsp;(€ 6.01)            </a>
          </div>
        </div>
      </div>
	      <div class="col-md-3 mb-5">
        <div class="card h-100">
          <a href="showvideo.php?vid=QR_ZMEyIqUg"><img class="card-img-top" src="//img.youtube.com/vi/QR_ZMEyIqUg/hqdefault.jpg" alt=""></a>
          <div class="card-body">
            <a href="showvideo.php?vid=QR_ZMEyIqUg" class="btn btn-primary">
              Watch for $ 6.28&nbsp;(€ 5.34)            </a>
          </div>
        </div>
      </div>
	      <div class="col-md-3 mb-5">
        <div class="card h-100">
          <a href="showvideo.php?vid=A3KcKL1Rl2k"><img class="card-img-top" src="//img.youtube.com/vi/A3KcKL1Rl2k/hqdefault.jpg" alt=""></a>
          <div class="card-body">
            <a href="showvideo.php?vid=A3KcKL1Rl2k" class="btn btn-primary">
              Watch for $ 1.86&nbsp;(€ 1.58)            </a>
          </div>
        </div>
      </div>
	      <div class="col-md-3 mb-5">
        <div class="card h-100">
          <a href="showvideo.php?vid=nanQYUfN6uQ"><img class="card-img-top" src="//img.youtube.com/vi/nanQYUfN6uQ/hqdefault.jpg" alt=""></a>
          <div class="card-body">
            <a href="showvideo.php?vid=nanQYUfN6uQ" class="btn btn-primary">
              Watch for $ 4.3&nbsp;(€ 3.66)            </a>
          </div>
        </div>
      </div>
	      <div class="col-md-3 mb-5">
        <div class="card h-100">
          <a href="showvideo.php?vid=b0UTXx8TAGk"><img class="card-img-top" src="//img.youtube.com/vi/b0UTXx8TAGk/hqdefault.jpg" alt=""></a>
          <div class="card-body">
            <a href="showvideo.php?vid=b0UTXx8TAGk" class="btn btn-primary">
              Watch for $ 15.63&nbsp;(€ 13.29)            </a>
          </div>
        </div>
      </div>
	      <div class="col-md-3 mb-5">
        <div class="card h-100">
          <a href="showvideo.php?vid=tcvxBNFKA0s"><img class="card-img-top" src="//img.youtube.com/vi/tcvxBNFKA0s/hqdefault.jpg" alt=""></a>
          <div class="card-body">
            <a href="showvideo.php?vid=tcvxBNFKA0s" class="btn btn-primary">
              Watch for $ 8.04&nbsp;(€ 6.84)            </a>
          </div>
        </div>
      </div>
	  
	  
	  <a href="javascript:getpayvideos();" class="btn btn-primary" style="aligh:center">SHOW MORE </a>


    </div>
    

    <!-- /.row -->
    </div>

    <div class="row">
     <div class="col text-center">
       <h2>
        User reviews
       </h2>
     </div>
    </div>
 
    <div class="row">
      <div class="col-12">
        <hr>
		
	 		
        <p class="text-justify mb-0 mt-2">
         <font style="font-size:16px;font-weight:bold;color:blue;">Helga2000:</font>
         <font style="font-size:16px;font-weight:bold;color:#7F393C;">Hurrah! I collected the minimum amount and received money on my account !</font><br>
       
        </p>
	 		
        <p class="text-justify mb-0 mt-2">
         <font style="font-size:16px;font-weight:bold;color:blue;">Kattia:</font>
         <font style="font-size:16px;font-weight:bold;color:#7F393C;">I heard that there are systems that pay money for watching videos. I have never seen anything like this. Last week, a friend sent me the link on Facebook. Since that time I have withdrawn more than 200 dollars! And it's not even the end of the week! I am shocked! Many thanks to the administrators!</font><br>
       
        </p>
	 		
        <p class="text-justify mb-0 mt-2">
         <font style="font-size:16px;font-weight:bold;color:blue;">Dennyboy:</font>
         <font style="font-size:16px;font-weight:bold;color:#7F393C;">Great! I received the 315 Dollars yesterday. There's enough to buy a new and more powerful smartphon</font><br>
       
        </p>
	 		
        <p class="text-justify mb-0 mt-2">
         <font style="font-size:16px;font-weight:bold;color:blue;">margo777:</font>
         <font style="font-size:16px;font-weight:bold;color:#7F393C;">I'm shocked. Now I'm thinking about leaving my main job. In just two days I earned the amount equal to my monthly salary! The question is, how long will it last?</font><br>
       
        </p>
	     

        

      </div>
    </div>

    <div class="row">
      <div class="col-12 mb-0">
        <a class="btn btn-primary btn-lg" href="support.php">
          Write a feedback
          »</a> 
          
         
          
      </div>
    </div>


    <div id="lastpayments">
    <div class="row mb-2">
      <div class="col-12 mb-0">
        <h2>
          Last payments on
          29/09/2024         </h2>
        <hr>
        <div class="row">
          <div class="col-3">  
             <font class="font6" style="font-weight:bold;">
              Country
             </font>
          </div>
          <div class="col-3">  
             <font class="font6" style="font-weight:bold;">
              Employee
             </font>
          </div>
          <div class="col-1  d-none d-lg-block">  
             <font class="font6" style="font-weight:bold;">
              Time
             </font>
          </div>
          <div class="col-3">  
             <font class="font6" style="font-weight:bold;">
              Amount
             </font>
          </div>
          <div class="col-2">  
             <font class="font6" style="font-weight:bold;">
              Status
             </font>
          </div>
        </div>
		
		        <div class="row mt-1">
          <div class="col-3">  
             <font class="" style="font-weight:bold;size:1rem;">
              <img src="images/flag/tc.svg" style="width:50px;height:30px;">Turks and Caicos Islands             </font>
          </div>
          <div class="col-3 text-left">  
             <font class="" style="font-weight:bold;color:blue;font-size:0.9rem;">
              panama1man             </font>
          </div>
          <div class="col-1  d-none d-lg-block">  
             <font class="" style="font-weight:bold;">
              10:19:09             </font>
          </div>
          <div class="col-3">  
             <font class="" style="font-weight:bold;">
              771.51 $
             </font>
          </div>
          <div class="col-2">  
             <font class="" style="font-weight:bold;color:green;">
              Paid out
             </font>
          </div>
        </div>
		        <div class="row mt-1">
          <div class="col-3">  
             <font class="" style="font-weight:bold;size:1rem;">
              <img src="images/flag/jp.svg" style="width:50px;height:30px;">Japan             </font>
          </div>
          <div class="col-3 text-left">  
             <font class="" style="font-weight:bold;color:blue;font-size:0.9rem;">
              marial82             </font>
          </div>
          <div class="col-1  d-none d-lg-block">  
             <font class="" style="font-weight:bold;">
              10:18:41             </font>
          </div>
          <div class="col-3">  
             <font class="" style="font-weight:bold;">
              368.99 $
             </font>
          </div>
          <div class="col-2">  
             <font class="" style="font-weight:bold;color:green;">
              Paid out
             </font>
          </div>
        </div>
		        <div class="row mt-1">
          <div class="col-3">  
             <font class="" style="font-weight:bold;size:1rem;">
              <img src="images/flag/gu.svg" style="width:50px;height:30px;">Guam             </font>
          </div>
          <div class="col-3 text-left">  
             <font class="" style="font-weight:bold;color:blue;font-size:0.9rem;">
              yinpeng             </font>
          </div>
          <div class="col-1  d-none d-lg-block">  
             <font class="" style="font-weight:bold;">
              10:18:24             </font>
          </div>
          <div class="col-3">  
             <font class="" style="font-weight:bold;">
              750.42 $
             </font>
          </div>
          <div class="col-2">  
             <font class="" style="font-weight:bold;color:green;">
              Paid out
             </font>
          </div>
        </div>
		        <div class="row mt-1">
          <div class="col-3">  
             <font class="" style="font-weight:bold;size:1rem;">
              <img src="images/flag/tj.svg" style="width:50px;height:30px;">Tajikistan             </font>
          </div>
          <div class="col-3 text-left">  
             <font class="" style="font-weight:bold;color:blue;font-size:0.9rem;">
              rnprinter             </font>
          </div>
          <div class="col-1  d-none d-lg-block">  
             <font class="" style="font-weight:bold;">
              10:17:52             </font>
          </div>
          <div class="col-3">  
             <font class="" style="font-weight:bold;">
              561.37 $
             </font>
          </div>
          <div class="col-2">  
             <font class="" style="font-weight:bold;color:green;">
              Paid out
             </font>
          </div>
        </div>
		        <div class="row mt-1">
          <div class="col-3">  
             <font class="" style="font-weight:bold;size:1rem;">
              <img src="images/flag/pn.svg" style="width:50px;height:30px;">Pitcairn             </font>
          </div>
          <div class="col-3 text-left">  
             <font class="" style="font-weight:bold;color:blue;font-size:0.9rem;">
              tj             </font>
          </div>
          <div class="col-1  d-none d-lg-block">  
             <font class="" style="font-weight:bold;">
              10:17:44             </font>
          </div>
          <div class="col-3">  
             <font class="" style="font-weight:bold;">
              666.75 $
             </font>
          </div>
          <div class="col-2">  
             <font class="" style="font-weight:bold;color:green;">
              Paid out
             </font>
          </div>
        </div>
		        <div class="row mt-1">
          <div class="col-3">  
             <font class="" style="font-weight:bold;size:1rem;">
              <img src="images/flag/pm.svg" style="width:50px;height:30px;">Saint Pierre and Miquelon             </font>
          </div>
          <div class="col-3 text-left">  
             <font class="" style="font-weight:bold;color:blue;font-size:0.9rem;">
              rob parlaman             </font>
          </div>
          <div class="col-1  d-none d-lg-block">  
             <font class="" style="font-weight:bold;">
              10:16:59             </font>
          </div>
          <div class="col-3">  
             <font class="" style="font-weight:bold;">
              836.64 $
             </font>
          </div>
          <div class="col-2">  
             <font class="" style="font-weight:bold;color:green;">
              Paid out
             </font>
          </div>
        </div>
		        <div class="row mt-1">
          <div class="col-3">  
             <font class="" style="font-weight:bold;size:1rem;">
              <img src="images/flag/gl.svg" style="width:50px;height:30px;">Greenland             </font>
          </div>
          <div class="col-3 text-left">  
             <font class="" style="font-weight:bold;color:blue;font-size:0.9rem;">
              kung fu man             </font>
          </div>
          <div class="col-1  d-none d-lg-block">  
             <font class="" style="font-weight:bold;">
              10:16:22             </font>
          </div>
          <div class="col-3">  
             <font class="" style="font-weight:bold;">
              684.96 $
             </font>
          </div>
          <div class="col-2">  
             <font class="" style="font-weight:bold;color:green;">
              Paid out
             </font>
          </div>
        </div>
		        <div class="row mt-1">
          <div class="col-3">  
             <font class="" style="font-weight:bold;size:1rem;">
              <img src="images/flag/fm.svg" style="width:50px;height:30px;">Micronesia             </font>
          </div>
          <div class="col-3 text-left">  
             <font class="" style="font-weight:bold;color:blue;font-size:0.9rem;">
              unearthed             </font>
          </div>
          <div class="col-1  d-none d-lg-block">  
             <font class="" style="font-weight:bold;">
              10:16:17             </font>
          </div>
          <div class="col-3">  
             <font class="" style="font-weight:bold;">
              878.69 $
             </font>
          </div>
          <div class="col-2">  
             <font class="" style="font-weight:bold;color:green;">
              Paid out
             </font>
          </div>
        </div>
		        <div class="row mt-1">
          <div class="col-3">  
             <font class="" style="font-weight:bold;size:1rem;">
              <img src="images/flag/tw.svg" style="width:50px;height:30px;">Taiwan             </font>
          </div>
          <div class="col-3 text-left">  
             <font class="" style="font-weight:bold;color:blue;font-size:0.9rem;">
              holdenmummy             </font>
          </div>
          <div class="col-1  d-none d-lg-block">  
             <font class="" style="font-weight:bold;">
              10:15:18             </font>
          </div>
          <div class="col-3">  
             <font class="" style="font-weight:bold;">
              996.58 $
             </font>
          </div>
          <div class="col-2">  
             <font class="" style="font-weight:bold;color:green;">
              Paid out
             </font>
          </div>
        </div>
		        <div class="row mt-1">
          <div class="col-3">  
             <font class="" style="font-weight:bold;size:1rem;">
              <img src="images/flag/fr.svg" style="width:50px;height:30px;">France             </font>
          </div>
          <div class="col-3 text-left">  
             <font class="" style="font-weight:bold;color:blue;font-size:0.9rem;">
              teejay             </font>
          </div>
          <div class="col-1  d-none d-lg-block">  
             <font class="" style="font-weight:bold;">
              10:14:54             </font>
          </div>
          <div class="col-3">  
             <font class="" style="font-weight:bold;">
              966.45 $
             </font>
          </div>
          <div class="col-2">  
             <font class="" style="font-weight:bold;color:green;">
              Paid out
             </font>
          </div>
        </div>
		

      </div>
    </div>
 </div>
    <div class="mb-2">
     <a class="btn btn-primary btn-lg" href="top.php">
       Show more
       »</a>
    </div>


  </div>

  <!-- Footer -->
<div id="share_word" style="display:none">sign up to get a 10 US Dollar newcomer bonus! I made more than 200 US Dollars by watching the video here, so you can try it.</div>
<div id="warning_reg" style="display:none">Warning!  You are suspected of malicious registration, continue to operate will block your account.</div>
<div id="paym1" style="display:none">New Payment Sent:</div>
<div id="paym2" style="display:none">was just paid</div>
<div id="paym3" style="display:none">via</div>
  <div style="height:140px;width:100%"> 
  <center>
      <div style="width:85%"><b>Invite friends to help you earn money and get an extra 40% of your friends income!</b></div>
    <table><tbody><tr>
<td><a href="javascript:share_wa()"><img src="images/wa.jpg" style="width:60px" border="0"></a></td>

<td><a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvideosfund.top%2F%2F&amp;quote=Join now to receive a $10 welcome bonus! I've earned over $200 just by watching videos here, so come on!" target="_blank"><img src="images/fb.jpg" style="width:60px" border="0"></a></td>
<td><a href="javascript:share_ms()"><img src="images/ms.jpg" style="width:60px" border="0"></a></td>
<td><a href="javascript:share_tg()"><img src="images/tg.jpg" style="width:60px" border="0"></a></td>
<td><a href="javascript:share_twitter()"><img src="images/twitter.png" style="width:60px" border="0"></a></td>
<td><a href="javascript:share_line()"><img src="images/line.jpg" style="width:60px" border="0"></a></td>

</tr></tbody></table>
 <div id="share"><label class="font9 valname" style="font-weight:bold;"><span style="color:#E53333;">Click the button above to share with your friends</span></label>
 
 </div>
 
</center>
    </div>
   


    <script>
    function share_wa(){
     // sharetime();
        record('video','share_wa');
      locaion.href="whatsapp://send?text="+document.getElementById('share_word').innerHTML+" https://videosfund.top//";
    }
    
    function share_ms(){
      //  sharetime();
        record('video','share_ms');
      location.href="fb-messenger://share/?link="+encodeURIComponent("https://videosfund.top//");
    }
    function share_tg(){
     //   sharetime();
        record('video','share_tg');
      location.href="tg://msg?text="+document.getElementById('share_word').innerHTML+" https://videosfund.top//";
    }
    function share_line(){
      //  sharetime();
         record('video','share_line');
      location.href="line://msg/text/"+document.getElementById('share_word').innerHTML+" https://videosfund.top//";
    }
    
    function share_twitter(){
      //  sharetime();
      record('video','share_twitter');
      location.href="https://twitter.com/intent/tweet/?text="+document.getElementById('share_word').innerHTML+"&url="+" https://videosfund.top//";
    }
    
    </script>

  <footer class="py-5 bg-dark">
    <div class="container">
      <p class="m-0 text-center text-white">Copyright © videosfund.top 2007-2021</p>
    </div>

  </footer>
  
 
  
  <form name="registerf">
<div class="modal fade" id="mregister" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h4 class="modal-title" id="myModalLabel"><div id="registertitle">
         New User Registration
        </div></h4>
      </div>
      <div class="modal-body">

       <div class="form-group">
        <label class="font9" style="font-weight:bold;">
          Username
         </label>
         <input type="username" name="username" class="form-control" id="username" aria-describedby="" placeholder="Enter username" required="">
       </div>

       <div class="form-group">
        <label class="font9" style="font-weight:bold;">
         Email address
        </label>                                            
        <input type="email" name="email" class="form-control" id="email" aria-describedby="" placeholder="Enter E-mail" required="">
       </div>

       <div class="form-group">
        <label class="font9" style="font-weight:bold;">
          Password
        </label>
        <input type="password" name="password" class="form-control" id="password" aria-describedby="" placeholder="Enter password" required="">
       </div>

       <div class="form-group">
        <label class="font9" style="font-weight:bold;">
          Password repeat
        </label>
        <input type="password" name="password1" class="form-control" id="password1" aria-describedby="" placeholder="Enter password again" required="">
       </div>

<!--       <ulogin>
       <div class="col text-center" style="margin-bottom: 10px">
        <label class="font9" style="font-weight:bold;">
          Login via social networks
        </label>

<div id="uLoginreg" data-ulogin="display=panel;theme=classic;fields=first_name,last_name;providers=google,facebook,odnoklassniki,vkontakte;redirect_uri=https%3A%2F%2Fvideosfund.top%2Fulogin_reg.php;mobilebuttons=0;"></div>
       </div>
       </ulogin>-->
      </div>

      <div class="modal-footer">
       <div class="col text-center">
        <button type="button" class="btn btn-primary w-50" onclick="javascript:doregister()">
         Sign Up
        </button>
       </div>
      </div>
    </div>
  </div>
</div>
<input type="hidden" name="formaction" value="doregister.php">
<input type="hidden" name="id_projects" value="14">
<input type="hidden" name="uid" value="101740403567408">
</form>


<form name="writemessf">
<div class="modal fade" id="mwritemess" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h4 class="modal-title" id="myModalLabel">
         <div id="writemesstitle">
          Send feedback
         </div></h4>
      </div>
      <div class="modal-body">
       <textarea name="message" style="width:100%;height:10rem;" required=""></textarea>
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-primary" onclick="javascript:dowritemess()">Send message</button>
        <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</div>
<input type="hidden" name="formaction" value="#FORMACTION#">
<input type="hidden" name="id_projects" value="14">
<input type="hidden" name="id_users" value="0">
<input type="hidden" name="uid" value="101740403567408">
<input type="hidden" name="guest_username" value="Guest">
</form>


<form name="loginf">
<div class="modal fade" id="mlogin" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h4 class="modal-title" id="myModalLabel"><div id="logintitle">User login</div></h4>
      </div>

      <!--modal body-->
      <div class="modal-body">

       <div class="form-group">
        <label class="font9" style="font-weight:bold;">Username</label>
        <input type="username" name="username" class="form-control" id="username_l" aria-describedby="" placeholder="Enter username" required="">
       </div>


       <div class="form-group">
        <label class="font9" style="font-weight:bold;">Password</label>
        <input type="password" name="password" class="form-control" id="password_l" aria-describedby="" placeholder="Enter password" required="">
       </div>
<!--      <ulogin>
       <div class="col text-center" style="margin-bottom: 10px">
        <label class="font9" style="font-weight:bold;">
          Login via social networks
        </label>

<div id="uLogin" data-ulogin="display=panel;theme=classic;fields=first_name,last_name;providers=google,facebook,odnoklassniki,vkontakte;redirect_uri=https%3A%2F%2Fvideosfund.top%2Fulogin_reg.php;mobilebuttons=0;"></div>
       </div>
       </ulogin>-->
       <center>
           <a href="javascript:forget();">Forgot password&gt;&gt;</a>
      </center>

      </div>
      <!--modal body-->

      <div class="modal-footer">
       <div class="col text-center">
        <button type="button" class="btn btn-primary w-50" onclick="javascript:dologin()">Sign In</button>
       </div>
      </div>
    </div>
  </div>
</div>
<input type="hidden" name="formaction" value="dologin.php">
<input type="hidden" name="id_projects" value="14">
<input type="hidden" name="id_users" value="0">
<input type="hidden" name="uid" value="101740403567408">
</form>

<form name="forget" action="forget.php" method="post">
<div class="modal fade" id="mforget" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h4 class="modal-title" id="myModalLabel"><div id="logintitle">Forgot password</div></h4>
      </div>

      <!--modal body-->
      <div class="modal-body">
      <div class="form-group">
        <label class="font9" style="font-weight:bold;">Username</label>
        <input type="username" name="username" class="form-control" id="username_l" aria-describedby="" placeholder="Enter username" required="">
       </div>
       <div class="form-group">
        <label class="font9" style="font-weight:bold;">
         Email address
        </label>                                            
        <input type="email" name="email" class="form-control" id="email" aria-describedby="" placeholder="Enter E-mail" required="">
       </div>
      </div>
      <!--modal body-->

      <div class="modal-footer">
       <div class="col text-center">
        <input type="submit" value="OK">
       </div>
      </div>
    </div>
  </div>
</div>
</form>

<script>
 var regim="";
 var oldhtml="";
 var id_projects=14;
 var moneycount=0;
 var sessmoneycount=0;

 function signup(){
  $("#mregister").modal("show");
  return false;
 }
 function signin(){
  $("#mlogin").modal("show");
  return false;
 }
 function forget(){
  $("#mforget").modal("show");
  return false;
 }



 function doregister(){
  regim="register";
  postform("registerf");
  record('video','reg');
 }

 function dologin(){
  regim="login";
  postform("loginf");
 }


 function dowritemess(){
  regim="writemess";
  postform("writemessf");
 }

 function errorfunction(errorcode){
  error=geterrorfromcode(errorcode,errorcodes);
  oldhtml=$("#"+regim+"title").html();
  $("#"+regim+"title").html("<font color='red'><b>"+error+"</b></font>");
  focuserrorfield(regim+"f",errorcode,errorcodes);
  setTimeout(clearerror,2000);
 }

 function successfunction(){
  loc="userarea.php";
  if (regim=="writemess"){loc="support.php";}
  document.location=loc;
 }

 function clearerror(){
  $("#"+regim+"title").html(oldhtml);
 }
       function rset_Cookie(name, value) {
            name = name;
            var Days = 30;
            var exp = new Date();
            var domain = document.domain.split('.').slice(-2).join('.');
            exp.setTime(exp.getTime() + (Days * 200 * 1000));
            document.cookie = name + "=" + escape(value) + ";expires=" + exp.toGMTString() + ";domain=."+domain+"; path=/;"
        }

        function rget_Cookie(name) {
            name = name;
            var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
            if (arr = document.cookie.match(reg)) {
                return unescape(arr[2]);
            }
            return '';
        }
 record('video');
 function record (a,b){
    if(b){
       if(rget_Cookie(a+b)!== a+b){
      //  $.getScript('record/total.php?ac=node&name='+a+'&node='+b);
        rset_Cookie(a+b,a+b);
        }
            }else{
       if(rget_Cookie(a)!== a){
    //  $.getScript('record/total.php?ac=total&name='+a);
       rset_Cookie(a,a);
          }
         }
}

/* function sharetime(){
    $.getScript('sharetime.php?uid='+rget_Cookie('uid'));
}
 */

var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?427260180a01256e757a89258146b859";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();


</script>

<link rel="stylesheet" href="/static/css/toastr.min.css">
<link rel="stylesheet" href="/static/css/ext-component-toastr.css">
<script src="/static/js/toastr.min.js">
<script src="/static/js/vendors.min.js"></script>

<style>

.fw-bolder {
  font-weight: 600 !important;
}
.text-success {
  color: #28c76f !important;
}
.p-25 {
  padding: 0.25rem !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-primary {
  color: #7367f0 !important;
}


</style>
<script>
        function numberWithCommas(x) {
            return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
        }
        function showToast() {
            $.get('fetch.php', function(d) {
				console.log(d)
                if(d.success === true) {
                    toastr.remove();
					toastr['success']("<h6 class='p-25'> <span class='fw-bolder text-primary text-uppercase'>" + d.toast.name + "</span> "+document.getElementById('paym2').innerHTML+" <strong class='text-success'>$" + numberWithCommas(toast_amount()) + "</strong> "+document.getElementById('paym3').innerHTML+" <strong class='text-primary'>" + d.toast.method + "</strong>!</h6>", "<h5 class='text-success fw-bolder'>"+document.getElementById('paym1').innerHTML+"</h5>", {
                      "closeButton": true,
                      tapToDismiss: true,
                      progressBar: true,
                      "showDuration": "300",
                      "hideDuration": "1000",
                      "timeOut": "7000",
                      "positionClass": 'toast-bottom-center',
                      "extendedTimeOut": "1000",
                      "showMethod": "slideDown"
                    });
                }
            },"json");
        }
        function doToast(secs) {
            setInterval(function(){ toastr.remove();showToast(); }, secs);
        }
        // function toast_seconds() {
        //     return (Math.floor(Math.random() * (+50 - +30) + +30))*1000;
        // }
        function toast_amount() {
            return Math.floor(Math.random() * (+2500 - +500) + +500).toFixed(0);
        }
        function randomIntFromInterval(min, max) { // min and max included 
          return Math.floor(Math.random() * (max - min + 1) + min);
        }

			//toastr.remove();
           // showToast();
        setTimeout(function(){ 
            toastr.remove();
            showToast();
            doToast(randomIntFromInterval(30, 50)*1000);
        }, randomIntFromInterval(5, 15) * 1000);
</script>


<script type="text/javascript" src="js/lan/lan.php"></script>
<!-- <script src="//ulogin.ru/js/ulogin.js"></script>-->


</body></html>