Bitcoin Forum
October 04, 2024, 11:48:09 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 »
1  Economy / Gambling / Stake.US Crash & Slide seeding event on: August 01, 2022, 05:17:47 AM
Welcome to yet another seeding event. This time for our social US based version of Stake. Once again props to Rhavar for the method. Few hundred thousand blocks have passed since we last posted one of these  Cheesy

To prove our fairness we have generated a chain of 10,000,000 SHA256 hashes where each hash is the hash of the hexadecimal representation of the previous hash. The last hash in the chain is:
Slide:  767ef376909b0319928ff50aede3565545e7698b003378e44d69f7d787a707f4
Crash: b285201a65c7c0c9e9316f91e37b134f3f8629fc0e8d24f0307893b53b286db3

The formula for generating the game result:

Code:
const gameHash = hashChain.pop()

const hmac = createHmac('sha256', gameHash);

// blockHash is the hash of bitcoin block 584,500

hmac.update(blockHash);

const hex = hmac.digest('hex').substr(0, 8);
const int = parseInt(hex, 16);

// 0.01 will result in 1% house edge with a lowest crashpoint of 1

const crashpoint = Math.max(1, (2 ** 32 / (int + 1)) * (1 - 0.01))


blockHash used is Bitcoin block 747,460 which has not been mined at time of posting. Basically we are using the hash of a future bitcoin block as a client seed so players can be certain that we did not pick one in the house's favor. I'd appreciate it if someone could quote this post so this is all set in stone.
2  Economy / Gambling / Slide re-seeding event on: September 26, 2020, 03:06:29 AM
Welcome to slide seeding event #2. We re-coded Slide to clean up our codebase add some changes/features. Unfortunately we pushed a version to production that had mixed up the two tables in the function that returned RNG inputs and thus our previous seed was exposed briefly.

This is being seeded the same way as the previous slide event using a method made popular by rhavar.

To prove our fairness we have generated a chain of 10,000,000 SHA256 hashes where each hash is the hash of the hexadecimal representation of the previous hash.

The last hash in the chain is: 8fdb3105bc0eee5ab95ebd3b94084a261422af67b53fca4d2ba480f32e3b7bae

The formula for generating the game result:
Code:
const gameHash = hashChain.pop()
const hmac = createHmac('sha256', gameHash);
// blockHash is the hash of bitcoin block 631,111
hmac.update(blockHash);
const hex = hmac.digest('hex').substr(0, 8);
const int = parseInt(hex, 16);
const result = Math.max(1, (2 ** 32 / (int + 1)) * (1 - 0.02))

blockHash used is Bitcoin block 650,200  which has not been mined at time of posting. Basically we are using the hash of a future bitcoin block as a client seed so players can be certain that we did not pick one in the house’s favor. I’d appreciate it if someone could quote this post so this is all set in stone.

3  Economy / Gambling / Slide seeding event - Stake.com on: May 20, 2020, 02:43:53 AM
Welcome to our seeding event for Slide launching this week. We are seeding it similarly to our previous crash seeding event and others so it should be fairly straight forward.
To prove our fairness we have generated a chain of 10,000,000 SHA256 hashes where each hash is the hash of the hexadecimal representation of the previous hash.

The last hash in the chain is: 06f6d73df9e71b8c784daaf2ba2cb554df6b018a8f3859ef25ab1d733df8e1c1

The formula for generating the game result:
Code:
const gameHash = hashChain.pop()
const hmac = createHmac('sha256', gameHash);
// blockHash is the hash of bitcoin block 631,111
hmac.update(blockHash);
const hex = hmac.digest('hex').substr(0, 8);
const int = parseInt(hex, 16);
const result = Math.max(1, (2 ** 32 / (int + 1)) * (1 - 0.02))

blockHash used is Bitcoin block 631,111 which has not been mined at time of posting. Basically we are using the hash of a future bitcoin block as a client seed so players can be certain that we did not pick one in the house’s favor. I’d appreciate it if someone could quote this post so this is all set in stone.

