Search content
Sort by

Showing 19 of 19 results by nzbmaster
Post
Topic
Board Digital goods
Re: Selling nzbs.org accounts/invites price 50$/100$
by
nzbmaster
on 09/07/2015, 14:35:48 UTC
I can do invites for $25 in BTC and will send first. PM me to make it happen.
Post
Topic
Board Digital goods
Re: Selling nzbs.org accounts
by
nzbmaster
on 08/07/2015, 17:32:38 UTC
I have invites available if someone would rather have an account of their own instead of these borrowed ones that are being sold. PM me for info.
Post
Topic
Board Currency exchange
Re: Exchanging XRP for BTC (Ripple for Bitcoin) - 6750XRP/BTC
by
nzbmaster
on 28/06/2013, 20:17:51 UTC
Exchanged some XRP with bdub, was a fast and smooth transaction. Thanks bdub!
Post
Topic
Board Service Announcements (Altcoins)
Re: Just-Dice : FREE BTC : Play or Invest
by
nzbmaster
on 20/06/2013, 06:17:47 UTC
ID 18
Post
Topic
Board Goods
Re: MINES land mines Vietnam era WARNING metal sign - TELL THE WORLD U MINES!
by
nzbmaster
on 11/06/2013, 23:15:31 UTC
Just got my signs, they look great! Thanks again.
Post
Topic
Board Goods
Re: [WTS] 1BTC and 5BTC Casascius Blanks [Real Potential to sell for $100+ fiat]
by
nzbmaster
on 07/06/2013, 00:25:44 UTC
1 @ 0.15

Preferrably a 1BTC blank, with the instructions, hologram and sleeve.

Thanks.
Post
Topic
Board Services
Re: $40 in BTC for some php/mysql coding help, quick problem
by
nzbmaster
on 01/06/2013, 23:35:29 UTC
Thanks, glad it worked for you.
Post
Topic
Board Services
Re: $40 in BTC for some php/mysql coding help, quick problem
by
nzbmaster
on 01/06/2013, 06:35:23 UTC
Assuming the primary key for db1 is 'ID':
Code:
$db->beginTransaction();
$Process $db->prepare("UPDATE db1 SET num = ?, usd = ?, btc = ?, date = ? WHERE ID = ?");
$Process->execute(array($_GET['op'], $_POST['usd'], $_POST['btc'], date('Y-m-d H:i:s'), $r['id']));
echo 
'Processed.
';
$db->commit();
?>
Post
Topic
Board Services
Re: $40 in BTC for some php/mysql coding help, quick problem
by
nzbmaster
on 31/05/2013, 21:38:46 UTC
You don't really provide enough code to do this (ie what variable is table b's data stored in, assuming its already been queried). However I would hazard it would be something like the following (assuming table b's data is already queried and stored in $tableB as an array):

Code:

echo '
 '
.$r['id'].
'
;

foreach(
$tableB as $b)
{
      if (
$b['ID'] == $r['id'])
      {
            echo 
'
  •  '.$b['msg'].
  • '
    ;
          }
    }

    echo 
    '
    ';

    ?>
    Post
    Topic
    Board Services
    Re: Quick PHP dev to parse out networkhashpersec ABE
    by
    nzbmaster
    on 29/05/2013, 04:01:26 UTC
    If it was helpful feel free to tip me here 135ZDfQUQua5fwH9dwrX7n1Rkm9HzszrXy but don't feel obliged, I didn't spend very long on it.

    Thanks.
    Post
    Topic
    Board Services
    Re: Quick PHP dev to parse out networkhashpersec ABE
    by
    nzbmaster
    on 29/05/2013, 00:31:40 UTC
    Here's a super quick take on your request. Call via url with ?coin=ftc for example or change $defaultCoin to the coin you want the last hashrate for.

    It's probably easier to ask the dev to include the data in the json output though...

    Code:

    $defaultCoin 
    'cnc';

    $cryptoCurrencies = array(
    'ppc'=>'PPCoin',
    'trc'=>'Terracoin',
    'frc'=>'Freicoin',
    'bbq'=>'BBQCoin',
    'nvc'=>'Novacoin',
    'ftc'=>'Feathercoin',
    'bte'=>'Bytecoin',
    'btb'=>'BitBar',
    'cnc'=>'CHNCoin',
    'jkc'=>'JKC',
    'frk'=>'Franko',
    'gld'=>'Goldcoin'
    );

    $baseUrl 'http://%s.cryptocoinexplorer.com/chain/%s/q/nethash/1/-1';

    $coin = (isset($_GET['coin']) && array_key_exists($_GET['coin'], $cryptoCurrencies)) ? $_GET['coin'] : $defaultCoin;

    $url sprintf($baseUrl$coin$cryptoCurrencies[$coin]);
    $rawdata file_get_contents($url);
    if (
    $rawdata)
    {
    if (preg_match("/\n(?P[a-z,]+)\nSTART DATA\n(?P.*?)\n/i"$rawdata$matches))
    {
    $headers explode(','$matches['headers']);
    $data explode(','$matches['data']);

    $result array_combine($headers$data);

    echo $result['netHashPerSecond'];

    //print_r($result);
    }
    }

    ?>

    Post
    Topic
    Board Beginners & Help
    Re: Buying lindens (sell me the rest of your lindens in your Virwox account)
    by
    nzbmaster
    on 27/02/2013, 06:09:35 UTC
    Just exchanged some SLL for BTC with Trading and transaction was smooth and quick. Would deal with again. Thanks!
    Post
    Topic
    Board Altcoin Discussion
    Re: Ripple Giveaway!
    by
    nzbmaster
    on 22/02/2013, 04:49:56 UTC
    rPrj4oQG8NCNzyDRrRVqqMDHSjbLKtKbHC
    Post
    Topic
    Board Beginners & Help
    Re: Still a newbie?
    by
    nzbmaster
    on 22/02/2013, 03:07:17 UTC
    Can someone hook me up? Stuck on newb  Undecided
    Post
    Topic
    Board Beginners & Help
    Re: Need btc only have paypal
    by
    nzbmaster
    on 22/02/2013, 01:42:32 UTC
    try blockchai.info i think they have some option for this. If you have a cellphone with android, you will see more options to buy btc, and maybe something more suitable for you.

    EDIT: try https://www.virwox.com/ they accept paypal

    Paypal->BTC via Virwox works well but can be a bit slow. Search the forums for a guide.
    Post
    Topic
    Board Off-topic
    Re: Let's Count to 21 Million with Images
    by
    nzbmaster
    on 22/02/2013, 01:36:32 UTC
    Post
    Topic
    Board Beginners & Help
    Re: HOWTO: create a 100% secure wallet
    by
    nzbmaster
    on 22/02/2013, 01:29:02 UTC
    +1 good info man.
    Post
    Topic
    Board Micro Earnings
    Re: Free Bitcoin Sites *and* Free Newbie Lotto
    by
    nzbmaster
    on 22/02/2013, 01:15:43 UTC
    Very nice resource, thank you. If you're still doing the lotto please add me: 18mtLN8fLzFuL28xikc2Zqv58zwA92qcdq
    Post
    Topic
    Board Beginners & Help
    Re: Introduce yourself :)
    by
    nzbmaster
    on 22/02/2013, 01:12:09 UTC
    Hey-o! Interesting stuff here...