Bitcoin Forum
July 11, 2024, 04:00:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 [285] 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 ... 554 »
5681  Economy / Scam Accusations / Re: Scam accusation against... Myself and my partner on: January 20, 2015, 07:48:36 AM
Damn, I really wasn't expecting this from you williamj2543. I never trusted moreia, but I did trust you to some extend. This proofs once again that people on here shouldn't be trusted and that I'm way to trusting. Will fix that ASAP.

Also going to clean up my trust ratings, don't want people to get fucked because of my positive rating. Will change ratings from positive to neutral on people that I have successfully dealt with, but have no other ratings or remove it all together, depending on the trade, etc.
5682  Economy / Gambling / Re: MoneyPot.com -- The Social Gambling Game on: January 20, 2015, 07:33:06 AM
I still never got a chance to try this game.  I remember reading the rules and feeling confused and then there was this weird thing about bits vs bitcoin which confused me further...
1 bit is 100 Satoshi's. It's a unit of measurement just like mBTC. The game itself is relatively easy, get out before the game crashes. Grin
5683  Economy / Auctions / Re: Advertise in the Signature Overview Thread [Round 10] on: January 19, 2015, 11:27:15 PM
Well, Quickseller won this round once again and here are the stats as promised:

  • The advertisement that Quickseller put up has been clicked 12 times. Mostly by Chrome users on Windows computers. Click here to see everything.
  • The amount of views on my thread was 95896. It currently is 99584 so 3688 views in 10 days.

Next round will be launched in +- 9 hours.
5684  Economy / Auctions / Re: Advertise in the Signature Overview Thread [Round 10] on: January 19, 2015, 10:20:16 PM
BTC0.025

If I win, how much time do I have to provide ad banner?
You have 10 days to do so, but I hope it doesn't take you so long, because after 10 days a new ad will be put up. Tongue
5685  Economy / Invites & Accounts / Re: Free Porn Site Member Accounts on: January 19, 2015, 10:11:10 PM
I will take on for my "friend" who likes these kind of this. I, personally, don't like this kind of "stuff".
5686  Economy / Collectibles / Re: "Morning Calm" - 11" Physical Bitcoin (Proof of Ownership) on: January 19, 2015, 09:10:19 PM
WoodCollector, your life is pretty fucking interesting to read about. Maybe you should write a book about your journey, how you got into wood carving, why you decided to get into Bitcoins, etc. I would love to read it!
5687  Economy / Digital goods / Re: [$2] Deezer/Netflix/LoL/NBA/Origin accounts and MBAM Premium keys on: January 19, 2015, 08:44:44 PM
I just bought the MBAM pack and they seem to work. Based on how the keys look, I'm going to guess that someone found out how Malwarebytes Anti-Malware generates it's key and imitated that with a generator. Not sure though.
5688  Economy / Gambling / Re: MoneyPot.com -- The Social Gambling Game on: January 19, 2015, 05:53:49 PM
This has totally made my morning, someone has created a third-party verification website to verify Money Pot games in real time.

https://leprchaun.io/

Thanks to who ever did it!
That is pretty fucking sweet! Well done, whoever did that.
5689  Economy / Services / Re: [Webdevelopper|cheap]I am doing your website for you - I do first, you pay after on: January 19, 2015, 03:18:25 PM
There is no website for it ?
Well I am gonna code one xD.
There are, of course there are, but those are highly trusted members on this board.
5690  Economy / Services / Re: [Webdevelopper|cheap]I am doing your website for you - I do first, you pay after on: January 19, 2015, 02:34:59 PM
Well, I did know that some people was so kiddy... Then yes I could use an Escrow service, do you know one with very low fee ?
I would advice devthedev, Tomatocage or escrow.ms. Wink
5691  Economy / Collectibles / Re: RARE f*D Physical Peercoins | 50 made | Only 3 left | $75 each on: January 19, 2015, 12:46:31 PM
Goddammit. I wish I had more BTC for your Bitcoin one. It looks amazing and I need to have it for my collection.
5692  Other / Meta / Re: BitcoinTalk++ script - v0.2.96 on: January 19, 2015, 11:29:17 AM
Hmm yeah that should be why...
I'll figure something out and make an update within 2 days and keep you updated
Alright, thanks mate! I will be patiently waiting for your solution. Grin

Edit
In the meantime try changing
Quote
'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+GM_getValue('password_'+pseudo,'BTPPJJNOTSET')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s))
to
Quote
'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+encodeURIComponent('YOUR_PASS')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s))
That worked, but what can I use to load my settings? Tongue
5693  Other / Meta / Re: BitcoinTalk++ script - v0.2.96 on: January 19, 2015, 11:06:33 AM
The code now looks like this:
Code:
function saveSettingsServer(){
   var s={};
   for(pn in params){if(pn==0){continue;}p=params[pn];
       s[p]=GMGV(params,pdefaults,p);
   }
   getPageWithData(server+"/savesettings.php", function(r){
           changeinnerHTML('savesettingserror',r.responseText);
           setTimeout(function(){changeinnerHTML('savesettingserror','');},3000);
       }, 0,
       'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+GM_getValue('password_'+pseudo,'BTPPJJNOTSET')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s))
   ,'POST');
}

But I still get an error message that I use a bad password.




EDIT: The password doesn't show if I press "Show". It gives me a different message:


I'm guessing that this is why I cannot save or load settings, because it was never saved. Not sure though. Yes, I have pressed change, multiple times. Tongue
5694  Economy / Services / Re: Bounty- Brand Logo for SkinSen.com on: January 19, 2015, 10:48:15 AM
I will give it a shoot later on today.
5695  Other / Archival / Re: Updated Overview of Bitcointalk Signature-Ad Campaigns on: January 19, 2015, 09:14:21 AM
Quote
@Mitchell : When will the next auction begin? How many days will the auction and the ad last? I may want one. So I want to prepare for that!
The current one will end today and the new one will be started after that. Every auction lasts 10 days and your ad will stay up for 10 days as well.
5696  Economy / Auctions / Re: Advertise in the Signature Overview Thread [Round 10] on: January 19, 2015, 09:13:57 AM
Today is the last day!
5697  Economy / Services / Re: [Webdevelopper|cheap]I am doing your website for you - I do first, you pay after on: January 19, 2015, 09:05:42 AM
Toggy, I advice you to use escrow if someone wants something from you. There will be people that are going to abuse your time, just for fun. They don't care that they don't get anything, but you will be pissed because you put work into something you will never ever get paid for.
5698  Economy / Collectibles / Re: 2014 Casascius St. Petersburg Bowl Bitcoin Coin on: January 19, 2015, 08:18:26 AM
But the odd thing is there aint much competency needed to take coins put them in a box and ship them to person A, B, C...etc. Likely not Mike's fault from the looks of it.
I know and like I said, I'm not blaming Mike, I'm blaming Stryde for failing to put a coin in a box, slapping an address on it and sending it out.
5699  Economy / Collectibles / Re: 2014 Casascius St. Petersburg Bowl Bitcoin Coin on: January 19, 2015, 08:11:22 AM
4th Jan.. pffft
I ordered the 24th Dec 2014, no sign of the coins yet, the order is stated as complete, but no tracking has been provided, so I have no idea where my coins are.
This is badly organized by Stryde, that's for sure. I'm not blaming Casascius, though, he couldn't know that Stryde was so incompetent.
5700  Economy / Collectibles / Re: 2014 Casascius St. Petersburg Bowl Bitcoin Coin on: January 19, 2015, 07:48:19 AM
I feel you guys. I ordered mine on the 4th of January and it's still not shipped. The two weeks have already passed and I think that this is ridiculous. Even Chinese ship stuff faster (within 10 business days and 70% of the time it's after 1 business day).
Pages: « 1 ... 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 [285] 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 ... 554 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!