Excited to show you all Slide very soon!
4  Economy / Services / Need fun bitcointalk banner for stake.com $250 on: January 20, 2020, 02:33:45 AM
Basically something super simple and fun to show that stake.com has sports (betting) with a nice mouse-over effect. It should be attention grabbing but not annoying

Will send $250 in crypto for best submission, must comply with bitcointalk ad banner rules HTML/CSS (https://bitcointalk.org/index.php?topic=5141283.0)

Will be giving out a smaller amount of crypto $50 to runner ups if we decide to use your ad for a slot.

Need something this week ideally.


Edit: will accept entries until next Wednesday (jan 29), as many as you'd like to make. Don't worry about quality too much just make it fun
5  Economy / Gambling / Stake.com Crash seeding event on: July 08, 2019, 06:51:19 AM
Welcome to our seeding event for Crash launching in Beta this week. We are seeding it similarly to RHavar and others so it should be fairly straight forward.

To prove our fairness we have generated a chain of 10,000,000 SHA256 hashes where each hash is the hash of the hexadecimal representation of the previous hash. The last hash in the chain is: 78a9757d3be42b74a3f70239078ad9317125fe9ee630d5bdada46de963e56752

The formula for generating the game result:
Code:
const gameHash = hashChain.pop()

const hmac = createHmac('sha256', gameHash);

// blockHash is the hash of bitcoin block 584,500

hmac.update(blockHash);

const hex = hmac.digest('hex').substr(0, 8);
const int = parseInt(hex, 16);

// 0.01 will result in 1% house edge with a lowest crashpoint of 1

const crashpoint = Math.max(1, (2 ** 32 / (int + 1)) * (1 - 0.01))

blockHash used is Bitcoin block 584,500 which has not been mined at time of posting. Basically we are using the hash of a future bitcoin block as a client seed so players can be certain that we did not pick one in the house's favor. I'd appreciate it if someone could quote this post so this is all set in stone.

Excited to show you all Crash very soon!
6  Alternate cryptocurrencies / Service Discussion (Altcoins) / [Vote] Next coin to be added to Stake.com & Primedice on: June 03, 2019, 07:05:54 AM
Right now Stake/PD like most crypto casinos accept BTC,ETH,LTC,DOGE,BCH. While you can exchange any coin you want using a built in third-party tool, we want to consider adding native support for more coins.

This should be helpful for our site and others to see what other coins are hot in this scene. Something we've noticed is there isn't necessarily a direct correlation between market cap and usage of coins. If you don't see your coin listed, feel free to post below and I'll tally it. 

Thank you!
7  Economy / Gambling / ⚖️ Crypto Gambling Foundation ⚖️ - Fair Gambling For All on: September 15, 2017, 06:00:31 AM
Announcing the Crypto Gambling Foundation

The Crypto Gaming Foundation is going to be setting a standard for transparency and fairness in our gaming community. Online casinos are amongst the least trusted businesses in the world with only 34% of people believing that online gambling is fair and can be trusted.

Personally, I remember when this community was much smaller and websites with poor fairness and dishonest practices were shunned. It worries me that crypto gambling is becoming more and more similar to real money gambling with some of the top crypto casinos regularly taking advantage of players with abusive practices.

Because of this I am happy to join and help this group encourage fair gambling in this space. Check it out, browse our articles and join the forum. Membership is of course free.  

Main Site: http://cryptogambling.org      Forum: http://forum.cryptogambling.org/


8  Economy / Gambling / - on: August 22, 2017, 02:33:57 AM
https://www.reddit.com/r/Bitcoin/comments/6uyyk5/bitstarz_doesnt_pay_4_btc_win/

9  Economy / Service Announcements / [NEW] Stake.com - 12 Exclusive bitcoin games - BTC Faucet RPG - Bet, Play, Earn on: August 15, 2017, 05:11:42 AM
Gambling, Well Done

10  Economy / Gambling / Stake.com - The Leading Crypto Casino - Drake, UFC, Everton, Stake F1 Team on: August 08, 2017, 03:33:49 AM
The Leading Crypto Casino



11  Economy / Gambling / Paradice.io phishing Primedice users on: July 26, 2017, 04:10:35 AM


On July 24th, Primedice staff were made aware of a phishing website attempting to trick users into depositing into an investment version of the website. We took immediate action into sending abuse complaints to the DNS registrar and server host.

Upon inspection of the phishing website, we found that the SSL certificate used was shared by other domain names including paradice.io and kingdice.io. After some further investigation, we found that four domains used the exact same cloudflare nameservers, which is a very unlikely coincidence. These domains were paradice.io, kingdice.io, primedice.co and the domain registered for phishing, bitcointalk users have previously linked paradice.io to primedice.co (https://bitcointalk.org/index.php?topic=1844659.msg18510402#msg18510402).

Primedice staff were able to find cached google and bing results for the phishing domain, which show the website title as “PARADICE | One Step Ahead! - Bitcoin Dice Game..”

Primedice also found a google result which shows that both paradice.io and the phishing url have the same overall website structure, in the Google result image below, you can see ajax requests are sent to /content/ajax/unprotect_url.php?_unique=token, the exact same way the paradice.io website works. Adding to this, the phishing url reports Apache as the webserver, paradice.io has this field hidden, but it is clearly an Apache error page that shows up.

Furthermore, paradice.io has been found to lift assets directly from Primedice in the past, including the favicon, and faq text. Not surprisingly their website isn't provably fair either.  


Update: Reports were successful, now both Paradice and the phishing website are down.


More details:

;; QUESTION SECTION:
;xn--prmedice-ukb.com.      IN   NS

;; ANSWER SECTION:
xn--prmedice-ukb.com.   86400   IN   NS   fay.ns.cloudflare.com.
xn--prmedice-ukb.com.   86400   IN   NS   rob.ns.cloudflare.com.


;; QUESTION SECTION:
;paradice.io.         IN   NS

;; ANSWER SECTION:
paradice.io.      86400   IN   NS   rob.ns.cloudflare.com.
paradice.io.      86400   IN   NS   fay.ns.cloudflare.com.

;; QUESTION SECTION:
;kingdice.io.         IN   NS

;; ANSWER SECTION:
kingdice.io.      86400   IN   NS   rob.ns.cloudflare.com.
kingdice.io.      86400   IN   NS   fay.ns.cloudflare.com.

Primedice.co http://archive.is/75DEz
Kingdice.io http://archive.is/thcwm
Paradice.io http://archive.is/DYV75
Phishing domain http://archive.is/FNRud










http://archive.is/o8lGv
http://archive.is/HBwOD
http://archive.is/Tv0Of
http://archive.is/X56fU

12  Economy / Gambling discussion / Thugs invade Bitcoin gambling on: July 14, 2017, 08:09:25 AM
I'm partly retired from this space, been traveling around for a bit. Received a nice message last night from an owner of a popular dice website. Not sure what I've done recently to piss anyone off so thought it was a bit odd. I figured I'd post it here for laughs.

In case it's hard to follow, this admin gives me his 'last warning' and says he can come to my location and then ends by doxing me and calling out my 'name'.

Quote
William, [11 Jul. 2017, 11:55 pm]:
Hello Stunna, How are you doing?

For your information, we are not dadice. So, if you could stop threating us, I let it go when edward was threating us( by the way, I know that he was a scammer in the past), I let it go when you made a very weird move with the youtube affiliation but this is my last warning. If you prefer, I could come to [MY LOCATION REMOVED] to discuss together, ok [MY NAME REMOVED]?

We are not kids, so I hope you understand my point

B.s. like this is part of why I've been less active in this space.

-Stunna
13  Alternate cryptocurrencies / Altcoin Discussion / Shorting ICOs on: July 10, 2017, 04:09:05 AM
Is there any known way to sell-short ICO's at the moment or bet against them.
14  Economy / Games and rounds / Primedice livestream giveaway! [11:30] on: May 29, 2017, 10:01:08 AM
https://twitch.tv/primeedd

In 1.5 hours ed will be doing some giveaways on stream. 11:30am forum time

15  Economy / Games and rounds / Primedice livestream giveaway starting soon! [6:30] on: May 28, 2017, 04:44:48 AM
https://twitch.tv/primeedd

In two hours ed will be doing some giveaways on stream. 6:30am forum time
16  Economy / Games and rounds / Primedice Livestream Giveaway [10AM Forum Time] on: May 22, 2017, 07:32:27 AM
https://twitch.tv/primeedd Follow this channel to be notified on start time.

Come join in, if you've tuned in before you know the drill. Ed will be chatting with you guys and giving away some coins at 10AM forum time (2.5 hours after this post).

Post here if you win!
17  Economy / Games and rounds / Primedice Livestream Giveaway 5 BTC [Closed] on: May 19, 2017, 02:08:12 AM
Now Closed. Results on forum.primedice.com

https://twitch.tv/primeedd

Continuing with the birthday week celebrations:

To celebrate Primedice's 4th Birthday Ed is giving away some BTC on livestream. The giveaway is easy to enter. Simply tune into it to check how to join!

If 500 viewers are hit a bonus 2 BTC will be given out. Otherwise:

1st place: 0.5 BTC
2nd place: 0.5 BTC
3rd place: 0.25 BTC
4th place: 0.25 BTC
5th place: 0.1 BTC
6th place: 0.1 BTC
7th place: 0.1 BTC
8th place: 0.1 BTC
9th place: 0.1 BTC
10th place: 0.1 BTC

The next 40 people will receive 0.01

Before the drawing people in chat will receive consistent tips of 0.001 BTC.

If you can't make it there will be other giveaways throughout the week.

Happy birthday Primedice!


This is a stream giveaway, not a posting giveaway
18  Economy / Games and rounds / [Primedice.com] Get a free bet up to 0.01 BTC for all on: May 18, 2017, 12:31:56 AM

Note: This competition is completely managed by the users hui and Zoltan. Please forward any questions about it to Zoltan!
 
Since the Bitcointalk community has always been so supportive of us , here is a giveaway where you have zero risk and can only win with it. Post your bet ID and get your cashback!
 
How it works:
 
The cashback amount is the lower of the amount lost in the bet and the maximum amount you are eligible for as per the table below:

 
No restrictions on bet amount or win chance/payout multiplier!
 
Only bets from 16,770,000,000 will count toward this promotion.
 
Example 1: If you roll 0.009 BTC on any multiplier and lose, we will send you 0.009 BTC when you post your Bet ID here!
Example 2: If you roll 0.05 BTC on any multiplier and lose, we will send you the max amount as per the table above when you post your Bet ID here!
 
Upgrade to Primedice signature and avatar to enjoy exclusive benefits in this and future contests and giveaways!
 
Avatar: Click here
Signatures: http://pastebin.com/raw/v76EyNdH
 
---
 
Strictly follow the following format:
 
Username :
Bet ID :
 
---
 
Fair Play Restrictions
 
You may be applicable if you reach at least one of the following criteria
 
Users with negative trust are not eligible and only one claim per person/account!
 
If we find you abuse the giveaway we reserve the right to exclude you from this and future competitions.
 
1 ) 25+ Bitcointalk activity & Primedice account older than 1 year
2 ) 50+ Bitcointalk activity & Primedice account older than 6 months
3 ) 100+ Bitcointalk activity & Primedice account older than 3 months
4 ) 200+ Bitcointalk activity & Primedice account older than 2 months
5 ) 300+ Bitcointalk activity & Primedice account older than 1 month
6 ) 400+ Bitcointalk activity & Primedice account older than 1 week
7 ) 500+ Bitcointalk activity & Primedice account older than 1 day
8 ) 20+ Bitcointalk activity & over 100 BTC wagered
9 ) 100+ Bitcointalk activity & over 50 BTC wagered
10 ) 300+ Bitcointalk activity & over 25 BTC wagered
11 ) 500+ Bitcointalk activity & over 10 BTC wagered
12 ) Primedice account older than 1 month with over 100 BTC wagered
13 ) Primedice account older than 2 months with over 75 BTC wagered
14 ) Primedice account older than 3 months with over 50 BTC wagered
15 ) Primedice account older than 6 months with over 25 BTC wagered
16 ) Primedice account older than 1 year with over 10 BTC wagered
17 ) Simply 200+ BTC wagered
 
