Bitcoin Forum
May 01, 2024, 11:57:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 574 575 576 577 578 579 580 581 582 583 584 585 586 [587] 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
ferment
Full Member
***
Offline Offline

Activity: 168
Merit: 100


IDEX - LIVE Real-time DEX


View Profile
January 01, 2014, 12:52:50 PM
 #11721


So the idea would be that if "nxt:notsoshifty" was entered into a browser, the browser extension would fetch the alias, look for the 'web' entry, and go to that URL (http://www.notsoshifty.de/). A nxt client would look for the 'nxtacct' entry if it was in reference to making a payment; an email client would look for 'smtp', etc.

Ferment: if you think this is a good idea, perhaps you could modify the 22k.io site (and browser extensions?) to check for json and act accordingly? (It should also support the existing method of course). Also anybody who might be developing nxt clients using aliases as account numbers.


I've been thinking about this too. The cool thing is that Service Providers (like 22k) can define what they support in alias URI strings. So a couple ideas pop out:

1. Support for json arrays. Arrays in a json could solve the problem of list multiple options for URI. So, you could set an alias to be an array of hostnames to stash well known peers in an alias!

Code:
["node1.nxtbase.com","vps1.nxtcrypto.org","nxt1.tweetmondo.com"]

2. Support for json hashes. The approach would be like your contact alias example. However, what I would do is just do other aliases to keep things small.

Code:
{"web":"mywebalias","mail":"mymailalias","bitcointalk":"bctalias"}

3. Tagging aliases with semantics by using substrings. So say you wanted 22k.io to send you an email when your nxt account received funds, create an alias in your account starting with the "22knotify" in it like "22knotify2014yeehaw" with a "mailto" URI. (NOT IMPLEMENTED - yet!)

All of these would require a new URI scheme for each format so a parser could handle it.

Fun!


1714607859
Hero Member
*
Offline Offline

Posts: 1714607859

View Profile Personal Message (Offline)

Ignore
1714607859
Reply with quote  #2

1714607859
Report to moderator
1714607859
Hero Member
*
Offline Offline

Posts: 1714607859

View Profile Personal Message (Offline)

Ignore
1714607859
Reply with quote  #2

1714607859
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
NxtChoice
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 01, 2014, 12:59:08 PM
 #11722


Thanks for your reference. From the wiki example, can I understand that if I set time to be 0 then all txs will be returned?

BTW, it seems that this API "getAccountTransactionIds" just get the general tx, but don't return back the forging tx. Right? Is there any other API for the the forging tx, or should we just walk through the blockchain to find the tx?
PaulyC
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile WWW
January 01, 2014, 01:03:40 PM
 #11723

Well. Thought for sure it couldn't happen to me. but just had all of NXT stolen out of my account. yey..

sent to
receiver..
16204974692852323982

had a 35 character PW. completely and extremely varied characters.
Was never posted anywhere, and the only place I saved it locally didn't have a few characters just to make sure I never accidentelly pasted it anywhere..


wth..


and yes I know it says up to 50 or 70 now with 4.8 install, but damn. this is crazy.   just a random password (different of course) with the same amount of characters would take..

197 quindecillion years
to crack your password
[Tweet Result]
HIDE DETAILS
Length: 34 characters
Character Combinations: 96
Calculations Per Second: 4 billion
Possible Combinations: 24 unvigintillion


something is ODD here??

thanks

Doge Mars Landing Foundation
(founder) Coined the phrase, "Doge to the Mars" and "Check that Hash!". Discoverer of the 2013 NXT nefarious wallet.  Admin. FameMom [FAMOM]
wesleyh
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
January 01, 2014, 01:09:35 PM
 #11724

Update regarding Nxt Alias Browser Extensions:

1. I've decided to join forces with ferment (owner of 22k.io), as it's import to cooperate on one of the best features of Nxt and not confuse users with multiple extensions and what not.

2. Now, there is a bit of a difference between my extensions and what 22k.io currently has. I would like some community input on which approach is best.

- 22k.io extensions are "thin clients". The alias entered is immediately sent to 22k.io which then processes the alias; (does a redirect, shows account info, etc.. depending on the alias). This is an advantage because new features can be added easily.

- My extensions are "thick clients". The extension itself processes the alias. It first tries to ask your localhost for the alias URI, if you have the Nxt client running on your computer. If not, it connects to a Nxt node on the internet and asks it for the alias info.

The extension then decides what to do; redirect, open an email, etc..

New features require an update to the extension. I haven't checked yet if auto-update is an option in all browsers.

Which approach is technically best? I don't know. Perhaps a combination of the two could also be done; if the alias is a simple URI or email address, the client handles it, otherwise it's sent to 22k.io which can then show account info, etc...

3. We also have to be careful about security. Especially when it comes to aliases that refer to an account.

If a node is compromised, it could return the attacker's ID instead of the real account ID. This could result in stolen coins if you send to that ID.

That's why it's perhaps better to connect to multiple nodes (3 or more, from different geographical ares) and ask all of them for the alias info, and only if all of them return the same information show the user the result. We also have to make sure that 22k.io is not compromised.

4. I think it's best if this entire project would be handled as a community effort, with some kind of official sanctioning so that users know they can trust the extension/website.

All code, both client side (browser extensions), as well as server side, should also be available for peer review, open-source and hosted on github. I haven't yet got word back from ferment on this.

5. We also need some kind of agreement on the json syntax and other new features.
landomata
Legendary
*
Offline Offline

Activity: 2184
Merit: 1000


View Profile WWW
January 01, 2014, 01:16:51 PM
 #11725

Hello Nxters

Welcome to the FINAL LOGO RUN OFF!



https://nextcoin.org/index.php/topic,1927.0.html

instacalm
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
January 01, 2014, 01:19:37 PM
 #11726

Hello Nxters

Welcome to the FINAL LOGO RUN OFF!



https://nextcoin.org/index.php/topic,1927.0.html

Hash
intel
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
January 01, 2014, 01:20:06 PM
 #11727

Well. Thought for sure it couldn't happen to me. but just had all of NXT stolen out of my account. yey..

something is ODD here??

thanks

Well, did you scan your PC with antivirus? Where do you have your node hosted? Is this shared nore or your own? Who else have access to your email / node server? Did you check node server log files? Did you see some stange behavior or errors near to this?

[!] 24.7 NXT News Portal. Real-Time Update. Share your own news with NXT community and get FREE NXT!
PaulyC
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile WWW
January 01, 2014, 01:27:27 PM
Last edit: January 01, 2014, 01:40:12 PM by PaulyC
 #11728

Well. Thought for sure it couldn't happen to me. but just had all of NXT stolen out of my account. yey..

something is ODD here??

thanks

Well, did you scan your PC with antivirus? Where do you have your node hosted? Is this shared nore or your own? Who else have access to your email / node server? Did you check node server log files? Did you see some stange behavior or errors near to this?

I use a pretty tight antivirus software ESET, all my NXT has been done local. no email or node servers.  I would love to see who this receiver is, but blockchain is down. Hopefully someone can help! thanks.

**edit
no intrusions, no viruses, weird behavior, no odd ports open etc.


It's at 51 confirmations.! is there anyway to stop this theft!??? I literally saw my client a few moments after it happened (it was open) so how this happened is odd!

My actual User account that has been stolen from is
NXT
16821029889165561706

Doge Mars Landing Foundation
(founder) Coined the phrase, "Doge to the Mars" and "Check that Hash!". Discoverer of the 2013 NXT nefarious wallet.  Admin. FameMom [FAMOM]
landomata
Legendary
*
Offline Offline

Activity: 2184
Merit: 1000


View Profile WWW
January 01, 2014, 01:36:48 PM
 #11729

has anyone got any thoughts of implementation on decentralized storage with NXT involvement?

if so can you discuss/inform us a bit? is it theorhetically possible?

im a programmer and im gonna do a dissertation project in the next three months and i may combine stuff to build something for next

https://nextcoin.org/index.php/topic,1893.0.html

landomata
Legendary
*
Offline Offline

Activity: 2184
Merit: 1000


View Profile WWW
January 01, 2014, 01:37:59 PM
 #11730


pls vote at the link...votes are only count if posted there.


Thks

utopianfuture
Sr. Member
****
Offline Offline

Activity: 602
Merit: 268

Internet of Value


View Profile
January 01, 2014, 01:40:33 PM
 #11731

Update regarding Nxt Alias Browser Extensions:

1. I've decided to join forces with ferment (owner of 22k.io), as it's import to cooperate on one of the best features of Nxt and not confuse users with multiple extensions and what not.

2. Now, there is a bit of a difference between my extensions and what 22k.io currently has. I would like some community input on which approach is best.

- 22k.io extensions are "thin clients". The alias entered is immediately sent to 22k.io which then processes the alias; (does a redirect, shows account info, etc.. depending on the alias). This is an advantage because new features can be added easily.

- My extensions are "thick clients". The extension itself processes the alias. It first tries to ask your localhost for the alias URI, if you have the Nxt client running on your computer. If not, it connects to a Nxt node on the internet and asks it for the alias info.

The extension then decides what to do; redirect, open an email, etc..

New features require an update to the extension. I haven't checked yet if auto-update is an option in all browsers.

Which approach is technically best? I don't know. Perhaps a combination of the two could also be done; if the alias is a simple URI or email address, the client handles it, otherwise it's sent to 22k.io which can then show account info, etc...

3. We also have to be careful about security. Especially when it comes to aliases that refer to an account.

If a node is compromised, it could return the attacker's ID instead of the real account ID. This could result in stolen coins if you send to that ID.

That's why it's perhaps better to connect to multiple nodes (3 or more, from different geographical ares) and ask all of them for the alias info, and only if all of them return the same information show the user the result. We also have to make sure that 22k.io is not compromised.

4. I think it's best if this entire project would be handled as a community effort, with some kind of official sanctioning so that users know they can trust the extension/website.

All code, both client side (browser extensions), as well as server side, should also be available for peer review, open-source and hosted on github. I haven't yet got word back from ferment on this.

5. We also need some kind of agreement on the json syntax and other new features.


From user's perspective, I like browser's extension approach better. I still use 24k.io if I wan to check if an alias available or the total number of aliases one account has. But if I want to go directly to one alias's destination, I prefer the ease of just typing in my browser.


░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
  TomoChain  •    •  TomoChain 
░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
landomata
Legendary
*
Offline Offline

Activity: 2184
Merit: 1000


View Profile WWW
January 01, 2014, 01:44:06 PM
 #11732



3. Tagging aliases with semantics by using substrings. So say you wanted 22k.io to send you an email when your nxt account received funds, create an alias in your account starting with the "22knotify" in it like "22knotify2014yeehaw" with a "mailto" URI. (NOT IMPLEMENTED - yet!)

All of these would require a new URI scheme for each format so a parser could handle it.

Fun!



Could you get a e-mail if funds where moved out of the account or if it was opened?

timmyd
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
January 01, 2014, 01:46:01 PM
 #11733

Well. Thought for sure it couldn't happen to me. but just had all of NXT stolen out of my account. yey..

something is ODD here??

thanks

Well, did you scan your PC with antivirus? Where do you have your node hosted? Is this shared nore or your own? Who else have access to your email / node server? Did you check node server log files? Did you see some stange behavior or errors near to this?

I use a pretty tight antivirus software ESET, all my NXT has been done local. no email or node servers.  I would love to see who this receiver is, but blockchain is down. Hopefully someone can help! thanks.

**edit
no intrusions, no viruses, weird behavior, no odd ports open etc.


It's at 51 confirmations.! is there anyway to stop this theft!??? I literally saw my client a few moments after it happened (it was open) so how this happened is odd!

My actual User account that has been stolen from is
NXT
16821029889165561706
Sorry to hear pal i hate thiefs with a passion. Scum of the earth they are. Do you use windows have you had remote view open at any point. Seems really strange for them to brute force a pass of 35 random characters. Did you use spaces and symbols or just dictionary words for tour password. ?

Monthly profits from Www.Banxcapital.com
The safest Exchange around Www.Banx.io Fiat 2 BTC Www.Banxtrade.com
Latest Crypto News Www.Digitalmoneytimes.com

<a href="http://8857bcobvnw90aez2kvoq2wn8w.hop.clickbank.net/?tid=BB" target="_top"><img src="http://www.bonusbagging.co.uk/Banners/728x90_2.jpg" width="728" height="90" alt="Make thousands RISK FREE" border="0"/></a>
wesleyh
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
January 01, 2014, 01:47:04 PM
 #11734

Update regarding Nxt Alias Browser Extensions:

1. I've decided to join forces with ferment (owner of 22k.io), as it's import to cooperate on one of the best features of Nxt and not confuse users with multiple extensions and what not.

2. Now, there is a bit of a difference between my extensions and what 22k.io currently has. I would like some community input on which approach is best.

- 22k.io extensions are "thin clients". The alias entered is immediately sent to 22k.io which then processes the alias; (does a redirect, shows account info, etc.. depending on the alias). This is an advantage because new features can be added easily.

- My extensions are "thick clients". The extension itself processes the alias. It first tries to ask your localhost for the alias URI, if you have the Nxt client running on your computer. If not, it connects to a Nxt node on the internet and asks it for the alias info.

The extension then decides what to do; redirect, open an email, etc..

New features require an update to the extension. I haven't checked yet if auto-update is an option in all browsers.

Which approach is technically best? I don't know. Perhaps a combination of the two could also be done; if the alias is a simple URI or email address, the client handles it, otherwise it's sent to 22k.io which can then show account info, etc...

3. We also have to be careful about security. Especially when it comes to aliases that refer to an account.

If a node is compromised, it could return the attacker's ID instead of the real account ID. This could result in stolen coins if you send to that ID.

That's why it's perhaps better to connect to multiple nodes (3 or more, from different geographical ares) and ask all of them for the alias info, and only if all of them return the same information show the user the result. We also have to make sure that 22k.io is not compromised.

4. I think it's best if this entire project would be handled as a community effort, with some kind of official sanctioning so that users know they can trust the extension/website.

All code, both client side (browser extensions), as well as server side, should also be available for peer review, open-source and hosted on github. I haven't yet got word back from ferment on this.

5. We also need some kind of agreement on the json syntax and other new features.


From user's perspective, I like browser's extension approach better. I still use 24k.io if I wan to check if an alias available or the total number of aliases one account has. But if I want to go directly to one alias's destination, I prefer the ease of just typing in my browser.

Oh don't get me wrong, the ferment extension also works like mine; you just type in nxt:blabla - but the difference is afterwards. His extension redirects to 22k.io/blabla and then redirects to the associated URI. The process of my extension is listed above. It's a bit more decentralized.
PaulyC
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile WWW
January 01, 2014, 01:50:59 PM
 #11735

Well. Thought for sure it couldn't happen to me. but just had all of NXT stolen out of my account. yey..

something is ODD here??

thanks

Well, did you scan your PC with antivirus? Where do you have your node hosted? Is this shared nore or your own? Who else have access to your email / node server? Did you check node server log files? Did you see some stange behavior or errors near to this?

I use a pretty tight antivirus software ESET, all my NXT has been done local. no email or node servers.  I would love to see who this receiver is, but blockchain is down. Hopefully someone can help! thanks.

**edit
no intrusions, no viruses, weird behavior, no odd ports open etc.


It's at 51 confirmations.! is there anyway to stop this theft!??? I literally saw my client a few moments after it happened (it was open) so how this happened is odd!

My actual User account that has been stolen from is
NXT
16821029889165561706
Sorry to hear pal i hate thiefs with a passion. Scum of the earth they are. Do you use windows have you had remote view open at any point. Seems really strange for them to brute force a pass of 35 random characters. Did you use spaces and symbols or just dictionary words for tour password. ?

No all local, yes, all characters, numbers, random, upper, lowers,

I would say REALLY strange too. I almost want to hope there's something going on with the Blockchain, but I guess not since it's being confirmed, anyways good luck I guess my NXT days are done, sucks I got in at 2900 satoshis too.

Doge Mars Landing Foundation
(founder) Coined the phrase, "Doge to the Mars" and "Check that Hash!". Discoverer of the 2013 NXT nefarious wallet.  Admin. FameMom [FAMOM]
ferment
Full Member
***
Offline Offline

Activity: 168
Merit: 100


IDEX - LIVE Real-time DEX


View Profile
January 01, 2014, 01:54:54 PM
 #11736


1. I've decided to join forces with ferment (owner of 22k.io), as it's import to cooperate on one of the best features of Nxt and not confuse users with multiple extensions and what not.


Alright! I think we can go really fast this way. The clock is ticking!

Quote
2. Now, there is a bit of a difference between my extensions and what 22k.io currently has. I would like some community input on which approach is best.

- 22k.io extensions are "thin clients".

- My extensions are "thick clients".

Which approach is technically best? I don't know. Perhaps a combination of the two could also be done; if the alias is a simple URI or email address, the client handles it, otherwise it's sent to 22k.io which can then show account info, etc...

I think a hybrid model would be good. Like an option where one could choose "public nxt nodes" or "22k.io" as the source of info. So there will naturally be a trade off on trust vs features.

Thick clients (extensions, native apps, mobile apps with code) are more of a long term investment for the community as they require significant overhead of multiple codebases, releases, distribution, etc.

Thin clients will allow us to test the functionality and progress rapidly.

Both are necessary.

Quote
3. We also have to be careful about security. Especially when it comes to aliases that refer to an account.

If a node is compromised, it could return the attacker's ID instead of the real account ID. This could result in stolen coins if you send to that ID.

That's why it's perhaps better to connect to multiple nodes (3 or more, from different geographical ares) and ask all of them for the alias info, and only if all of them return the same information show the user the result. We also have to make sure that 22k.io is not compromised.

A valid point that supports the hybrid thin/thick model. Sensitive information should be handled in the thick client (or javascript in browser). One idea is the thick client could handle "verification" of 22k.io by providing a function to check localhost and public nodes (but not nxtbase nodes!).

Quote
4. I think it's best if this entire project would be handled as a community effort, with some kind of official sanctioning so that users know they can trust the extension/website.

I'll respectfully disagree on this point. NXT market adoption doesn't have time to wait this. My strategy is to build cool stuff and address trust issues as they arise. Sanctioning is implicit in adoption.

Quote
All code, both client side (browser extensions), as well as server side, should also be available for peer review, open-source and hosted on github. I haven't yet got word back from ferment on this.

I'm all for client stuff being open source. However, I would prefer to keep the "special sauce" closed and then open source libraries based on the work. I'm still trying to figure out how to make the NXTs off this work. If the community wants to invest, then open sourcing everything is certainly an option I'd consider. I have a 5 person dev/ops team at my disposal, but I can't pull them off paying gigs without revenue generation.

If we follow a model where security related things are always handled on the client side, then this shouldn't be an issue. If we follow a "trust, but verify" approach, the need for open sourcing as test of trustworthiness is not required (besides, I could run different code and not tell anyone).

Quote
5. We also need some kind of agreement on the json syntax and other new features.

My strategy is to just start defining stuff and implementing. If someone doesn't like the format, they're free to implement it differently.  History has shown that adoption is the best form of "agreement". Let the market decide.

So, would I propose, is that we start publishing an API and spec for 22k.io as we implement support for advanced alias features and other things.

Exciting stuff!

jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
January 01, 2014, 01:55:33 PM
 #11737

CfB,

How could we implement email confirmation for sending of NXT?
How long would google authenticator support take to implement?

Some sort of 2 factor authorization will be needed down the road. Without it, competitors will make sure to highlight each and every time somebody loses NXT. I do not know the different probabilities of BTC account being cracked vs NXT, but the public perception would be that if only NXT had two factor authentication, the loss wouldn't have happened.

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
ferment
Full Member
***
Offline Offline

Activity: 168
Merit: 100


IDEX - LIVE Real-time DEX


View Profile
January 01, 2014, 01:56:09 PM
 #11738



3. Tagging aliases with semantics by using substrings. So say you wanted 22k.io to send you an email when your nxt account received funds, create an alias in your account starting with the "22knotify" in it like "22knotify2014yeehaw" with a "mailto" URI. (NOT IMPLEMENTED - yet!)

All of these would require a new URI scheme for each format so a parser could handle it.

Fun!



Could you get a e-mail if funds where moved out of the account or if it was opened?

Yes, it could monitor any transaction or if a block was forged with that account.

PaulyC
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile WWW
January 01, 2014, 01:57:57 PM
 #11739

just wanted to add. this is found for the recipient's address in google cached view of the NXT blockchain.
16204974692852323982

not that it will help me get my NXT back I'm sure..
real lame, how my PW was cracked is beyond me.. really.

http://webcache.googleusercontent.com/search?q=cache:xOs0TPi1UPcJ:87.230.14.1/nxt/nxt.cgi%3Faction%3D3000%26acc%3D3727742886551973110+&cd=2&hl=en&ct=clnk&gl=us

Doge Mars Landing Foundation
(founder) Coined the phrase, "Doge to the Mars" and "Check that Hash!". Discoverer of the 2013 NXT nefarious wallet.  Admin. FameMom [FAMOM]
utopianfuture
Sr. Member
****
Offline Offline

Activity: 602
Merit: 268

Internet of Value


View Profile
January 01, 2014, 02:00:28 PM
 #11740

just wanted to add. this is found for the recipient's address in google cached view of the NXT blockchain.
16204974692852323982

not that it will help me get my NXT back I'm sure..
real lame, how my PW was cracked is beyond me.. really.

http://webcache.googleusercontent.com/search?q=cache:xOs0TPi1UPcJ:87.230.14.1/nxt/nxt.cgi%3Faction%3D3000%26acc%3D3727742886551973110+&cd=2&hl=en&ct=clnk&gl=us

Is this a really random pass or a passphrase that you can remember ? While Nxt security is not yeat at a desirable level I think it is an user's issue that your acc got hacked.


░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
  TomoChain  •    •  TomoChain 
░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
Pages: « 1 ... 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 574 575 576 577 578 579 580 581 582 583 584 585 586 [587] 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 ... 2557 »
  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!