Bitcoin Forum
April 19, 2024, 11:03:28 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 [355] 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 ... 442 »
  Print  
Author Topic: [DVC]DevCoin - Official Thread - Moderated  (Read 1058398 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
weisoq
Hero Member
*****
Offline Offline

Activity: 720
Merit: 500


View Profile
December 19, 2017, 10:18:08 AM
 #7081

Checked my wallet. Also seems fine - syncs to current block and receiver_76 as expected.
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713567808
Hero Member
*
Offline Offline

Posts: 1713567808

View Profile Personal Message (Offline)

Ignore
1713567808
Reply with quote  #2

1713567808
Report to moderator
1713567808
Hero Member
*
Offline Offline

Posts: 1713567808

View Profile Personal Message (Offline)

Ignore
1713567808
Reply with quote  #2

1713567808
Report to moderator
1713567808
Hero Member
*
Offline Offline

Posts: 1713567808

View Profile Personal Message (Offline)

Ignore
1713567808
Reply with quote  #2

1713567808
Report to moderator
sawa
Legendary
*
Offline Offline

Activity: 1308
Merit: 1011



View Profile
December 19, 2017, 01:42:05 PM
 #7082

Hmm, I see a recent change in the repository https://github.com/Unthinkingbit/charity
Quote
Fast-forward
 account_76.csv            |    3 +-
 account_77.csv            |  100 +++++++++++++
 account_location.csv      |    2 +-
 devcoinshare.html         |   10 +-
 devtome_77.csv            |  199 ++++++++++++++++++++++++++
 devtome_analytics_77.csv  | 2174 ++++++++++++++++++++++++
 devtome_earnings_77.csv   |    1 +
 devtome_summary.txt       |    8 +-
 marketing_earnings_77.csv |    4 +
 marketing_summary.txt     |   16 +--
 ongoing_76.csv            |   27 ++++
 ongoing_77.csv            |   27 ++++
 rating_77.csv             |  210 ++++++++++++++++++++++++++++
 rating_earnings_77.csv    |    0
receiver_76.csv           |  101 +++++++-------
 receiver_77.csv           |  169 ++++++++++++++++++++++
 receiver_summary.txt      |    2 +-
 17 files changed, 2986 insertions(+), 67 deletions(-)
 create mode 100644 account_77.csv
 create mode 100644 devtome_77.csv
 create mode 100644 devtome_analytics_77.csv
 create mode 100644 devtome_earnings_77.csv
 create mode 100644 marketing_earnings_77.csv
 create mode 100644 ongoing_76.csv
 create mode 100644 ongoing_77.csv
 create mode 100644 rating_77.csv
 create mode 100644 rating_earnings_77.csv
 create mode 100644 receiver_77.csv

Here http://devcoin.darkgamex.ch/ also recently changed the contents of the file  receiver_76.csv
Quote
[TXT]   receiver_76.csv   10-Dec-2017 07:00    6.5K   
[TXT]   receiver_77.csv   05-Dec-2017 11:00    6.2K

The first time I downloaded the receiver_76.csv file on November 9, 2017.
Thank you, developers. I did not suspect on the files "receiver_*. csv" can be changed later.
I'll try to synchronize the blockchain with the modified files "receiver_*. csv"

sawa
Legendary
*
Offline Offline

Activity: 1308
Merit: 1011



View Profile
December 19, 2017, 02:15:29 PM
 #7083

No. There is no synchronization. This message is shown in console:
Code:
In receiver.h, getIsSufficientAmount rejected the addresses or amounts.
For the given:
Height: 304000
Share: 4500000000000
Step: 4000
The expected addresses are:
The receiverMap shows that they should get 0 coins
The shares per address however are set to 4500000000000
15MZRa1cPUVChs6XpzyAfGox5nvPVpSvok

The given addresses are:
1KZKMYixw4PDtu5ZbKqrahRWeAgputuVoc

The given amounts are:
450000000000

and stops on 303999 block
Code:
devcoind getinfo
{
    "version" : 80501,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 303999,
    "timeoffset" : 0,
    "connections" : 18,
    "proxy" : "",
    "difficulty" : 391033605.64058393,
    "testnet" : false,
    "keypoololdest" : 1513687817,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

In .devcoin/debug.log:
Code:
....
SetBestChain: new best=68267eb5529a1c628f4fc7c0230a85e57cc9a71e9b636cd28ed6d68370bd2702  height=303998  log2_work=81.11821  tx=513586  date=2017-11-22 10:25:52 progress=0.050526
ProcessBlock: ACCEPTED
received block b4ef1744b6bb844d18246b4b29749127d0a5cf8484475f06d1a7650343220a0d
SetBestChain: new best=b4ef1744b6bb844d18246b4b29749127d0a5cf8484475f06d1a7650343220a0d  height=303999  log2_work=81.118211  tx=513587  date=2017-11-22 10:36:20 progress=0.050526
ProcessBlock: ACCEPTED
received block 84aa521404784e65c65fa750af38317f61b2356bb258c508cef064c7febada8f
ERROR: ConnectBlock() : Share to beneficiary is insufficient
ERROR: SetBestBlock() : ConnectBlock 84aa521404784e65c65fa750af38317f61b2356bb258c508cef064c7febada8f failed
ERROR: AcceptBlock() : AddToBlockIndex failed
ERROR: ProcessBlock() : AcceptBlock FAILED
received block 0df5a0c178dd3beba89659be8c8043dc9e8c93ca70723fc21cd6f76aa0692f72
ERROR: ConnectBlock() : Share to beneficiary is insufficient
ERROR: SetBestBlock() : ConnectBlock 84aa521404784e65c65fa750af38317f61b2356bb258c508cef064c7febada8f failed
ERROR: AcceptBlock() : AddToBlockIndex failed
ERROR: ProcessBlock() : AcceptBlock FAILED
received block d62a157ac57227fa95d1b5d51e1298df60c27dd8835950fdf26c6ae362fe90b4
ERROR: ConnectBlock() : Share to beneficiary is insufficient
....

weisoq
Hero Member
*****
Offline Offline

Activity: 720
Merit: 500


View Profile
December 19, 2017, 03:45:52 PM
 #7084

No. There is no synchronization. This message is shown in console: ...
Are you sure you had receiver_76 in the directory before trying to resync? As block 304000 is where it rolls from 75 to 76.
sawa
Legendary
*
Offline Offline

Activity: 1308
Merit: 1011



View Profile
December 20, 2017, 05:44:17 AM
 #7085

No. There is no synchronization. This message is shown in console: ...
Are you sure you had receiver_76 in the directory before trying to resync? As block 304000 is where it rolls from 75 to 76.

Of course, I'm sure. I replaced it with this file http://devcoin.darkgamex.ch/receiver_76.csv for the last time before synchronization.

Code:
# ls -lh ~/.devcoin/receiver/receiver_7*                                                                                                                                                                                                                                      
-rw-r--r-- 1 user user 5.1K May  6  2017 /user/.devcoin/receiver/receiver_70.csv                                                                                                                                                                                                                               
-rw-r--r-- 1 user user 5.1K Jun 10  2017 /user/.devcoin/receiver/receiver_71.csv                                                                                                                                                                                                                               
-rw-r--r-- 1 user user 8.1K Jul  5 13:00 /user/.devcoin/receiver/receiver_72.csv                                                                                                                                                                                                                               
-rw-r--r-- 1 user user 6.7K Aug  5 14:00 /user/.devcoin/receiver/receiver_73.csv                                                                                                                                                                                                                               
-rw------- 1 user user 5.8K Sep 18 01:55 /user/.devcoin/receiver/receiver_74.csv                                                                                                                                                                                                                               
-rw-r--r-- 1 user user 4.5K Oct  5 13:00 /user/.devcoin/receiver/receiver_75.csv                                                                                                                                                                                                                               
-rw-r--r-- 1 user user 6.5K Dec 10 12:00 /user/.devcoin/receiver/receiver_76.csv                                                                                                                                                                                                                               
-rw-r--r-- 1 user user 6.2K Dec  5 16:00 /user/.devcoin/receiver/receiver_77.csv                                                                                                                                                                                                                               
-rw------- 1 user user 2.8K Feb  8  2015 /user/.devcoin/receiver/receiver_7.csv

weisoq
Hero Member
*****
Offline Offline

Activity: 720
Merit: 500


View Profile
December 20, 2017, 07:44:27 AM
 #7086

No. There is no synchronization. This message is shown in console: ...
Are you sure you had receiver_76 in the directory before trying to resync? As block 304000 is where it rolls from 75 to 76.

Of course, I'm sure. I replaced it with this file http://devcoin.darkgamex.ch/receiver_76.csv for the last time before synchronization.

Ok. I'm at work without info to hand, but don't think receiver_77 has been finalised/applies yet.  Not a dev so someone else will have to clarify, but may want to remove that one before resync.
Wekkel
Legendary
*
Offline Offline

Activity: 3108
Merit: 1531


yes


View Profile
December 20, 2017, 07:23:01 PM
 #7087

I am at block 307374. The (old and dated?) wallet (Debian Linux) does not seem to update though.



The latest receiver file I can find is receiver_17.csv dated 5 November 2013 but I have transactions in my wallet dated 7 March 2016 and 27 May 2017  Huh

weisoq
Hero Member
*****
Offline Offline

Activity: 720
Merit: 500


View Profile
December 20, 2017, 08:03:46 PM
 #7088

I am at block 307374. The (old and dated?) wallet (Debian Linux) does not seem to update though.

The latest receiver file I can find is receiver_17.csv dated 5 November 2013 but I have transactions in my wallet dated 7 March 2016 and 27 May 2017  Huh
My old and dated windows version updates receivers to current.
wiser
Legendary
*
Offline Offline

Activity: 1806
Merit: 1029



View Profile
December 20, 2017, 09:24:39 PM
 #7089

I've not had any trouble keeping my wallet up to date, and I probably know just enough about how to program a wallet to be dangerous. DVC definitely has a functional wallet going for it right now.
IconFirm
Hero Member
*****
Offline Offline

Activity: 1438
Merit: 574


Always ask questions. #StandWithHongKong


View Profile WWW
December 20, 2017, 09:33:33 PM
 #7090

DVC definitely has a functional wallet going for it right now.

Is that why I have to periodically download receiver files manually in order to get the wallet to sync?  Because it's functional?

PIA went evil: https://bitcointalk.org/index.php?topic=5203968.msg53160131#msg53160131 Unofficial & Uncensored SYSCOIN thread: https://bitcointalk.org/index.php?topic=4748031.0    Do not trust Yobit/HitBTC/BiteBTC/coinsbit/p2pb2b/Mercatox/C-cex/Poloniex/WEX/KuCoin/LiveCoin/TheRockTrading/Bitfinex/ADAB/Okex/TradeSatoshi/Gate.io/Changelly/Freewallet.org/crex24 scam exchanges or ICO's by known scammers like HashCoins/Ambisafe/Bountyhive - they WILL scam you! Use diligence & research. Buy coins, sell coins - don't invest in stupid shit. If your questions aren't answered - don't touch it.
Wekkel
Legendary
*
Offline Offline

Activity: 3108
Merit: 1531


yes


View Profile
December 20, 2017, 11:12:52 PM
 #7091

It seems my old Linux wallet is up to date then regardless of Receiver files.

weisoq
Hero Member
*****
Offline Offline

Activity: 720
Merit: 500


View Profile
December 21, 2017, 01:12:30 AM
 #7092

No. There is no synchronization. This message is shown in console: ...
Are you sure you had receiver_76 in the directory before trying to resync? As block 304000 is where it rolls from 75 to 76.
Of course, I'm sure. I replaced it with this file http://devcoin.darkgamex.ch/receiver_76.csv for the last time before synchronization.
Had a look at the code linked here: http://devtome.com/doku.php?id=devcoin#receiver_files

Block 304000 is when receiver switches to newer file. Assuming height 304000, step 4000 therefore refers to first address of new receiver file (receiver_76):

First address in receiver_76 is 15MZRa1cPUVChs6XpzyAfGox5nvPVpSvok

But first address in receiver_75 is 1KZKMYixw4PDtu5ZbKqrahRWeAgputuVoc

As those two addresses correspond to your errors, all I can think is that client hasn't properly closed/restarted in resync to pick up receiver_76?

That's just my uninformed guess. Anything more informed will need someone more familiar with the process.
weisoq
Hero Member
*****
Offline Offline

Activity: 720
Merit: 500


View Profile
December 21, 2017, 10:52:45 PM
Last edit: December 22, 2017, 12:06:56 AM by weisoq
 #7093

Have tidied up stuff on devtome. Contacts for any future access problems are here. If interested in keeping it going understand hosting could still do with contributions. Wikipedia have reinstated my devcoin article if anyone wants to keep content updated.

Was good to find this project at a difficult personal time, for constructive interaction with some similar-minded ideals. Things haven't turned out as I probably naively hoped, and using up btc for dvc support a hindsight bad error. But live and learn, and trust some of that made a positive difference to others. Hope you all agree on a way forward with the right incentive structures - growing big government and big business means new approaches to support OS development and open licensing are needed ever more. Good luck.
wiser
Legendary
*
Offline Offline

Activity: 1806
Merit: 1029



View Profile
December 24, 2017, 03:24:07 AM
 #7094

I think Steemit is a good model to look at as far as the getting paid for writing concept goes. Participate in it (I know you already do, develcuy), study it, figure out a way to do it better, and then compete...

Merry Christmas, everyone!
Qtera
Member
**
Offline Offline

Activity: 161
Merit: 14


View Profile WWW
December 24, 2017, 07:53:26 AM
Last edit: December 24, 2017, 04:30:45 PM by Qtera
 #7095

Hi people, I'm Qtera, aka Cpsilent aka Silentwriter.  I'm responsible in the last couple of months for contacting the Open Source Projects to which we donate (https://en.bitcoin.it/wiki/Donation-accepting_organizations_and_projects#Open_source), and as Unthinkingbit says in here https://bitcointalk.org/index.php?topic=233997.msg22703497#msg22703497 the strategy is to fund them even more than we already do.

From all forty of those projects only seventeen entered in the share list. The method of contact them varied among projects: most of the time I used the good-old-and-faithful e-mail just fine, but I also got responses using forums and github.  The other ways to contact projects like reddit, twitter or gitlabs weren't successful at all.

From that list, there are five discontinued projects and possibly another one:  ArkOS, the Bluetile WM project, The FreeHal, TOR Chat and The PirateLinux distro. But in case of PirateLinux and Tor Chat, they are kind of special cases. Although the Piratelinux is halted, the developer would like to continue in the future and he even gave me his bitcoin address.(https://github.com/piratelinux/Pirate-Linux/issues/3) In case of the TOR Chat, the former developer told me that the project isn't currently maintained but that the address in there was his and it's active, and he only wants to get donations "...if you want to generally say thanks to me in general, not for this specific project.". In case of these two specific projects they are getting a year of donations to see if they resume their work, if not, the donations will stop.

Another case of posible discontinuance is OpenElec. They have no working email to contact them, but their forums seem active, at least until June 2017. I even logged into their irc channel and a user told me the project was dead. As it didn't seem something official or couldn't find its death clearly posted anywhere else, I opened a forum thread asking about it (http://openelec.tv/forum/23-feedback/84579-bitcoin-address-for-donations) and there are no answers so far.

Unthinkingbit and I agreed in giving the one-year grace period only to those projects which cared to answer back. However, I'm still waiting for an answer in this case.


The second category is for projects that don't receive bitcoin donations anymore. At the moment it's only OpenGameArt.org:

Quote
OpenGameArt.org does not accept BitCoins at this time.
Source:https://opengameart.org/content/donate-bitcoins


A third category are the projects managed by external foundations, like FSF or GNOME Foundation for instance. In this case, fits MediaGoblin, GIMP and Replicant. Those are active projects, but fiscalized by sponsor organizations. For this reason they are still funded by us.

The projects that use a service like BitPay and Coinbase are RaspBMC (now OSMC, the project changed their name), TOR, Piwik (https://github.com/piwik/piwik/issues/12232#issuecomment-342360943), LibreOffice, Haiku OS, FreeBSD and Etherpad Foundation (https://groups.google.com/d/topic/etherpad-lite-dev/X4ostzJOlnc/discussion). In these cases they A) didn't want to switch, B) didn't provide an alternate bitcoin address or C) they simply didn't reply back. Their reasons are wide-ranging, but in most cases they stick to these services just for the simplicity and convenience.

Finally, the projects that use their own wallets and replied to my enquiry promptly are: Apache, DokuWiki, DosBox, Duplicati(https://forum.duplicati.com/t/bitcoin-donation-address-question/1106), Farmbot, Loomio, MegaGlest, OpenStreetMap, OsmAnd, TOR Servers, VideoLAN, and WikiSpeed.

So, counting the projects from category three, four and the two special cases, there will be founding for 17 projects from that original list. You can check the current complete share list for OS projects in https://raw.githubusercontent.com/cpsilent/devcoinstuff/master/devcoinshare.html

Well, I think it's everything for now. Happy Holidays everybody!!!



Earn Devcoins by Writing
Devcoin address: 122fZgNs8jL72jbUFstnpvG6EE8GFJA2Xr
Steemit Profile Account
sawa
Legendary
*
Offline Offline

Activity: 1308
Merit: 1011



View Profile
December 24, 2017, 05:39:40 PM
 #7096

I found the reason why the wallet was not synchronized.

I outlined the problem here: https://bitcointalk.org/index.php?topic=233997.msg25874905#msg25874905, https://bitcointalk.org/index.php?topic=233997.msg26546800#msg26546800, https://bitcointalk.org/index.php?topic=233997.msg26606174#msg26606174, https://bitcointalk.org/index.php?topic=233997.msg26608073#msg26608073, https://bitcointalk.org/index.php?topic=233997.msg26642100#msg26642100

I took the receiver_76.csv and receiver_77.csv files from http://devcoin.darkgamex.ch/ - the synchronization was stopped on block 303999
Similarly, with receiver_76.csv and receiver_77.csv from https://github.com/Unthinkingbit/charity - there is no synchronization

Today I installed a wallet for Windows and it has downloaded receiver_76.csv and receiver_77.csv. Their size and content differed from the one I downloaded earlier.
I found that receiver_76.csv and receiver_77.csv allowing to synchronize above block 303999 can be downloaded here
http://devcoinpool.btc-music.com/receiver/
http://d.evco.in/receiver/
http://show-me-the-devcoin.info/devtome/
Thus, the contents of these files in different sources differ

In the left panel on the screenshot, the sizes of the receiver_76.csv and receiver_77.csv files with which the synchronization does not stop.
Those on the right are from http://devcoin.darkgamex.ch/ and https://github.com/Unthinkingbit/charity and they do not allow synchronizing the blockchain above block 303999
Because of this, my DVC wallets could not work for quite a long time. Who should I thank for this?

Wekkel
Legendary
*
Offline Offline

Activity: 3108
Merit: 1531


yes


View Profile
December 24, 2017, 06:06:04 PM
 #7097

Just a quick thought: if Devcoin is Still merge mined with Bitcoin, would it not provide excellent PoW security while having very low transaction fees and a liberal issue scheme, thus being perfectly suited as day-2-day currency?

- The Most Secure Low Fee Payment Currency, secured by the Bitcoin Network -

Qtera
Member
**
Offline Offline

Activity: 161
Merit: 14


View Profile WWW
December 24, 2017, 09:44:21 PM
Last edit: December 24, 2017, 10:00:58 PM by Qtera
 #7098

I found that receiver_76.csv and receiver_77.csv allowing to synchronize above block 303999 can be downloaded here
http://devcoinpool.btc-music.com/receiver/
http://d.evco.in/receiver/
http://show-me-the-devcoin.info/devtome/

Uhmm I'm seeing the size of receiver_77.csv in all those three URLs the same as in http://devcoin.darkgamex.ch/ and https://github.com/Unthinkingbit/charity (6333), and the wallet doesn't let me synchronize above block 303999 yet. However, the size of receiver_76.csv is indeed different in those addresses.

Earn Devcoins by Writing
Devcoin address: 122fZgNs8jL72jbUFstnpvG6EE8GFJA2Xr
Steemit Profile Account
sawa
Legendary
*
Offline Offline

Activity: 1308
Merit: 1011



View Profile
December 25, 2017, 12:19:49 AM
 #7099

I found that receiver_76.csv and receiver_77.csv allowing to synchronize above block 303999 can be downloaded here
http://devcoinpool.btc-music.com/receiver/
http://d.evco.in/receiver/
http://show-me-the-devcoin.info/devtome/

Uhmm I'm seeing the size of receiver_77.csv in all those three URLs the same as in http://devcoin.darkgamex.ch/ and https://github.com/Unthinkingbit/charity (6333)

I did not find where the DVC wallet for Windows took the receiver_77.csv file for download.
But my receiver_77.csv downloaded from sources known to me differs in size from the receiver_77.csv downloaded through the wallet under Windows

K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 25, 2017, 11:38:56 AM
Last edit: December 25, 2017, 12:13:39 PM by K1773R
 #7100

I found the reason why the wallet was not synchronized.

I outlined the problem here: https://bitcointalk.org/index.php?topic=233997.msg25874905#msg25874905, https://bitcointalk.org/index.php?topic=233997.msg26546800#msg26546800, https://bitcointalk.org/index.php?topic=233997.msg26606174#msg26606174, https://bitcointalk.org/index.php?topic=233997.msg26608073#msg26608073, https://bitcointalk.org/index.php?topic=233997.msg26642100#msg26642100

I took the receiver_76.csv and receiver_77.csv files from http://devcoin.darkgamex.ch/ - the synchronization was stopped on block 303999
Similarly, with receiver_76.csv and receiver_77.csv from https://github.com/Unthinkingbit/charity - there is no synchronization

Today I installed a wallet for Windows and it has downloaded receiver_76.csv and receiver_77.csv. Their size and content differed from the one I downloaded earlier.
I found that receiver_76.csv and receiver_77.csv allowing to synchronize above block 303999 can be downloaded here
http://devcoinpool.btc-music.com/receiver/
http://d.evco.in/receiver/
http://show-me-the-devcoin.info/devtome/
Thus, the contents of these files in different sources differ

In the left panel on the screenshot, the sizes of the receiver_76.csv and receiver_77.csv files with which the synchronization does not stop.
Those on the right are from http://devcoin.darkgamex.ch/ and https://github.com/Unthinkingbit/charity and they do not allow synchronizing the blockchain above block 303999
Because of this, my DVC wallets could not work for quite a long time. Who should I thank for this?
You are correct, thats now fixed (on devcoin.darkgamex.ch).

@Unthinkingbit: please revert the changes of receiver_76/77 in those files (git), since that broke everything. Then you are also back in sync. Meanwhile i've switching away from your repo to markm's files.

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
Pages: « 1 ... 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 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 [355] 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 ... 442 »
  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!