---
 
Please don't edit your post, but add new ones if needed!
 
Competition closes on 30.05.2017 20:00 UTC. and is available for the first 200 posters.
19  Economy / Games and rounds / [Primedice.com] Bingo competition - Win up to 5 BTC each! on: April 21, 2017, 06:08:15 AM

Note: This competition is completely managed by the users hui and Zoltan. Please forward any questions about it to Zoltan!
 
How To Play:
 
Complete the Grid & Win Prizes!
 

 
A player clears a cell when he makes a bet with a roll that matches the number in the cell and posts it here.
For example, a roll of 88.32 will clear the cell with 88 in it (88.00 to 88.99).
A roll of 76.77 will clear the cell with 76 in it (76.00 to 76.99)
 
Once the player clears all the cells in the grid from 75 to 99, the player wins the prize!
 
Only bet IDs from 16,220,000,000 will count towards this promotion.
 
Check your status here: https://docs.google.com/spreadsheets/d/1R7rCX46Jhb45EMEgbosEq6PoOOlGwIYgSTuNv69x0lY/pubhtml
 
Prizes:
 
Most of these prizes make all bets +EV (Positive expected value) -- This means there is no house edge, there is actually a negative house edge! Please note however, as this is positive EV, you still may not actually make a profit. It is simply more likely.
 

 
Minimum bet is the lowest bet amount of all bet IDs submitted by the player.
 
