Bitcoin Forum
May 23, 2024, 06:14:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 ... 78 »
241  Bitcoin / Bitcoin Technical Support / Re: Easy code help needed (0.10 BTC Bounty) on: June 13, 2012, 08:40:52 PM
Since I'm not used to the old way of getting a node from a form, I just went with the way that I normally do it:
Code:
<html>  
     
    <head> 

    <script language="javascript" type="text/javascript"> 
    function multiply(){ 
    a=Number(document.getElementById("number1").value); 
    b=Number(document.getElementById("number2").value); 
    c=a*b; 
    document.getElementById("total").value=c; 
    } 
    </script> 
 
    </script> 
     
    </head> 
     
    <body> 
     
    <!-- Opening a HTML Form. -->   
    <form name="BTC Cost"> 
     
    <!-- Here user will enter 1st number. -->   
    BTC Price: <input type="text" name="number1" id="number1" value="8.50">   
       
     
    <!-- Here user will enter 2nd number. -->   
    Amount Of BTC You Want: <input type="text" name="number2" id="number2">   
     
     
    <!-- Here result will be displayed. -->   
    Get Result: <input type="text" name="total" id="total">   
     
     
    <!-- Here respective button when clicked, calls only respective artimetic function. -->   
    <input type="button" value="Multiply" onclick="javascript:multiply();"> 
 
     
    </form> 
thanks btc sent to your sig address!
242  Economy / Currency exchange / Re: WTB BTC For PP on: June 13, 2012, 08:33:24 PM
Let me know what you got and what you want for it.  New to BTC but have heat going back to 2004 http://www.heatware.com/eval.php?id=27348
also 105+ 0- ebay feedback going back to 2001.
my site sells btc through paypal, it will be back up in about 15 mins, its udner construction.
243  Bitcoin / Bitcoin Technical Support / Re: Easy code help needed (0.10 BTC Bounty) on: June 13, 2012, 08:29:11 PM
Code:
<html>  
      
    <head>  

    <script language="javascript" type="text/javascript">  
    function multiply(){  
    a=Number(document.calculator.number1.value);  
    b=Number(document.calculator.number2.value);  
    c=a*b;  
    document.calculator.total.value=c;  
    }  
    </script>  
  
    </script>  
      
    </head>  
      
    <body>  
      
    <!-- Opening a HTML Form. -->  
    <form name="BTC Cost">  
      
    <!-- Here user will enter 1st number. -->  
    BTC Price: <input type="text" name="number1" value="8.50">  
      
      
    <!-- Here user will enter 2nd number. -->  
    Amount Of BTC You Want: <input type="text" name="number2">  
      
      
    <!-- Here result will be displayed. -->  
    Get Result: <input type="text" name="total">  
      
      
    <!-- Here respective button when clicked, calls only respective artimetic function. -->    
    <input type="button" value="Multiply" onclick="javascript:multiply();">  
  
      
    </form>  
      
    </body>  
    </html>  
What do you want the color of changed?
never mind it came out good. But it wont multiply now..
244  Other / Beginners & Help / Re: Buy Bitcoins With PayPal on: June 13, 2012, 08:11:10 PM
I didnt want grey labels lol.

Grey labels removed.
thanks can you help me with this https://bitcointalk.org/index.php?topic=87392.0
245  Bitcoin / Bitcoin Technical Support / Easy code help needed (0.10 BTC Bounty) on: June 13, 2012, 07:38:29 PM
Code:
<html>  
      
    <head>  

    <script language="javascript" type="text/javascript">  
    function multiply(){  
    a=Number(document.calculator.number1.value);  
    b=Number(document.calculator.number2.value);  
    c=a*b;  
    document.calculator.total.value=c;  
    }  
    </script>  
  
    </script>  
      
    </head>  
      
    <body>  
      
    <!-- Opening a HTML Form. -->  
    <form name="BTC Cost">  
      
    <!-- Here user will enter 1st number. -->  
    BTC Price: <input type="text" name="number1">  
      
      
    <!-- Here user will enter 2nd number. -->  
    Amount Of BTC You Want: <input type="text" name="number2">  
      
      
    <!-- Here result will be displayed. -->  
    Get Result: <input type="text" name="total">  
      
      
    <!-- Here respective button when clicked, calls only respective artimetic function. -->    
    <input type="button" value="Multiply" onclick="javascript:multiply();">  
  
      
    </form>  
      
    </body>  
    </html>  

I need the first number to have a default value of 8.50
And anyway to change the color of things would help to.
246  Other / Beginners & Help / Re: Buy Bitcoins With PayPal on: June 13, 2012, 06:27:03 PM
I didnt want grey labels lol.
247  Economy / Economics / Re: My 1 year Bitcoin birthday on: June 13, 2012, 03:12:07 PM
mine was two days ago, I missed it!
248  Other / Beginners & Help / Re: Buy Bitcoins With PayPal on: June 13, 2012, 03:07:04 PM
I updated the selling feature. You can now enter the price you want instead of waiting for me to email you back. But whenever I made the text on top of the boxed a certain colors the text within the boxes become that color. I would like the top text to be white and the in box to be black. If anyone can tell me how to do this ill give you 0.10 BTC
249  Economy / Currency exchange / Re: Will buy anything with MasterCard for Bitcoin [Total 625USD] [PayPal] on: June 13, 2012, 02:29:13 AM
I will pay for anything with my debit card for bitcoins. (Subs, gift cards, items, Steam games or I can donate it to your PayPal account using debit card)

I have done trade of same kind before and it all went good:
https://bitcointalk.org/index.php?topic=81985.msg903110

I will go first if you have at least +5 in list of honest traders.
I won't do trade over 300USD if you don't have at least +10.

