Author

Topic: Please help me install API Blockchain (Read 616 times)

newbie
Activity: 1
Merit: 0
June 10, 2016, 11:08:10 PM
#1
Hello everybody
I have buy a code php Script Double Bitcoin at https://bitify.com/auctions/download-misc/bitcoin-ponzi-doubler-script-152270/
But after installation Bitcoin addresses are not displayed
as https://cache-bitify.netdna-ssl.com/wp-content/uploads/2015/07/ponzi-1000x647.jpg
It only view
Send Bitcoins to: (Min - 0.001 BTC, max - unlimited)
And i want after deposit, they will find the address Bitcoin to send
as website: http://bitcoin-multiplier.com/
I see in
$Pay = json_decode(file_get_contents('https://blockchain.info/api/receive?method=create&address='.WALLET.'&callback='.urlencode(URL.'/deposit?u='.$_POST['wallet'].'&secret='.Secret($_POST['wallet']).'&ref='.$REF)));


This is code php
Code:
if ($_POST['enter'] and $_POST['wallet'] and !$_SESSION['LOGIN_IN'] != and $_COOKIE['UNIQID']) {
AntiBot();
$_POST['wallet'] = Form($_POST['wallet']);
ValidateBTC($_POST['wallet']);
$Row mysqli_fetch_assoc(mysqli_query($CONNECT"SELECT `uid` FROM `users` WHERE `wallet` = '$_POST[wallet]'"));
if (
$Row['uid']) Message(1'Account '.$_POST['wallet'].' already exists.'
); 
$Row mysqli_fetch_assoc(mysqli_query($CONNECT"SELECT `wallet` FROM `users` WHERE `uid` = '$_COOKIE[UNIQID]'"));
if (
$Row['wallet']) Message(1'Account '.$_COOKIE['UNIQID'].' already exists.'); 
if (
$_COOKIE['REF']) {
$REF $_COOKIE['REF'];
$Row mysqli_fetch_assoc(mysqli_query($CONNECT"SELECT `uid` FROM `users` WHERE `uid` = '$REF'"));
if (!
$Row['uid']) $REF 0;
} else 
$REF 0;
$Pay json_decode(file_get_contents('https://blockchain.info/api/receive?method=create&address='.WALLET.'&callback='.urlencode(URL.'/deposit?u='.$_POST['wallet'].'&secret='.Secret($_POST['wallet']).'&ref='.$REF)));
$Pay $Pay->input_address;
mysqli_query($CONNECT"INSERT INTO `users`  VALUES ('', '$_COOKIE[UNIQID]', '$_POST[wallet]', '$REF', '$Pay', NOW())");
$_SESSION['WALLET'] = $_POST['wallet'];
$_SESSION['PAY'] = $Pay;
$_SESSION['LOGIN_IN'] = 1;
Message(2,'Account has been successfully created. Address for payment generated.');
}

$LIMIT LIMIT;
$_SESSION['LIMIT'] = array();

$Count1 mysqli_fetch_row(mysqli_query($CONNECT"SELECT COUNT(`id`) FROM `deposit` WHERE `status` = '0' AND `ref` = 0"));
if (
$_SESSION['LOGIN_IN'] == 1$Count2 mysqli_fetch_row(mysqli_query($CONNECT"SELECT COUNT(`id`) FROM `deposit` WHERE `uid` = '$_COOKIE[UNIQID]' AND `ref` = 0"));
else 
$Count2[0] = 0;
$Count3 mysqli_fetch_row(mysqli_query($CONNECT"SELECT COUNT(`id`) FROM `deposit` WHERE `status` != '0'"));


if (
$Page == '/' or $Page == 'all') {
$_SESSION['POINT'] = 1;
$_SESSION['COUNTER'] = $Count1[0];
if (
$Count1[0] > $LIMIT$LOADER 1;
$Query mysqli_query($CONNECT"SELECT `date`, `adress`, `sum`, `tx` FROM `deposit` WHERE `status` = '0' AND `ref` = 0 ORDER BY `date` DESC LIMIT 0, $LIMIT");
while (
$Row mysqli_fetch_assoc($Query)) {
//CЮДA
$DRAW .= ''.$Row['date'].'.$Row['adress'].'" target="blank">'.$Row['adress'].'.$Row['tx'].'" target="blank">'.$Row['sum'].' BTC'.TSP(MKT(date("Y-m-d H:i:s")), MKT(date("Y-m-d H:i:s"strtotime($Row['date'].' +100 hours')))).''.($Row['sum'] * DOUBLE_SUM).' BTC';
}

} else if (
$Page == 'my') {
$_SESSION['POINT'] = 2;
$_SESSION['COUNTER'] = $Count2[0];
if (
$Count2[0] > $LIMIT$LOADER 1;
if (
$_SESSION['LOGIN_IN'] != 1Message(1'You must log in.');
if (!
$Count2[0]) Message(2'Your investment is not found.');
$Query mysqli_query($CONNECT"SELECT `date`, `adress`, `sum`, `tx`, `status` FROM `deposit` WHERE `uid` = '$_COOKIE[UNIQID]' AND `ref` = 0 ORDER BY `date` DESC LIMIT 0, $LIMIT");
while (
$Row mysqli_fetch_assoc($Query)) {

//И CЮДA
if ($Row['status'] == '0'$COBRA TSP(MKT(date("Y-m-d H:i:s")), MKT(date("Y-m-d H:i:s"strtotime($Row['date'].' +100 hours'))));
else 
$COBRA ''.Status($Row['status']).'';
$DRAW .= ''.$Row['date'].'.$Row['adress'].'" target="blank">'.$Row['adress'].'.$Row['tx'].'" target="blank">'.$Row['sum'].' BTC'.$COBRA.''.($Row['sum'] * DOUBLE_SUM).' BTC';
}

} else if (
$Page == 'payouts') {
$_SESSION['POINT'] = 3;
$_SESSION['COUNTER'] = $Count3[0];
if (
$Count3[0] > $LIMIT$LOADER 1;
$Query mysqli_query($CONNECT"SELECT `date`, `adress`, `sum`, `status`, `tx` FROM `deposit` WHERE `status` != '0' AND `ref` = 0 ORDER BY `date` DESC LIMIT 0, $LIMIT");
while (
$Row mysqli_fetch_assoc($Query)) {
$DRAW .= ''.$Row['date'].'.$Row['adress'].'" target="blank">'.$Row['adress'].''.$Row['sum'].' BTC'.Status($Row['status']).'.$Row['tx'].'" target="blank">'.($Row['sum'] * DOUBLE_SUM).' BTC';
}


}

Head('Bitcoin Double');

echo 
'

All Investments ('
.$Count1[0].')
My Investments ('.$Count2[0].')
Payouts ('.$Count3[0].')
';
?>






if ($LOADER$WOW ='LOAD MORE';
echo 
$DRAW .'
DATEADDRESSDEPOSIT AMOUNTTIME LEFTPAY AMOUNT
'.$WOW ?>






()?>



but how do not know it works?
hope everyone help
Thanks
Jump to: