Bitcoin Forum
June 17, 2024, 10:19:01 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 [523] 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 ... 2125 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4669576 times)
xa4
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
July 23, 2014, 03:12:37 PM
 #10441

Can I just say that Ethereum isn't really our enemy.

Ethereum cannot offer anonymity, and if they implement something like ring signatures, they will be far less efficient than a native currency such as Monero.

Ethereum is going against a bit of Bitcoin but mostly it's generating it's own market.

Correct me if you think I am wrong, I'm really interested in hearing other peoples thoughts on the matter.

Acccording to V.Buterin you could implement a ring signatures algo in a contract and have 1 on 1 peg with the underlying ethers (ETH) -> your selfmade currency and underlying ethers would be annonymous.

http://redd.it/2b7gpd

Ethereum is very promising, but we'll have to see if the technology actually works. If it lives up to it's promise, I think it will become THE platform for smart contracts, ... and now is the time to look for options, ideas on how to make them work together.(EDIT Monero and ethereum)
Cheesus
Sr. Member
****
Offline Offline

Activity: 692
Merit: 254


terra-credit.com


View Profile
July 23, 2014, 03:20:06 PM
 #10442

monero devs seems to be absolutely beginners - your accusations and anger touched us, here is a result of 10 min research of your kiddy coding, concerning Payments ID and games with your kiddy coin wallet:
Second chapter of any average "Beginners in C++ guide" says that arguments can be passed to parameters either by value or by reference.
Looks like monero devs did not noticed that, when they recently read that kind of books.

Lets look at this playground:
https://github.com/monero-project/bitmonero/commit/d433a696e527a01c1cbef48495652335140f0bb2

With "Monero golden ampersand bug" made by monero devs, monero devs missed some &, wuuups:

bool validate_transfer(const std::list<wallet_rpc::transfer_destination> destinations, const std::string payment_id, std::vector<cryptonote::tx_destination_entry>& dsts, std::vector<uint8_t>& extra, epee::json_rpc::error& er);

bool wallet_rpc_server::validate_transfer(const std::list<wallet_rpc::transfer_destination> destinations, const std::string payment_id, std::vector<cryptonote::tx_destination_entry>& dsts, std::vector<uint8_t>& extra, epee::json_rpc::error& er)


Affects: Monero simplewallet since at least June 18 just lose all Payment ID data, so people can lost their money if they use your so called monero RPC "features". Again - all transfers in monero network made with JSON-RPC Payment ID, EG from Poloniex exchange to Bittrex exchange was made wrong if they use monero latest main kiddy code, or may be just lost. Qua, qua, qua ...


Users, be careful with kiddy coders.



Well this is awkward. Grin Allmighty monero devs are not so allmighty after all.  Grin

And there was so much marketing about it... it's not even fun, it's just sad.

So, that's why my XMR from hitbtc didn't reach Poloniex. And I was asking myself what I did wrong.

███████████████████████
  █████████████████████ 
    ███████████████████ 
      █████████████████ 
███████████████████████
          █████████████ 
            ███████████ 
              █████████ 
                ███████ 
                  ████ 
                    ███ 
                     
terracredit


















Powered by,
hitbtc
Sr. Member
****
Offline Offline

Activity: 525
Merit: 250


View Profile WWW
July 23, 2014, 03:22:53 PM
Last edit: July 24, 2014, 12:47:51 PM by hitbtc
 #10443

Dear HitBTC Users,

Regarding your numerous questions on the possible reasons of XMR payments not being processed correctly, we would like to inform you that the bug which caused the above-mentioned issue has been identified: due to a common technical issue, the transaction IDs were not sent to the XMR blockchain since 22/07/2014 11:30 UTC.

While this bug has not affected users who were withdrawing Monero to their own wallets, it affected the users who were transferring Monero directly between their accounts at different cryptocurrency exchanges, including HitBTC. The consequence being that the coins transferred directly from one exchange to another did not contain a payment ID, preventing users’ trading account from being credited.

At the present moment the problem has already been solved. We also inform you that HitBTC has cooperated with the involved exchanges on crediting users their funds.

In case you encounter any difficulties withdrawing or depositing Monero, please contact our Support team, and we will investigate the case in shortest time possible.

Regards,
the HitBTC team

Rias
Sr. Member
****
Offline Offline

Activity: 373
Merit: 250


View Profile
July 23, 2014, 03:25:28 PM
 #10444

monero devs seems to be absolutely beginners - your accusations and anger touched us, here is a result of 10 min research of your kiddy coding, concerning Payments ID and games with your kiddy coin wallet:
Second chapter of any average "Beginners in C++ guide" says that arguments can be passed to parameters either by value or by reference.
Looks like monero devs did not noticed that, when they recently read that kind of books.

Lets look at this playground:
https://github.com/monero-project/bitmonero/commit/d433a696e527a01c1cbef48495652335140f0bb2

With "Monero golden ampersand bug" made by monero devs, monero devs missed some &, wuuups:

bool validate_transfer(const std::list<wallet_rpc::transfer_destination> destinations, const std::string payment_id, std::vector<cryptonote::tx_destination_entry>& dsts, std::vector<uint8_t>& extra, epee::json_rpc::error& er);

bool wallet_rpc_server::validate_transfer(const std::list<wallet_rpc::transfer_destination> destinations, const std::string payment_id, std::vector<cryptonote::tx_destination_entry>& dsts, std::vector<uint8_t>& extra, epee::json_rpc::error& er)


Affects: Monero simplewallet since at least June 18 just lose all Payment ID data, so people can lost their money if they use your so called monero RPC "features". Again - all transfers in monero network made with JSON-RPC Payment ID, EG from Poloniex exchange to Bittrex exchange was made wrong if they use monero latest main kiddy code, or may be just lost. Qua, qua, qua ...


Users, be careful with kiddy coders.



Well this is awkward. Grin Allmighty monero devs are not so allmighty after all.  Grin

And there was so much marketing about it... it's not even fun, it's just sad.

So, that's why my XMR from hitbtc didn't reach Poloniex. And I was asking myself what I did wrong.

Re-reading Poloniex announcements:



Thanks to the XMR devs the payments are order of magnitude faster at losing user's money. So lol.
dreamspark
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
July 23, 2014, 03:26:13 PM
 #10445

monero devs seems to be absolutely beginners - your accusations and anger touched us, here is a result of 10 min research of your kiddy coding, concerning Payments ID and games with your kiddy coin wallet:
Second chapter of any average "Beginners in C++ guide" says that arguments can be passed to parameters either by value or by reference.
Looks like monero devs did not noticed that, when they recently read that kind of books.

Lets look at this playground:
https://github.com/monero-project/bitmonero/commit/d433a696e527a01c1cbef48495652335140f0bb2

With "Monero golden ampersand bug" made by monero devs, monero devs missed some &, wuuups:

bool validate_transfer(const std::list<wallet_rpc::transfer_destination> destinations, const std::string payment_id, std::vector<cryptonote::tx_destination_entry>& dsts, std::vector<uint8_t>& extra, epee::json_rpc::error& er);

bool wallet_rpc_server::validate_transfer(const std::list<wallet_rpc::transfer_destination> destinations, const std::string payment_id, std::vector<cryptonote::tx_destination_entry>& dsts, std::vector<uint8_t>& extra, epee::json_rpc::error& er)


Affects: Monero simplewallet since at least June 18 just lose all Payment ID data, so people can lost their money if they use your so called monero RPC "features". Again - all transfers in monero network made with JSON-RPC Payment ID, EG from Poloniex exchange to Bittrex exchange was made wrong if they use monero latest main kiddy code, or may be just lost. Qua, qua, qua ...


Users, be careful with kiddy coders.



Well this is awkward. Grin Allmighty monero devs are not so allmighty after all.  Grin

And there was so much marketing about it... it's not even fun, it's just sad.

So, that's why my XMR from hitbtc didn't reach Poloniex. And I was asking myself what I did wrong.

No its not, this piece of code is not in the latest tagged realease. See here for fluffyponys response.

https://bitcointalk.org/index.php?topic=632595.msg7987794#msg7987794
Rias
Sr. Member
****
Offline Offline

Activity: 373
Merit: 250


View Profile
July 23, 2014, 03:34:12 PM
 #10446

monero devs seems to be absolutely beginners - your accusations and anger touched us, here is a result of 10 min research of your kiddy coding, concerning Payments ID and games with your kiddy coin wallet:
Second chapter of any average "Beginners in C++ guide" says that arguments can be passed to parameters either by value or by reference.
Looks like monero devs did not noticed that, when they recently read that kind of books.

Lets look at this playground:
https://github.com/monero-project/bitmonero/commit/d433a696e527a01c1cbef48495652335140f0bb2

With "Monero golden ampersand bug" made by monero devs, monero devs missed some &, wuuups:

bool validate_transfer(const std::list<wallet_rpc::transfer_destination> destinations, const std::string payment_id, std::vector<cryptonote::tx_destination_entry>& dsts, std::vector<uint8_t>& extra, epee::json_rpc::error& er);

bool wallet_rpc_server::validate_transfer(const std::list<wallet_rpc::transfer_destination> destinations, const std::string payment_id, std::vector<cryptonote::tx_destination_entry>& dsts, std::vector<uint8_t>& extra, epee::json_rpc::error& er)


Affects: Monero simplewallet since at least June 18 just lose all Payment ID data, so people can lost their money if they use your so called monero RPC "features". Again - all transfers in monero network made with JSON-RPC Payment ID, EG from Poloniex exchange to Bittrex exchange was made wrong if they use monero latest main kiddy code, or may be just lost. Qua, qua, qua ...


Users, be careful with kiddy coders.



Well this is awkward. Grin Allmighty monero devs are not so allmighty after all.  Grin

And there was so much marketing about it... it's not even fun, it's just sad.

So, that's why my XMR from hitbtc didn't reach Poloniex. And I was asking myself what I did wrong.

No its not, this piece of code is not in the latest tagged realease. See here for fluffyponys response.

https://bitcointalk.org/index.php?topic=632595.msg7987794#msg7987794

orly?

https://github.com/monero-project/bitmonero/blob/master/src/wallet/wallet_rpc_server.h#L52
https://github.com/monero-project/bitmonero/blob/master/src/wallet/wallet_rpc_server.cpp#L142
Quicken
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
July 23, 2014, 03:39:42 PM
 #10447

A few little queries about transaction fees. Let's say I have two hypothetical wallets.

Old, dusty wallet 1 has 100 dust (<0.1) transactions from mining, 50 small transactions of .2, and 10 larger (>100) transactions from exchange transfers. No transactions out.

New, shiny wallet 2 is empty.

Now, if I were to transfer everything from wallet 1 to wallet 2 in a single transaction:

1) Would this go through as a single transaction?
2) What transaction fee would be payable?
3) Where do transaction fees go?
4) How will transaction fees be changing in the future?

Loving the Monero by the way. Don't let the FUD'ers bother you.
Cheers, Q
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
July 23, 2014, 03:44:40 PM
 #10448


This was somehow merged despite it being fixed a while ago while in testing

https://github.com/tewinget/bitmonero/commit/e7a3bd19f61d047f3daa49910e0d7da41ef47a8b

It was neglected to be merged in with the latest bunch of commits due to an oversight

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
dreamspark
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
July 23, 2014, 03:46:57 PM
 #10449


Is this in 0.8.8 or in master ?
Hexah
Sr. Member
****
Offline Offline

Activity: 728
Merit: 265



View Profile
July 23, 2014, 03:50:25 PM
 #10450


So, basically you wasted users money because of your incompetence?
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
July 23, 2014, 03:52:23 PM
 #10451

So, basically you wasted users money because of your incompetence?

Wasn't my code or my merge; when devs commit things to HEAD we warn everyone that they're experimental.

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
equipoise
Hero Member
*****
Offline Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
July 23, 2014, 03:52:40 PM
 #10452

A few little queries about transaction fees. Let's say I have two hypothetical wallets.

Old, dusty wallet 1 has 100 dust (<0.1) transactions from mining, 50 small transactions of .2, and 10 larger (>100) transactions from exchange transfers. No transactions out.

New, shiny wallet 2 is empty.

Now, if I were to transfer everything from wallet 1 to wallet 2 in a single transaction:

1) Would this go through as a single transaction?
2) What transaction fee would be payable?
3) Where do transaction fees go?
4) How will transaction fees be changing in the future?

Loving the Monero by the way. Don't let the FUD'ers bother you.
Cheers, Q
1) Probably most of it, but not all of it - you should try.
2) Each transaction will have 0.005 fee
3) To the miners
4) Most probably if the price goes up by significant factor the fee will go down (for the same maximum size of the transaction).

About me | zRMicroArray - phase 2 - Gene Expression Analysis software | [Weed Like to Talk - Bulgaria] Start a wave of cannabis seminars in Europe | Monero weighted average price stats: moneroprice.i2p
BTC: 1KoCX7TWKVGwqmmFw3CKyUSrKRSStueZar | NMC: NKhYEYpe1Le9MwHrwKsdSm5617J4toVar9 | XMR (Tip me a beer OpenAlias Monero address): tip.changetheworldwork.com
[XMR] Monero - A secure, private, untraceable cryptocurrency: 4AyRmUcxzefB5quumzK3HNE4zmCiGc8vhG6fE1oJpGVyVZF7fvDgSpt3MzgLfQ6Q1719xQhmfkM9Z2u NXgDMqYhjJVmc6KX
Rias
Sr. Member
****
Offline Offline

Activity: 373
Merit: 250


View Profile
July 23, 2014, 03:53:07 PM
 #10453


I'll quote dNote on this:

-snip-

Well, I'll cut-and-paste my reply to you from Github:

Quote
@ducknote Please don't act stupid, you're better than this.

1. You're conflating - that was pulled into the code long before there were any Monero developers: https://github.com/monero-project/bitmonero/commit/333f975760c156727dd7408f87e937af856d8bf1. We have not failed to credit the CryptoNote developers, and where there is code that is merged from other CryptoNote projects we ALWAYS credit the source. For example, we have credited Boolberry on more than one occasion: https://github.com/monero-project/bitmonero/commit/c050ff43bf5a8310b18081c5cd3d9bcd123416b8, https://github.com/monero-project/bitmonero/commit/3bc16dc0e6bd38fbec51a054e640bacdb17a9a82. Similarly, Boolberry have credited us on more than one occasion: https://github.com/cryptozoidberg/boolberry/commit/f7a019683a2ecc1954b761ac7094d588644ecf1c, https://github.com/cryptozoidberg/boolberry/commit/88bfcbf6d067a3f15f3d22a87dcb54211dc11f17, and https://github.com/cryptozoidberg/boolberry/commit/0ae9a2f24757e7229cf63776b5897c5b408c065e.

2. I've never heard of a "golden ampersand" bug, and neither has Google. Either you're outrightly lying, or you're using the wrong term entirely. Regardless, your ad hominem attack is nothing more than a straw man argument to try and detract from your despicable failure to credit the authors of the code you have merged down.

To be specific, again, this functionality (the payment ID being available in the JSON RPC transfer call) is not something you wrote. It is something we wrote. I have already linked you to the commit where it was merged on June 2nd. Don't worry - you're not the only one that has failed to credit Monero, Bytecoin also added the change on June 25th, stripped the code comments, and failed to credit us.

If you wish to remain honourable it would be appropriate for you not to insult me or any of the contributors to Monero, and to credit us where you have used our code. Of course, if there is anything you write that we use we will most definitely credit you, just as we have done with Boolberry.

Code gets committed to staging so it can be tested. The piece of code you're referring to is not in the 0.8.8 tagged release, and is thus not finalised. Thanks for pointing out the error, but nobody has lost anything.

lolollol "golden ampersand" bug - is mine © - i call it golden because just one "&" can cause a lot of money loss by monero users.

Again - Transaction ID was implemented in Bytecoin long before monero made it - https://github.com/amjuarez/bytecoin/commit/57cf53625817223733bdaf2f4e518ebae978713e April 29.

Monero just made it in RPC call, that part of kiddy code was ok, but nothing special and nothing hard. and at least that part of monero code was ok.

AGAIN:
Quote
Code gets committed to staging so it can be tested. The piece of code you're referring to is not in the 0.8.8 tagged release, and is thus not finalised. Thanks for pointing out the error, but nobody has lost anything.

Lets do like that:
1. Go to http://monero.cc
2. Click Getting Started link Smiley http://monero.cc/getting-started/index.html
3. Click http://monero.cc/getting-started/index.html#install_source
4. Here we can read: git clone git://github.com/monero-project/bitmonero && cd bitmonero && make
5. Go to the suggested code, master branch -> commits: https://github.com/monero-project/bitmonero/commits/master
6. Find that commit https://github.com/monero-project/bitmonero/commit/d433a696e527a01c1cbef48495652335140f0bb2 on master branch
7. Profit! Monero got "golden ampersand" bug since that commit, means since June 18th. All exchanges and services that made source code compilation from monero master branch since June 18th  affected.  
Quicken
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
July 23, 2014, 03:58:33 PM
 #10454

A few little queries about transaction fees. Let's say I have two hypothetical wallets.

Old, dusty wallet 1 has 100 dust (<0.1) transactions from mining, 50 small transactions of .2, and 10 larger (>100) transactions from exchange transfers. No transactions out.

New, shiny wallet 2 is empty.

Now, if I were to transfer everything from wallet 1 to wallet 2 in a single transaction:

1) Would this go through as a single transaction?
2) What transaction fee would be payable?
3) Where do transaction fees go?
4) How will transaction fees be changing in the future?

Loving the Monero by the way. Don't let the FUD'ers bother you.
Cheers, Q
1) Probably most of it, but not all of it - you should try.
2) Each transaction will have 0.005 fee
3) To the miners
4) Most probably if the price goes up by significant factor the fee will go down (for the same maximum size of the transaction).

Not sure I understand 3. I was the miner for some transactions (through a pool), and the purchaser on polo for the bigger transactions. I thought the transaction fees were going to the devs.
statdude
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000


View Profile
July 23, 2014, 04:04:32 PM
 #10455

I am personally doing a small survey about XMR for all the people interested in completing it :


https://docs.google.com/forms/d/1JqIXkjKpcEpv6lyH6SD22f_Ny0i-rhM9bV21WcOFstw/viewform


Thanks in advance


Did it

Nice result page

▄█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█▄
█ ███████████████████████ █
█ █████     █ ▀██████████ █
█ █████     █   ▀████████ █
█ █████  ██ █     ▀██████ █

█ █████  ▀▀ █▄▄▄▄▄▄▄█████ █
█ █████  ▄▄▄▄▄▄▄▄▄  █████ █
█ █████  ▄▄▄▄▄▄▄▄▄  █████ █
█ █████  ▄▄▄▄▄▄▄▄▄  █████ █
█ █████  ▄▄▄▄▄▄▄▄▄  █████ █
█ █████             █████ █
█ ███████████████████████ █
▀█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█▀
  Website
    Twitter
      Gitlab
      Reddit
    Telegram
Whitepaper
  ▄█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█▄
█ ███████████████████████ █
█ ███████████████████████ █
█ ███▄    ███████▀   ▄███ █
█ ████▌    █████▀    ████ █
█ ████▌     ███▀     ████ █
█ ████▌▐█    █▀ █    ████ █
█ ████▌▐██     ██    ████ █
█ ████▌▐███   ███    ████ █
█ ███▀  ▀███ ███▀    ▀███ █
█ ███████████████████████ █
█ ███████████████████████ █
▀█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█▀
erik_kimmo
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile WWW
July 23, 2014, 04:04:42 PM
 #10456


This is true. Today we at MinerGate updated our XMR daemons and wallets to the latest github version, but fortunately the wallet didn't pass our sanity check tests, because of PaymentID being skipped for every tx.

I've created a pull request with a fix, please take a look.
https://github.com/monero-project/bitmonero/pull/69

UPD: fluffypony accepted my request, thanks!
Hexah
Sr. Member
****
Offline Offline

Activity: 728
Merit: 265



View Profile
July 23, 2014, 04:06:46 PM
 #10457

I love how all monero shills now sit tight and don't post shit. Quite... can hear birds singing. I like that.

Grin
equipoise
Hero Member
*****
Offline Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
July 23, 2014, 04:09:26 PM
 #10458

Not sure I understand 3. I was the miner for some transactions (through a pool), and the purchaser on polo for the bigger transactions. I thought the transaction fees were going to the devs.
Transaction fees are going to the miners - when you are mining for a pool it's distributed to all the pool miners depending on their hash power (when the pool fee is subtracted).

About me | zRMicroArray - phase 2 - Gene Expression Analysis software | [Weed Like to Talk - Bulgaria] Start a wave of cannabis seminars in Europe | Monero weighted average price stats: moneroprice.i2p
BTC: 1KoCX7TWKVGwqmmFw3CKyUSrKRSStueZar | NMC: NKhYEYpe1Le9MwHrwKsdSm5617J4toVar9 | XMR (Tip me a beer OpenAlias Monero address): tip.changetheworldwork.com
[XMR] Monero - A secure, private, untraceable cryptocurrency: 4AyRmUcxzefB5quumzK3HNE4zmCiGc8vhG6fE1oJpGVyVZF7fvDgSpt3MzgLfQ6Q1719xQhmfkM9Z2u NXgDMqYhjJVmc6KX
drawingthesun
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
July 23, 2014, 04:11:28 PM
 #10459

I love how all monero shills now sit tight and don't post shit. Quite... can hear birds singing. I like that.

Grin

dnote has had quite a few replies and I very happy with tacotime's response, very professional.

On the other hand, you're being very childish.
act now
Member
**
Offline Offline

Activity: 166
Merit: 15


View Profile
July 23, 2014, 04:13:51 PM
 #10460


This is true. Today we at MinerGate updated our XMR daemons and wallets to the latest github version, but fortunately the wallet didn't pass our sanity check tests, because of PaymentID being skipped for every tx.

I've created a pull request with a fix, please take a look.
https://github.com/monero-project/bitmonero/pull/69

UPD: fluffypony accepts my request, thanks!

Thank you Minergate for helping out incompetent XMR developers. They should be very grateful this was fixed so fast, could've been much worse.

Imagine what would happen if this went unnoticed - a lot of people with a lot of lost funds all due to a childish mistake.
Pages: « 1 ... 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 [523] 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 ... 2125 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!