---
 
Bonus
 
Upgrade to Primedice signature and avatar to enjoy exclusive benefits in this and future contests and giveaways!
 
You must not switch your avatar & signature around. Primedice hosts giveaways often so you will be entitled to benefits regularly. People who do not hold the signature & avatar for the duration of the contest (Or at least majority of it) will not be included in the bonus. Once you set a PD signature and/or avatar, please leave it.
 
Avatar: Click here
Signatures: http://pastebin.com/raw/v76EyNdH
 
Complete the grid and if you are wearing a Primedice signature or avatar, you get a bonus on top of the prize.
0.001BTC - Avatar
 
0.001BTC - Member/Full member Signature
0.0025BTC - Sr. member, Hero member, Legendary Signature
 
If your lowest bet is 0.01BTC or more, you get double the bonus.
 
---
 
Strictly follow the following format:
 
Username :
 
Bet ID :
Bet ID :
Bet ID :
 
Etc. until you get all 25 needed bet ID's!
 
Note: You can post as many or as little bet ID's as you like per post. You don't have to post all 25 at once!
 
---
 
Fair Play Restrictions
 
You may be applicable if you reach at least one of the following criteria
 
Users with negative trust are not eligible and only one claim per person/account!
 
If we find you abuse the giveaway we reserve the right to exclude you from this and future competitions.
 
