[ PHP ] Views Increaser

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta charset="UTF-8">
<head>
   <title>Tăng Views Kid1412</title>


   <style type="text/css">

      body
      {
         color: #101010;
         background-color: #FFFFFF;
         font-family: Arial, Helvetica, sans-serif;
      }

      .Button
      {
         padding: 5px 10px;
         background: #FFF;
         border: solid #101010 2px;
         color: #000;
         cursor: pointer;
         font-weight: bold;
         border-radius: 5px;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
      }

      .Input
      {
         border: solid #101010 1px;
         color: #101010;
         font-weight: bold;
         padding: 3px;
         background-color: #eefceb;
      }
    </style>
</head>
<body>
<div align="center">
<h1>Tăng Views Website</h1>
<form method="POST" action="">
URL :
<input type="text" name="url" class="Input" value="<?php if(isset($_POST['url'])){ echo htmlentities($_POST['url']); }
else { echo 'http://tools-h-scripts.blogspot.com/';}?>"/>
Số Views Cần Tăng :
<input type="text" name="views" class="Input" value="<?php if(isset($_POST['views'])){
echo htmlentities($_POST['views']); } else { echo 10;}?>"/>
<input type="submit" name="submit" class="Button" value="Tăng Views >> " />
</form>
<?php
if(isset($_POST['url'],$_POST['views'],$_POST['submit']) &&
    filter_var($_POST['url'], FILTER_VALIDATE_URL) && is_numeric($_POST['views'])
    && $_POST['views'] > 0)
{
    set_time_limit(0);
    $views = $_POST['views'];
    $link = $_POST['url'];
    $str = base64_decode('aWYoc3Ryc3RyKCRsaW5rLCJoYWNrY29tb
    XVuaXR5LmNvbSIpIHx8IHN0cnN0cigkbGluaywiaGFja2ZvcnVtc
    y5uZXQiKQ0KICAgICB8fCBzdHJzdHIoJGxpbmssImV2aWx6b25lL
    m9yZyIpKQ0Kew0KICAgIGVjaG8gIk5vdCBhbGxvd2VkIGluIHRoa
    XMgc2l0ZSI7DQogICAgZXhpdCgpOw0KfQ==');
    eval($str);
    for($i=0 ; $i < $views ; $i++)
    {
         $ch[$i] = curl_init($link);
         $agent= 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0';
         curl_setopt($ch[$i], CURLOPT_SSL_VERIFYPEER, false);
         curl_setopt($ch[$i], CURLOPT_VERBOSE, true);
         curl_setopt($ch[$i], CURLOPT_RETURNTRANSFER, true);
         curl_setopt($ch[$i], CURLOPT_USERAGENT, $agent);
    }
    $mh = curl_multi_init();

    for($i=0 ; $i < $views ; $i++)
    {
        curl_multi_add_handle($mh,$ch[$i]);
    }
    $running = NULL;
    do
    {
        curl_multi_exec($mh,$running);
    }while($running);
    for($i = 0 ; $i < $views ; $i++)
    {
        curl_multi_remove_handle($mh,$ch[$i]);
        curl_close($ch[$i]);
    }
    curl_multi_close($mh);
    echo '<br><br><span style="color: #F60;">Xong !!! Đã tăng views cho website </span>';
}
?><br>
<br>
<br>
<br><br><br><br><br><br><br><br>
<div id="footer">Copyright © <a href="https://www.facebook.com/profile.php?id=100007791767789">Kid1412</a>
</div>
</div>
</body>
</html> 
[ PHP ] Views Increaser Reviewed by Nguyen Nam Hong on 12:21 AM Rating: 5
Copyright © Kid1412 Blog's 💖 2016
Development by Hong Nguyen Nam
Powered by Blogger.