Bitcoin Forum
June 23, 2024, 11:40:40 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: [Need 1 Bitcoin] [Have Paypal] on: March 14, 2013, 11:37:23 PM
So, you want people to sell you bitcoins after you admitting it will be used to buy LSD or any other similar drug?
Only a dumb person would do that.

Nice try, tho, Agent Smith, but we all took the red pill here  Cool

I took two red pills!  LMFAO
2  Other / Beginners & Help / Re: declaring coins to the IRS? on: March 14, 2013, 11:35:34 PM
File it on your taxes you file every year as 1099...
3  Other / Beginners & Help / Re: Newbie restrictions on: March 14, 2013, 09:08:20 PM
Thank you for making the restrictions much more reasonable....
4  Other / Beginners & Help / API issue.... -bitinstant.com- on: March 14, 2013, 06:09:23 PM
I haven't post here in sometime, but I'm having issue.  I cant get ahold of the people that made this API so I figure I would give you guys a go.

I keep getting error when running this code.  Error message is ( Exception raised in parsing - too many parameters - not even bothering to parse ).

Code:
<!DOCTYPE HTML>
<html>
<head>
<title></title>
</head>
<body>
<?php                                                                   

$data_string 
"{\"quoteid\":\"09b1de5a-090d-45bc-87b1-e11f44570b3c\",\"URL\":\"http://test.com/test.php\",\"Secret\":\"15b1370f-4130-4123-a3ab-bce5e174d9cd\"}";                                                                                
   
 
$ch curl_init('https://www.bitinstant.com/api/json/SetOrderIPN');                                                                      
curl_setopt($chCURLOPT_CUSTOMREQUEST"POST");                                                                     
curl_setopt($chCURLOPT_POSTFIELDS$data_string);                                                                  
curl_setopt($chCURLOPT_RETURNTRANSFERtrue);                                                                      
curl_setopt($chCURLOPT_HTTPHEADER, array(                                                                          
    
'Content-Type: application/json',                                                                                
    
'Content-Length: ' strlen($data_string))                                                                       
);                                                                                                                   
 
$result curl_exec($ch);
echo 
$result;
?>

</body>
</html>

I'm trying to run an API on the SetOrderIPN on ( https://www.bitinstant.com/api ).  This is the information they have on it.




I was wondering if anyone could point out what I am doing wrong.  :-(

I got the source code from this location ( https://bitcointalk.org/index.php?topic=117740.msg1526313#msg1526313 ), but their were using it to place quote (  GetQuote ).
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!