1 ) 25+ Bitcointalk activity & Primedice account older than 1 year
2 ) 50+ Bitcointalk activity & Primedice account older than 6 months
3 ) 100+ Bitcointalk activity & Primedice account older than 3 months
4 ) 200+ Bitcointalk activity & Primedice account older than 2 months
5 ) 300+ Bitcointalk activity & Primedice account older than 1 month
6 ) 400+ Bitcointalk activity & Primedice account older than 1 week
7 ) 500+ Bitcointalk activity & Primedice account older than 1 day
8 ) 20+ Bitcointalk activity & over 100 BTC wagered
9 ) 100+ Bitcointalk activity & over 50 BTC wagered
10 ) 300+ Bitcointalk activity & over 25 BTC wagered
11 ) 500+ Bitcointalk activity & over 10 BTC wagered
12 ) Primedice account older than 1 month with over 100 BTC wagered
13 ) Primedice account older than 2 months with over 75 BTC wagered
14 ) Primedice account older than 3 months with over 50 BTC wagered
15 ) Primedice account older than 6 months with over 25 BTC wagered
16 ) Primedice account older than 1 year with over 10 BTC wagered
17 ) Simply 200+ BTC wagered
 
---
 
Please don't edit your post, but add new ones if needed!
 
Competition closes on 03.05.2017 20:00 UTC.
20  Economy / Services / Primedice Signature Thread on: March 20, 2017, 03:48:20 AM
Ignore this unless you're being directed here from elsewhere.

