Bitcoin Forum
May 21, 2024, 06:17:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 ... 195 »
2021  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] CPU Only AxiomMemHash + SHABAL-256 - Schnorr Sigs - Ongoing POW - DPOS on: July 27, 2015, 09:44:32 PM
I really hate that g$damned secp256

secp256k1/src/secp256k1.c:9:31: fatal error: include/secp256k1.h: No such file or directory
 #include "include/secp256k1.h"

Also look at this. https://bitcointalk.org/index.php?topic=1135151.msg11975598#msg11975598
2022  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Vcoin sha256 pow on: July 27, 2015, 09:33:10 PM
Thanks for your enlightenment. It is always a pleasure to read your posts.  Smiley
2023  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] CPU Only AxiomMemHash + SHABAL-256 - Schnorr Sigs - Ongoing POW - DPOS on: July 27, 2015, 04:37:17 PM
Just got home from work to find the axiom I've mined over last 24hrs have been withdrawn from the wall 1299 coins wtf!!!   No one at home all day.  Clean install of windows 7 yesterday, only thing downloaded was axiom wallet ( original and then updated version)  wallet was encrypted and unlocked for staking.  1st time this has happened in over a year.  
Am I just mining for someone else here???

Can anyone suggest how I might detect how this has happened?  I'm not a coder btw.0
Can you confirm if you downloaded from the official link or from a quoted link? There was someone in here earlier today that quoted the dev and changed the link of the minerd file. It was quickly deleted by the imposter. Refer here. The same could have happened with the wallet file. Can you upload your wallet and if you used the minerd to virustotal and post your result? The guys here will be able to quickly see if it was anything to do with the files here or if you have to look somewhere else on your PC.
2024  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Vcoin sha256 pow on: July 27, 2015, 03:33:14 PM
We’re in the process of doing something similar, on a less ambitious scale. We want to use the notary service to publish semantic web URIs that resolve to RDF Graphs carrying the metadata for, in our case, edition data and provenance of Minkiz cool prints.


Cheers

Graham


... as a start  Grin
2025  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HIFUN] SatoshiFun [SCRYPT] 1 Satoshi fun | You can only go higher! 1HOUR LEFT on: July 27, 2015, 12:54:58 PM
can't build the linux version but could build the previous version today.

edit: i send it via PM

Can you post your error?
2026  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] CPU Only AxiomMemHash + SHABAL-256 - Schnorr Sigs - Ongoing POW - DPOS on: July 27, 2015, 11:38:36 AM
Dev can you please check if this is normal false positives for the minerd in your post?

https://www.virustotal.com/en/file/fca557722fcdf02b5d9e96f4cf8276aaa698db6506b7f4632707973c89e54494/analysis/1437996645/

EDIT:

Be careful guys someone quoted the devs minerd post and changed the Mega link of the minerd in the quote but has now deleted the post. Double check the minerd you are using that you are using only "official" links.

Scan result of the trojan modified link but that was deleted. If you check your minerd on virustotal then you will see which one you have by the hash calculation - the devs one with seemlingly bitcoinminer false positives or the trojan infected one that was deleted by the imposter.

https://www.virustotal.com/en/file/fc15a9c59fe9bc9933aad7b0373a42f38b019a040628411591dc6361e7499250/analysis/1437995217/



2027  Alternate cryptocurrencies / Announcements (Altcoins) / Re: WOC2 - WarOfCoins - MASTERNODES on: July 27, 2015, 05:27:50 AM
Dev it seems that you are trying to force a takeover of the coin.
2028  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] CPU Only AxiomMemHash + SHABAL-256 - Schnorr Sigs - Ongoing POW - DPOS on: July 26, 2015, 08:42:02 PM
incoming 100 coins then they just disappear from wallet?

It was an orphan block. Your miner thought it had solved it but actually someone else solved it just before you did and he was credited with the block and not you.
2029  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] Axiom - CPU AxiomHash AXH + SHABAL-256 - Schnorr Sigs - Launch Now on: July 26, 2015, 03:31:34 PM
Ubuntu 14.04 LTS; I made and installed the secp256 thing from the specified git repo, as I had errors trying to compile without doing so.

However, even after installing that, I still cannot compile (I used "make USE_UPNP= -f makefile.unix axiomd").

What is the problem, it looks almost as if you are trying to compile your own copy of the secp thing in a subdirectory?