Pm me here,
Thanks.
site in sig  Grin
250  Bitcoin / Bitcoin Discussion / Re: What happened to Bitcoins being anonymous? on: June 11, 2012, 11:13:16 PM
Once upon a time bitcoin.org called Bitcoin "anonymous" but that was a mistake, and for at least two years "we" (core developers) have tried to be careful to say that, at best, Bitcoin is pseudanonymous.

I tell reporters that Bitcoin is more private than using any other online payment method, but less private than cash (unless you know a lot about how it works under the covers and jump through several hoops to keep your identity secret).

When you asked me where I saw it I went to bitcoin.org because that's where I thought it was from lol.
251  Bitcoin / Bitcoin Discussion / Re: What happened to Bitcoins being anonymous? on: June 11, 2012, 10:45:48 PM
This is suppose to be all anonymous..
Where did you read that bitcoin is supposed to be anonymous?

I heard it somewhere lol
252  Bitcoin / Bitcoin Discussion / What happened to Bitcoins being anonymous? on: June 11, 2012, 09:57:19 PM
Correct me if I am wrong but I barely use blockchain and I was taking a look at it and it shows you a map of all the coins being sent in the world.
This is suppose to be all anonymous..
253  Bitcoin / Electrum / Re: Electrum server discussion thread on: June 11, 2012, 03:22:06 AM
everything is down..no server connection
254  Economy / Services / Re: Announcing BitcoinAdvertisers.com THE MONEY MAKING MONSTER! on: June 11, 2012, 01:12:55 AM
Major redesign of the site has been completed:

http://bitcoinadvertisers.com/

This is it for short term updates of the site, long term will plan includes a client login and graphs.
nice!
255  Other / Beginners & Help / Re: [Possible Scammer] Buy Bitcoins With PayPal bitmint.weebly.com on: June 09, 2012, 02:02:10 PM
I "donated" once and it took hours to fulfill it. I emailed asking about the delay, and was told usually it would be processed within six and it might take up to 24 hours.

So after my first order was delivered. I made another 8 orders (was planning to make more) but was just told I NEED to have a trade history here. If I had a trade history here I wouldn't be using an overpriced service... Now I'm out 8*17 USD and bitmint.weebly.com or TheBitMan is refusing to send me the bitcoins I donated for. Beware.
Before posting this you have to give me some time to respond to the email... I have hundreds of transactions and no problem like this before. You were rude to begin with and I just got scammed recently so I was asking for some more info. There was a limit of ONE order per day and you bought 8. You obviously weren't paying attention. I will refund all your payments now. No coins for you.

Well there was no limit of one order per day when I made my first order. It was added recently along with the option to purchae 3 bitcoins. Previously the max was 2 bitcoins. So don't say that I didn't pay attention when the site didn't reflect that when I first purchased.

I made the subsequent orders after you seemed legit and fulfilled the first order. I'll take my business elsewhere. Found some gigs on fiverr so if you do not want my business I shall look for alternative sources.

At one time I had a One purchase per day in red at the top. I took that down and put up what I have now along with the 3 btc. But what ever it's over with.
256  Economy / Currency exchange / Re: Want to buy $50.00 worth of BTC with PayPal on: June 09, 2012, 03:41:05 AM
+1 rep for user "Davecoin" https://bitcointalk.org/index.php?action=profile;u=58365
sold me some..


257  Other / Beginners & Help / Re: Buy Bitcoins With PayPal on: June 09, 2012, 03:39:19 AM
Will paypal ban me from using this service?
No one so far has told me that there's got banned. But there is a risk.
258  Other / Beginners & Help / Re: Buy Bitcoins With PayPal on: June 09, 2012, 03:34:47 AM
For slandering my sites name and giving me hell trying to figure all this out I give user "Rocco" a lifetime ban from my site, your refunded btw all $136.00. Don't be so quick to judge people, give things time. All you had to do was look around the forum and see I am an honest person.
259  Other / Beginners & Help / Re: [Possible Scammer] Buy Bitcoins With PayPal bitmint.weebly.com on: June 09, 2012, 03:19:30 AM
I "donated" once and it took hours to fulfill it. I emailed asking about the delay, and was told usually it would be processed within six and it might take up to 24 hours.

So after my first order was delivered. I made another 8 orders (was planning to make more) but was just told I NEED to have a trade history here. If I had a trade history here I wouldn't be using an overpriced service... Now I'm out 8*17 USD and bitmint.weebly.com or TheBitMan is refusing to send me the bitcoins I donated for. Beware.
You also said that you were going to open a "scam report" on one of the other orders, I don't know what part of manual transactions you don't understand the site says give it AROUND 24 hours for the coins to arrive and 24 hours hadn't even passed when you emailed me.
260  Other / Beginners & Help / Re: [Possible Scammer] Buy Bitcoins With PayPal bitmint.weebly.com on: June 09, 2012, 03:16:24 AM
I "donated" once and it took hours to fulfill it. I emailed asking about the delay, and was told usually it would be processed within six and it might take up to 24 hours.

So after my first order was delivered. I made another 8 orders (was planning to make more) but was just told I NEED to have a trade history here. If I had a trade history here I wouldn't be using an overpriced service... Now I'm out 8*17 USD and bitmint.weebly.com or TheBitMan is refusing to send me the bitcoins I donated for. Beware.
Before posting this you have to give me some time to respond to the email... I have hundreds of transactions and no problem like this before. You were rude to begin with and I just got scammed recently so I was asking for some more info. There was a limit of ONE order per day and you bought 8. You obviously weren't paying attention. I will refund all your payments now. No coins for you.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 ... 78 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!