Post
Topic
Board Micro Earnings
Re: [SCRIPT][FAUCETHUB][PTCWall]Get Paid To ... [FREE]
by
bitcoinblog
on 28/02/2018, 20:21:05 UTC
Hey FlareNetwork

You totally disappeared...

I made some search on your script : the PTCWall part works fine, PTCwall postback is ok, but users are only identified by their DB id (a number : 1 or 2 or 50) and their faucethub.io address. It seems that PTCwall can't pay them.

Balance user is always at zero in data base : the question is "how do you link PTCwall and Faucethub" : as a mod i win cents each time someone clicks on PTCWall, but nothing appears in the user/player balance.
The Api code does not seems to "catch" the faucethub.io balance...

If someone knows how PTCWall works with payments? I wondered if they paid at once or if they were waiting to have little money before payments (sorry for my bad english).

We need help - - - ... - - -...---...

Code:
$id = trim($_REQUEST['usr']);

Presence of this variable in postback.php is indicating that things are fine.

Later part is

Code:
$sql = "SELECT * FROM wallets WHERE id = '$id'";
$result = $conn->query($sql);
$checko = "0";
if ($result->num_rows > 0) {
while($row = $result->fetch_assoc()) {
$wallet = $row['wallet'];
$ref = $row['ref'];
$checko = '1';
}
}

This is getting users Wallet address and paying them into it.

So user will get paid to there related addresses.

If Flareco is not attending then i can sort out this issue. Let me know.