Code:
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/markm/src/Cryptocoins/axiom-git/src -I/home/markm/src/Cryptocoins/axiom-git/src/obj -I/home/markm/src/Cryptocoins/axiom-git/src/secp256k1/include -I/home/markm/src/Cryptocoins/axiom-git/src/secp256k1/src -DENABLE_WALLET -I/home/markm/src/Cryptocoins/axiom-git/src/leveldb/include -I/home/markm/src/Cryptocoins/axiom-git/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/secp256k1/src/secp256k1.d -o obj/secp256k1/src/secp256k1.o secp256k1/src/secp256k1.c
In file included from secp256k1/src/secp256k1.c:18:0:
secp256k1/src/ecmult_impl.h: In function ‘void secp256k1_ecmult_odd_multiples_table_storage_var(int, secp256k1_ge_storage_t*, const secp256k1_gej_t*)’:
secp256k1/src/ecmult_impl.h:96:71: warning: invalid conversion from ‘void*’ to ‘secp256k1_gej_t*’ [-fpermissive]
     secp256k1_gej_t *prej = checked_malloc(sizeof(secp256k1_gej_t) * n);
                                                                       ^
secp256k1/src/ecmult_impl.h:97:69: warning: invalid conversion from ‘void*’ to ‘secp256k1_ge_t*’ [-fpermissive]
     secp256k1_ge_t *prea = checked_malloc(sizeof(secp256k1_ge_t) * n);
                                                                     ^
secp256k1/src/ecmult_impl.h:98:67: warning: invalid conversion from ‘void*’ to ‘secp256k1_fe_t*’ [-fpermissive]
     secp256k1_fe_t *zr = checked_malloc(sizeof(secp256k1_fe_t) * n);
                                                                   ^
secp256k1/src/secp256k1.c: At global scope:
secp256k1/src/secp256k1.c:460:48: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
 static char *secp256k1_schnorr_message_tweak = "secp256k1-Schnorr-SHA256";
                                                ^
In file included from secp256k1/src/field_impl.h:17:0,
                 from secp256k1/src/secp256k1.c:15:
