Example #1
0
error_reporting(7);
define('vinaget', 'yes');
include "class.php";
/* BlakDownloader 3.7.5 - Tu8 [ Public Edition ] */
function check_account($host, $account)
{
    global $obj;
    foreach ($obj->acc[$host]['accounts'] as $value) {
        if ($account == $value) {
            return true;
        }
    }
    return false;
}
if (empty($_POST["accounts"]) == false) {
    $obj = new stream_get();
    $type = $_POST['type'];
    $_POST["accounts"] = str_replace(" ", "", $_POST["accounts"]);
    $account = trim($_POST['accounts']);
    $donate = false;
    ################################## DONATE ACC real-debrid.com #################################################################
    if ($type == "real-debrid") {
        if (check_account("real-debrid.com", $account) == true) {
            die("false");
        }
        if (stristr($account, ':')) {
            list($user, $pass) = explode(':', $account);
            $data = $obj->curl("https://www.real-debrid.com/ajax/login.php?user="******"&pass="******"", "", "");
            //You are blocked for one hour because of too many attempts !
            if (strpos($data, "You are blocked")) {
                die("You are blocked for one hour because of too many attempts !");
Example #2
0
<?php

ob_start();
ob_implicit_flush(TRUE);
ignore_user_abort(0);
if (!ini_get('safe_mode')) {
    set_time_limit(30);
}
define('vinaget', 'yes');
date_default_timezone_set('Asia/Jakarta');
include "class.php";
$obj = new stream_get();
$page = isset($_GET['page']) ? $_GET['page'] : 'config';
if ($page == 'config') {
    if (isset($_POST['submit'])) {
        foreach ($_POST['config'] as $ckey => $cval) {
            if ($cval == 'on' || $cval == 'off') {
                $cval = $cval == 'on' ? true : false;
            } elseif (is_numeric($cval)) {
                $cval = intval($cval);
            } else {
                $cval = $cval;
            }
            $obj->config[$ckey] = $cval;
        }
        $obj->save_json($obj->fileconfig, $obj->config);
        $msg = "Config Saved!";
    }
} elseif ($page == 'cookie') {
    if (isset($_POST['cookie'])) {
        $obj->save_cookies($_POST['type'], $_POST['cookie']);
Example #3
0
<?php

ob_start();
ob_implicit_flush(TRUE);
ignore_user_abort(0);
if (!ini_get('safe_mode')) {
    set_time_limit(30);
}
define('vinaget', 'yes');
date_default_timezone_set('Asia/Jakarta');
require_once 'class.php';
$obj = new stream_get();
// This debug code should be available only to admins.
if ($obj->Deny || !$obj->isadmin()) {
    setcookie('msg', 'debug.php :: Access Violation');
    header('Location: index.php');
    ob_end_flush();
    exit;
} elseif (!empty($_REQUEST['link'])) {
    if (!empty($_REQUEST['proxy'])) {
        $obj->proxy = $_REQUEST['proxy'];
    }
    echo '<pre>' . htmlspecialchars($obj->curl($_REQUEST['link'], !empty($_REQUEST['cookie']) ? $_REQUEST['cookie'] : 0, !empty($_REQUEST['post']) ? $_REQUEST['post'] : 0)) . '</pre>';
} else {
    echo '<center><br /><br /><br /><br /><br /><h2>DEBUG RESULT</h2></center>';
}
ob_end_flush();
Example #4
0
include "class.php";
function check_account($host, $account)
{
    global $obj;
    if (empty($obj->acc[$host]['accounts'])) {
        return false;
    }
    foreach ($obj->acc[$host]['accounts'] as $value) {
        if ($account == $value) {
            return true;
        }
    }
    return false;
}
if (!empty($_POST["accounts"])) {
    $obj = new stream_get();
    $type = $_POST['type'];
    $_POST["accounts"] = str_replace(" ", "", $_POST["accounts"]);
    $account = trim($_POST['accounts']);
    $donate = false;
    if (check_account($type, $account)) {
        die("false duplicate");
    }
    require_once 'hosts/' . $obj->list_host[$type]['file'];
    $download = new $obj->list_host[$type]['class']($obj, $type);
    if ($download->lib->acc[$download->site]['proxy'] != "") {
        $download->lib->proxy = $download->lib->acc[$download->site]['proxy'];
    }
    if (method_exists($download, "CheckAcc")) {
        if (strpos($account, ":")) {
            list($user, $pass) = explode(':', $account);
Example #5
0
<?php

ob_start();
ob_implicit_flush(TRUE);
ignore_user_abort(0);
if (!ini_get('safe_mode')) {
    set_time_limit(30);
}
define('vinaget', 'yes');
date_default_timezone_set('Asia/Jakarta');
require_once 'class.php';
$obj = new stream_get();
$page = !empty($_GET['page']) ? $_GET['page'] : '';
if ($obj->Deny || !$obj->isadmin() || empty($page)) {
    setcookie('msg', 'proccess.php :: Access Violation');
    header('Location: index.php');
    ob_end_flush();
    exit;
}
$msg = '';
switch ($page) {
    case 'config':
        if (!empty($_POST['config']) && is_array($_POST['config'])) {
            foreach ($_POST['config'] as $ckey => $cval) {
                if ($cval == 'on' || $cval == 'off') {
                    $cval = $cval == 'on' ? true : false;
                } elseif (is_numeric($cval)) {
                    $cval = intval($cval);
                } else {
                    $cval = $cval;
                }
Example #6
0
error_reporting(E_ALL);
define('vinaget', 'yes');
include "class.php";
function check_account($host, $account)
{
    global $obj;
    foreach ($obj->acc[$host]['accounts'] as $value) {
        if ($account == $value) {
            return true;
        }
    }
    return false;
}
if (empty($_POST["accounts"]) == false) {
    $obj = new stream_get();
    $type = $_POST['type'];
    $_POST["accounts"] = str_replace(" ", "", $_POST["accounts"]);
    $account = trim($_POST['accounts']);
    $donate = false;
    if ($type == "rapidshare") {
        if (check_account("rapidshare.com", $account) == true) {
            die("false");
        }
        if (stristr($account, ':')) {
            list($user, $pass) = explode(':', $account);
            $data = $obj->curl("http://api.rapidshare.com/cgi-bin/rsapi.cgi", "", "sub=getaccountdetails&withcookie=1&withpublicid=1&login="******"&cbf=RSAPIDispatcher&cbid=2&password="******"false");
            } else {
                $cookie = $obj->cut_str($data, "ncookie=", "\\n");
Example #7
0
	- Vinaget is your personal proxy host protecting your real IP to download files hosted on hosters like RapidShare, megaupload, hotfile...
	- You can now download files with full resume support from filehosts using download managers like IDM etc
	- Vinaget is a Free Open Source, supported by a growing community.
* Code LeechViet by VinhNhaTrang
* Developed by ..:: [H] ::..
*/
ob_start();
error_reporting(E_ALL);
ob_implicit_flush(TRUE);
ignore_user_abort(0);
if (!ini_get('safe_mode')) {
    set_time_limit(30);
}
define('vinaget', 'yes');
include "class.php";
$obj = new stream_get();
if ($obj->Deny == false && isset($_POST['urllist'])) {
    $obj->main();
} elseif (isset($_GET['infosv'])) {
    $obj->notice();
} elseif ($obj->Deny == false) {
    if (!isset($_POST['urllist'])) {
        include "hosts/hosts.php";
        asort($host);
        ?>
		<!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"><head profile="http://gmpg.org/xfn/11">
		<head>
			<link rel="SHORTCUT ICON" href="images/vngicon.png" type="image/x-icon" />
			<title><?php 
        printf($obj->lang['title'], $obj->lang['version']);
Example #8
0
                    } elseif (strpos($data, '</strong>Premium</li>')) {
                        preg_match("%<li><strong>You have now \\: </strong>(.*) <%U", $data, $matches);
                        echo '<tr class="flistmouseoff" align="center">
						<td><b>' . $account . '</b></td><td>' . $type . '</td>
						<td id="unknownALLD"><font color=red><b>' . $matches[1] . '</b></font></td>
						<td id="unknownALLD"><font color=blue><b>Working</b></font></td></tr>';
                    } else {
                        echo '<tr class="flistmouseoff" align="center">
						<td><b>' . $account . '</b></td><td>' . $type . '</td>
						<td id="unknownALLD">unknown</td>
						<td id="unknownALLD">unknown</td></tr>';
                    }
                }
            }
            echo "</table>";
            $obj = new stream_get();
            if (isset($delacc)) {
                foreach ($delacc as $i) {
                    unset($obj->acc["alldebrid.com"]["accounts"][$i]);
                }
                unset($delacc);
                $check = true;
            }
        }
    } elseif ($_POST["check"] == "BS") {
        if (count($obj->acc["bitshare.com"]["accounts"]) > 0) {
            echo '<table id="tableBS" class="filelist" align="left" cellpadding="3" cellspacing="1" width="100%">
				<tr class="flisttblhdr" valign="bottom">
					<td width="30%"><B>accounts bitshare.com</B></td>
					<td width="15%"><b>Type</b></td>
					<td><b>Validity</b></td>
Example #9
0
* Code LeechViet by VinhNhaTrang
* Developed by - ..:: [H] ::..
			   - [FZ]
*/
$using = isset($_COOKIE['using']) ? $_COOKIE['using'] : 'default';
$using = isset($_REQUEST['using']) ? $_REQUEST['using'] : $using;
setcookie('using', $using);
ob_start();
ob_implicit_flush(TRUE);
ignore_user_abort(0);
if (!ini_get('safe_mode')) {
    set_time_limit(30);
}
define('vinaget', 'yes');
require_once 'class.php';
$obj = new stream_get();
$obj->using = $using;
$obj->current_version = 89;
$obj->msg = false;
if (!empty($_COOKIE['msg'])) {
    $obj->msg = htmlspecialchars($_COOKIE['msg']);
}
setcookie('msg', '');
$host = $obj->list_host;
$skin = "skin/{$obj->skin}";
error_reporting($obj->display_error ? E_ALL : 0);
if ($obj->Deny == false) {
    require_once "{$skin}/function.php";
    if (isset($_POST['urllist'])) {
        $obj->main();
    } elseif (isset($_GET['infosv'])) {
Example #10
0
	- Vinaget is a Free Open Source, supported by a growing community.
* Code LeechViet by VinhNhaTrang
* Developed by - ..:: [H] ::..
			   - [FZ]
*/
$using = isset($_COOKIE['using']) ? $_COOKIE['using'] : 'default';
$using = isset($_REQUEST['using']) ? $_REQUEST['using'] : $using;
setcookie('using', $using);
ob_implicit_flush(TRUE);
ignore_user_abort(0);
if (!ini_get('safe_mode')) {
    set_time_limit(30);
}
define('vinaget', 'yes');
require_once 'class.php';
$obj = new stream_get();
$obj->using = $using;
$obj->current_version = 94;
$obj->msg = false;
if (!empty($_COOKIE['msg'])) {
    $obj->msg = htmlspecialchars($_COOKIE['msg']);
}
setcookie('msg', '');
$host = $obj->list_host;
$skin = "skin/{$obj->skin}";
error_reporting($obj->display_error ? E_ALL : 0);
if (!$obj->isAdmin() && $_GET['id'] == "admin") {
    $login_showadmin = true;
    include "{$skin}/login.php";
} else {
    if ($obj->Deny == false) {