Esempio n. 1
0
     $data = $obj->curl("https://secure.premiumize.me/?show=login", "user="******"");
     if (strpos($data, "Lifetime Platinum") || strpos($data, "remaining")) {
         $obj->acc["megaupload.com"]['accounts'][] = $account;
         $donate = true;
     }
 } elseif ($type == "bitshare") {
     if (check_account("bitshare.com", $account) == true) {
         die("false");
     }
     if (stristr($account, ':')) {
         list($user, $pass) = explode(':', $account);
         $data = $obj->curl("http://bitshare.com/login.html", "", "user={$user}&password={$pass}&rememberlogin=&submit=Login");
         if (strpos($data, "Click here to login")) {
             die("false");
         } else {
             $cookie = $obj->GetCookies($data);
         }
     } else {
         $cookie = $account;
     }
     if (check_account("bitshare.com", $cookie) == true) {
         die("false");
     }
     $data = $obj->curl("http://bitshare.com/myaccount.html", $cookie, "");
     if (strpos($data, 'Premium  <a href="http://bitshare.com/myupgrade.html">Extend</a>')) {
         $obj->acc["bitshare.com"]['accounts'][] = $account;
         $donate = true;
     }
 } elseif ($type == "hotfile") {
     if (check_account("hotfile.com", $account) == true) {
         die("false");
Esempio n. 2
0
            for ($i = 0; $i < count($obj->acc["bitshare.com"]["accounts"]); $i++) {
                $account = $obj->acc["bitshare.com"]["accounts"][$i];
                if (stristr($account, ':')) {
                    list($user, $pass) = explode(':', $account);
                    $account = substr($account, 0, 5) . '****';
                    $type = "account";
                    $data = $obj->curl("http://bitshare.com/login.html", "", "user={$user}&password={$pass}&rememberlogin=&submit=Login");
                    if (strpos($data, "Click here to login")) {
                        echo '<tr class="flistmouseoff" align="center">
						<td><B>' . $account . '</B></td><td>' . $type . '</td>
						<td id="unknownBS"><font color=#CCFF00><b>Login failed !!!</b></font></td>
						<td id="unknownBS"><font color=green><B>Removed</B></font></td></tr>';
                        $delacc[] = $i;
                        continue;
                    } else {
                        $cookie = $obj->GetCookies($data);
                    }
                } else {
                    $type = "cookie";
                    $cookie = $account;
                    $account = substr($account, 0, 15) . '****';
                }
                $data = $obj->curl("http://bitshare.com/myaccount.html", $cookie, "");
                if (strpos($data, 'Location: http://bitshare.com')) {
                    echo '<tr class="flistmouseoff" align="center">
					<td><B>' . $account . '</B></td><td>' . $type . '</td>
					<td id="unknownBS"><font color=#CCFF00><b>Login failed !!!</b></font></td>
					<td id="unknownBS"><font color=green><B>Removed</B></font></td></tr>';
                    $delacc[] = $i;
                } else {
                    //Validity