secp256k1/src/field_10x26_impl.h:44:13: warning: ‘void secp256k1_fe_verify(const secp256k1_fe_t*)’ defined but not used [-Wunused-function]
 static void secp256k1_fe_verify(const secp256k1_fe_t *a) {
             ^
In file included from secp256k1/src/secp256k1.c:17:0:g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/markm/src/Cryptocoins/axiom-git/src -I/home/markm/src/Cryptocoins/axiom-git/src/obj -I/home/markm/src/Cryptocoins/axiom-git/src/secp256k1/include -I/home/markm/src/Cryptocoins/axiom-git/src/secp256k1/src -DENABLE_WALLET -I/home/markm/src/Cryptocoins/axiom-git/src/leveldb/include -I/home/markm/src/Cryptocoins/axiom-git/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/secp256k1/src/secp256k1.d -o obj/secp256k1/src/secp256k1.o secp256k1/src/secp256k1.c
In file included from secp256k1/src/secp256k1.c:18:0:
secp256k1/src/ecmult_impl.h: In function ‘void secp256k1_ecmult_odd_multiples_table_storage_var(int, secp256k1_ge_storage_t*, const secp256k1_gej_t*)’:
secp256k1/src/ecmult_impl.h:96:71: warning: invalid conversion from ‘void*’ to ‘secp256k1_gej_t*’ [-fpermissive]
     secp256k1_gej_t *prej = checked_malloc(sizeof(secp256k1_gej_t) * n);
                                                                       ^
secp256k1/src/ecmult_impl.h:97:69: warning: invalid conversion from ‘void*’ to ‘secp256k1_ge_t*’ [-fpermissive]
     secp256k1_ge_t *prea = checked_malloc(sizeof(secp256k1_ge_t) * n);
                                                                     ^
secp256k1/src/ecmult_impl.h:98:67: warning: invalid conversion from ‘void*’ to ‘secp256k1_fe_t*’ [-fpermissive]
     secp256k1_fe_t *zr = checked_malloc(sizeof(secp256k1_fe_t) * n);
                                                                   ^
secp256k1/src/secp256k1.c: At global scope:
secp256k1/src/secp256k1.c:460:48: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
 static char *secp256k1_schnorr_message_tweak = "secp256k1-Schnorr-SHA256";
                                                ^
In file included from secp256k1/src/field_impl.h:17:0,
                 from secp256k1/src/secp256k1.c:15:
secp256k1/src/field_10x26_impl.h:44:13: warning: ‘void secp256k1_fe_verify(const secp256k1_fe_t*)’ defined but not used [-Wunused-function]
 static void secp256k1_fe_verify(const secp256k1_fe_t *a) {
             ^
In file included from secp256k1/src/secp256k1.c:17:0:
secp256k1/src/group_impl.h:36:13: warning: ‘void secp256k1_ge_set_infinity(secp256k1_ge_t*)’ defined but not used [-Wunused-function]
 static void secp256k1_ge_set_infinity(secp256k1_ge_t *r) {
             ^
In file included from secp256k1/src/secp256k1.c:17:0:
secp256k1/src/group_impl.h:161:13: warning: ‘void secp256k1_gej_set_xy(secp256k1_gej_t*, const secp256k1_fe_t*, const secp256k1_fe_t*)’ defined but not used [-Wunused-function]
 static void secp256k1_gej_set_xy(secp256k1_gej_t *r, const secp256k1_fe_t *x, const secp256k1_fe_t *y) {
             ^
secp256k1/src/group_impl.h:227:12: warning: ‘int secp256k1_gej_is_valid_var(const secp256k1_gej_t*)’ defined but not used [-Wunused-function]
 static int secp256k1_gej_is_valid_var(const secp256k1_gej_t *a) {
            ^
secp256k1/src/secp256k1.c:637:1: fatal error: opening dependency file obj/secp256k1/src/secp256k1.d: No such file or directory
 }
 ^
compilation terminated.
make: *** [obj/secp256k1/src/secp256k1.o] Error 1
secp256k1/src/group_impl.h:36:13: warning: ‘void secp256k1_ge_set_infinity(secp256k1_ge_t*)’ defined but not used [-Wunused-function]
 static void secp256k1_ge_set_infinity(secp256k1_ge_t *r) {
             ^
In file included from secp256k1/src/secp256k1.c:17:0:
secp256k1/src/group_impl.h:161:13: warning: ‘void secp256k1_gej_set_xy(secp256k1_gej_t*, const secp256k1_fe_t*, const secp256k1_fe_t*)’ defined but not used [-Wunused-function]
 static void secp256k1_gej_set_xy(secp256k1_gej_t *r, const secp256k1_fe_t *x, const secp256k1_fe_t *y) {
             ^
secp256k1/src/group_impl.h:227:12: warning: ‘int secp256k1_gej_is_valid_var(const secp256k1_gej_t*)’ defined but not used [-Wunused-function]
 static int secp256k1_gej_is_valid_var(const secp256k1_gej_t *a) {
            ^
secp256k1/src/secp256k1.c:637:1: fatal error: opening dependency file obj/secp256k1/src/secp256k1.d: No such file or directory
 }g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/markm/src/Cryptocoins/axiom-git/src -I/home/markm/src/Cryptocoins/axiom-git/src/obj -I/home/markm/src/Cryptocoins/axiom-git/src/secp256k1/include -I/home/markm/src/Cryptocoins/axiom-git/src/secp256k1/src -DENABLE_WALLET -I/home/markm/src/Cryptocoins/axiom-git/src/leveldb/include -I/home/markm/src/Cryptocoins/axiom-git/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/secp256k1/src/secp256k1.d -o obj/secp256k1/src/secp256k1.o secp256k1/src/secp256k1.c
In file included from secp256k1/src/secp256k1.c:18:0:
secp256k1/src/ecmult_impl.h: In function ‘void secp256k1_ecmult_odd_multiples_table_storage_var(int, secp256k1_ge_storage_t*, const secp256k1_gej_t*)’:
secp256k1/src/ecmult_impl.h:96:71: warning: invalid conversion from ‘void*’ to ‘secp256k1_gej_t*’ [-fpermissive]
     secp256k1_gej_t *prej = checked_malloc(sizeof(secp256k1_gej_t) * n);
                                                                       ^
secp256k1/src/ecmult_impl.h:97:69: warning: invalid conversion from ‘void*’ to ‘secp256k1_ge_t*’ [-fpermissive]
     secp256k1_ge_t *prea = checked_malloc(sizeof(secp256k1_ge_t) * n);
                                                                     ^
secp256k1/src/ecmult_impl.h:98:67: warning: invalid conversion from ‘void*’ to ‘secp256k1_fe_t*’ [-fpermissive]
     secp256k1_fe_t *zr = checked_malloc(sizeof(secp256k1_fe_t) * n);
                                                                   ^
secp256k1/src/secp256k1.c: At global scope:
secp256k1/src/secp256k1.c:460:48: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
 static char *secp256k1_schnorr_message_tweak = "secp256k1-Schnorr-SHA256";
                                                ^
In file included from secp256k1/src/field_impl.h:17:0,
                 from secp256k1/src/secp256k1.c:15:
secp256k1/src/field_10x26_impl.h:44:13: warning: ‘void secp256k1_fe_verify(const secp256k1_fe_t*)’ defined but not used [-Wunused-function]
 static void secp256k1_fe_verify(const secp256k1_fe_t *a) {
             ^
In file included from secp256k1/src/secp256k1.c:17:0:
secp256k1/src/group_impl.h:36:13: warning: ‘void secp256k1_ge_set_infinity(secp256k1_ge_t*)’ defined but not used [-Wunused-function]
 static void secp256k1_ge_set_infinity(secp256k1_ge_t *r) {
             ^
In file included from secp256k1/src/secp256k1.c:17:0:
secp256k1/src/group_impl.h:161:13: warning: ‘void secp256k1_gej_set_xy(secp256k1_gej_t*, const secp256k1_fe_t*, const secp256k1_fe_t*)’ defined but not used [-Wunused-function]
 static void secp256k1_gej_set_xy(secp256k1_gej_t *r, const secp256k1_fe_t *x, const secp256k1_fe_t *y) {
             ^
secp256k1/src/group_impl.h:227:12: warning: ‘int secp256k1_gej_is_valid_var(const secp256k1_gej_t*)’ defined but not used [-Wunused-function]
 static int secp256k1_gej_is_valid_var(const secp256k1_gej_t *a) {
            ^
secp256k1/src/secp256k1.c:637:1: fatal error: opening dependency file obj/secp256k1/src/secp256k1.d: No such file or directory
 }
 ^
compilation terminated.
make: *** [obj/secp256k1/src/secp256k1.o] Error 1
 ^
compilation terminated.
make: *** [obj/secp256k1/src/secp256k1.o] Error 1

-MarkM-


Dev needs to add directories.

For now,

mkdir src/obj/secp256k1
mkdir src/obj/secp256k1


You also need:

chmod +x src/leveldb/build_detect_platform


Now you can compile Smiley

I tried this but am having the same issue cant compile it still, the same error comes up. i removed the repo and did it all over again and its the same problem. can someone help to fix it?

Did you read the thread? https://bitcointalk.org/index.php?topic=1135151.msg11972463#msg11972463

You also need a src folder within the secp256k1 folder. So you need the full path axiom/src/obj/secp256k1/src
2030  Alternate cryptocurrencies / Announcements (Altcoins) / Re: █║║▌║█ROS - On Bittrex - MN coming - increase in POS ║█║▌║║█ on: July 26, 2015, 03:14:15 PM
There are 2 thinks. SWAP cannot be done because it cost money to do it on Trex, so when we add the new functionality then will ROS still be listed on Trex as it is not just a code change as current codeset doesn't support the super blocks and masternodes, so it will be a new coin, one blockchain, etc?  So it is worth to change it and take those risks to get delisted on trex?  If the community agrees then we can still go for the super blocks and masternodes but there is no garantie that Trex will accepted it.

Why don't you add in the code for masternodes and superblocks into the existing wallet. This way you save the Bittrex listing and you give value to the community.
2031  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] CPU Only AxiomMemHash + SHABAL-256 - Schnorr Sigs - Ongoing POW - DPOS on: July 26, 2015, 02:22:26 PM
LoL at all the fud. I cannot believe you guys are not finding blocks. The blocks were there from the beginning. I must admit though that it was a tough one getting everything up and running. Once up it was running smoothly.
2032  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] CPU Only AxiomHash AXH + SHABAL-256 - Schnorr Sigs - Ongoing POW - DPOS on: July 26, 2015, 11:47:14 AM
i give up  
unfair launch !!

instamine 500 first block and then gives good nodes to mine  
&  there is already a block halves  200axh per block atm instead of 500

 private instamine + fast block reward halves
well done

nice unfair launch Smiley

I think you are a bit harsh. Like any coin launch people that were setup quickly got blocks. CPU mining can be a biatch sometimes and you gotta work for your coins. Everything is not always just point and click mining.

i was since the beggining but blockchain fail fork during the first 500 block @500axh per block
and then he gives nodes and it was ok ...
so only dev and dev's friend who had good nodes were able to solomine correctly the 500's blocks
SIMPLE of that
and then...
fast HALVES  
50 block reward coming fast btw
lol

I used the same nodes from the beginning with no new ones added. It forked when diff was low and tons of blocks were "solved". Once dif got higher forks stopped.


hahaha
and who have "the tons of block" ?
who ?
lmao

Let me rephrase. Tons were "found" but orphaned. Normal for a launch at low diff. THat is why it is in inverted commas. Once diff oges up things stabalize.
2033  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] CPU Only AxiomHash AXH + SHABAL-256 - Schnorr Sigs - Ongoing POW - DPOS on: July 26, 2015, 11:42:54 AM
i give up  
unfair launch !!

instamine 500 first block and then gives good nodes to mine  
&  there is already a block halves  200axh per block atm instead of 500

 private instamine + fast block reward halves
well done

nice unfair launch Smiley

I think you are a bit harsh. Like any coin launch people that were setup quickly got blocks. CPU mining can be a biatch sometimes and you gotta work for your coins. Everything is not always just point and click mining.

i was since the beggining but blockchain fail fork during the first 500 block @500axh per block
and then he gives nodes and it was ok ...
so only dev and dev's friend who had good nodes were able to solomine correctly the 500's blocks
SIMPLE of that
and then...
fast HALVES  
50 block reward coming fast btw
lol

I used the same nodes from the beginning with no new ones added. It forked when diff was low and tons of blocks were "solved". Once dif got higher forks stopped.
2034  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] CPU Only AxiomHash AXH + SHABAL-256 - Schnorr Sigs - Ongoing POW - DPOS on: July 26, 2015, 11:40:56 AM
Does someone finding blocks , now. I see the diff isn't high , but not any success with my E3-1225 Xeon ...

You are probably doing something wrong.

I've just synced the wallet , and engaged the mining button in it , is that wrong ? Smiley

You can also try adding gen=1 in your .conf.
2035  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] CPU Only AxiomHash AXH + SHABAL-256 - Schnorr Sigs - Ongoing POW - DPOS on: July 26, 2015, 11:33:22 AM
Does someone finding blocks , now. I see the diff isn't high , but not any success with my E3-1225 Xeon ...

You are probably doing something wrong.
2036  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] CPU Only AxiomHash AXH + SHABAL-256 - Schnorr Sigs - Ongoing POW - DPOS on: July 26, 2015, 11:30:39 AM
i give up  
unfair launch !!

instamine 500 first block and then gives good nodes to mine  
&  there is already a block halves  200axh per block atm instead of 500

 private instamine + fast block reward halves
well done

nice unfair launch Smiley

I think you are a bit harsh. Like any coin launch people that were setup quickly got blocks. CPU mining can be a biatch sometimes and you gotta work for your coins. Everything is not always just point and click mining.
2037  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HIFUN] SatoshiFun [SCRYPT] 1 Satoshi market fun | You can only go higher! on: July 26, 2015, 11:25:03 AM


ICO closing countdown



Just to make sure there is no confusion. Are both of you and C-CEX on the same page that 27 Jul 00:00 GMT means at midnight today and not at midnight tomorrow?
2038  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] CPU Only AxiomHash AXH + SHABAL-256 - Schnorr Sigs - Ongoing POW - DPOS on: July 26, 2015, 06:30:08 AM
What a schlep to setup but anyways - done. Dev you are missing some folders in the source code. You must create an empty secp256k1 folder in /obj and then within that an empty /src folder.
2039  Alternate cryptocurrencies / Announcements (Altcoins) / Re: WOC2 - WarOfCoins - MASTERNODES on: July 25, 2015, 08:04:21 AM
well if the masternodes are still working fine I suggest to people to pick up more coins while they are this cheap and stake them  Wink

The devs pattern seems to be to stay away for a few weeks then to come back and deliver something. Nothing else to do but stake until he delivers something again or until it is the end. All time that coins sit on the exchange is loss of staking income for in case something happens in the future.
2040  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 💵🐵💵 | GorillaBucks | Social Media Site for all coins: GorillaStake.com/social | on: July 25, 2015, 07:05:41 AM
A coin with someone at the helm that is committed that can make changes and implement new ideas as necessary to adapt to the changing environment, has a better chance of success than a coin with no coin management where the dev has disappeared and running on autopilot.
Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 ... 195 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!