--- MEMBERS ---

♔ PrimeDice.com | The Best Way To Roll ! | Free BTC Faucet | Instant Play & Chat [Thread] @Primedice

Quote
[url=https://PrimeDice.com] ♔ PrimeDice.com | The Best Way To Roll ! | Free BTC Faucet | Instant Play & Chat[/url] [url=https://bitcointalk.org/index.php?topic=208986.0][Thread][/url] [url=https://twitter.com/primedice] @Primedice

--- FULL MEMBERS ---

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
PRIMEDICE
The Premier Bitcoin Gambling Experience - Most Trusted & Popular Bitcoin Game @PrimeDice
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀


Code:
[b][font=Arial][color=#508DEA]▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄[/color]
[url=https://primedice.com/][i][b][color=#508DEA]P[/color][color=#4C88E2]R[/color][color=#4983DA]I[/color][color=#467ED2]M[/color][color=#4379CA]E[/color][color=#508DEA]D[/color][color=#4A84DC]I[/color][color=#457BCE]C[/color][color=#3F72C0]E[/color][/b][/i][/url][/font][font=CENTURY GOTHIC, Arial] The Premier Bitcoin Gambling Experience - Most Trusted & Popular Bitcoin Game [url=https://twitter.com/primedice][color=#508DEA]@PrimeDice[/color][/url]
[color=#508DEA]▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀[/color][/font][/b]


--- SENIOR & HERO MEMBERS ---

PRIMEDICE.
  The Premier Bitcoin Gambling Experience
  Most Trusted & Popular | Active Chat & Community | Free BTC Faucet | 1% Edge  

Code:
[table]
[tr]
[td][size=25pt][font=Arial][url=https://primedice.com/][i][b][color=#508DEA]P[/color][color=#4C88E2]R[/color][color=#4983DA]I[/color][color=#467ED2]M[/color][color=#4379CA]E[/color][color=#508DEA]D[/color][color=#4A84DC]I[/color][color=#457BCE]C[/color][color=#3F72C0]E[/color][/b][/i][/url][/font][/size][/td]
[td][size=4pt].[/size]
[size=7pt][url=https://primedice.com/][color=black][font=Lucida Sans Unicode, Arial]   [b]The Premier Bitcoin Gambling Experience
  Most Trusted & Popular | Active Chat & Community | Free BTC Faucet | 1% Edge [/b][/font][/color][/url][/size][/td]
[/tr][/table]

OR (Choose your favorite!)

PRIMEDICE.
  The Premier Bitcoin Gambling Experience
  Most Trusted & Popular | Active Chat & Community | Free BTC Faucet | 1% Edge

Code:
[table][tr]
[td][size=25pt][font=Arial][url=https://primedice.com/][i][b][color=#FF4F72]P[/color][color=#F54767]R[/color][color=#EB3F5C]I[/color][color=#E13752]M[/color][color=#D72F47]E[/color][color=#FF4F72]D[/color][color=#F24564]I[/color][color=#E63B57]C[/color][color=#DA314A]E[/color][/b][/i][/url][/font][/size][/td]
[td][size=4pt].[/size]
[size=7pt][url=https://primedice.com/][color=black][font=Lucida Sans Unicode, Arial]   [b]The Premier Bitcoin Gambling Experience
  Most Trusted & Popular | Active Chat & Community | Free BTC Faucet | 1% Edge [/b][/font][/color][/url][/size][/td]
[/tr][/table]
Pages: [1] 2 3 4 5 6 7 8 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!