Bitcoin Forum
April 27, 2024, 02:16:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 »  All
  Print  
Author Topic: Let's create some Ethereum clones  (Read 1645 times)
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 06:13:32 AM
Merited by fr4nkthetank (1)
 #1

this thread is going to be for creating ethereum blockchains so everyone can start making them it is not hard at all

here is how to do it
https://arctouch.com/blog/how-to-set-up-ethereum-blockchain
https://medium.facilelogin.com/build-your-own-blockchain-b8eaeea2f891
https://medium.com/mercuryprotocol/how-to-create-your-own-private-ethereum-blockchain-dad6af82fc9f

Ethereum Cookbook
https://github.com/hpyhacking/notes/blob/master/ethereum-cookbook.markdown

Download MetaMask
https://metamask.io/

Truffle
http://truffleframework.com/

Truffle Ganache
https://github.com/trufflesuite/ganache-cli

Remix
https://remix.ethereum.org/

Here are dApps
https://www.stateofthedapps.com/dapps/ico-wizard
https://www.stateofthedapps.com/dapps/decentrex
https://www.stateofthedapps.com/dapps/bitok-dice
https://wizard.oracles.org/
https://decentraland.org/
https://www.stateofthedapps.com/dapps/sportcrypt
https://www.stateofthedapps.com/dapps/blockjack
https://www.stateofthedapps.com/dapps/etherwall
https://www.stateofthedapps.com/dapps/slotthereum
https://www.stateofthedapps.com/dapps/realms-of-ether
https://www.stateofthedapps.com/dapps/ether-rock
https://www.stateofthedapps.com/dapps/tipeth
https://www.stateofthedapps.com/dapps/cryptoface
https://www.stateofthedapps.com/dapps/smartex


And dApps can be used on the Ethereum Mist Network
https://github.com/ethereum/mist/releases

Guide to create a Crypto Kitties type Game
https://medium.com/loom-network/how-to-code-your-own-cryptokitties-style-game-on-ethereum-7c8ac86a4eb3
1714227402
Hero Member
*
Offline Offline

Posts: 1714227402

View Profile Personal Message (Offline)

Ignore
1714227402
Reply with quote  #2

1714227402
Report to moderator
1714227402
Hero Member
*
Offline Offline

Posts: 1714227402

View Profile Personal Message (Offline)

Ignore
1714227402
Reply with quote  #2

1714227402
Report to moderator
1714227402
Hero Member
*
Offline Offline

Posts: 1714227402

View Profile Personal Message (Offline)

Ignore
1714227402
Reply with quote  #2

1714227402
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714227402
Hero Member
*
Offline Offline

Posts: 1714227402

View Profile Personal Message (Offline)

Ignore
1714227402
Reply with quote  #2

1714227402
Report to moderator
1714227402
Hero Member
*
Offline Offline

Posts: 1714227402

View Profile Personal Message (Offline)

Ignore
1714227402
Reply with quote  #2

1714227402
Report to moderator
1714227402
Hero Member
*
Offline Offline

Posts: 1714227402

View Profile Personal Message (Offline)

Ignore
1714227402
Reply with quote  #2

1714227402
Report to moderator
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 06:32:22 AM
 #2

how to create ethereum tokens
https://maksimivanov.com/posts/ethereum-react-dapp-tutorial

part 2
https://maksimivanov.com/posts/ethereum-react-dapp-tutorial-part-2

cryptokitties clone in 20 min
https://maksimivanov.com/posts/gradient-coin-tutorial/
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 06:38:11 AM
 #3

cloning ethereum smart contracts might be cheaper soon with EIP 1167
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1167.md

https://ethereum-magicians.org/t/eip-1167-updated-last-call-period-extended/1046

https://bitcoinexchangeguide.com/ethereum-blockchains-eip-1167-for-minimal-proxy-contract-could-improve-clone-functionality/

https://www.bountysource.com/issues/59913607-eip-1167-minimal-proxy-contract

https://unhashed.com/cryptocurrency-news/ethereum-easier-clone-smart-contracts/
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 06:47:44 AM
Last edit: August 23, 2018, 07:33:46 AM by Tokenista
 #4

guide for creating eth clones without touching code
https://blog.ethereum.org/2015/12/03/how-to-build-your-own-cryptocurrency/

cloning ethereum smart contracts
https://www.reddit.com/r/ethdev/comments/7x38go/is_it_possible_to_clone_an_already_deployed_smart/

https://ethereum.stackexchange.com/questions/802/can-you-copy-or-fork-someone-elses-smart-contract-is-it-open-source-code

https://ethereum.stackexchange.com/questions/12315/gas-consuption-deploying-contracts-from-within-a-contract

https://ethereum.stackexchange.com/questions/18936/deploying-contract-from-contract

https://www.reddit.com/r/ethdev/comments/7vq569/heres_a_little_code_to_create_a_clone_contract/

clone factory
https://ethereum.stackexchange.com/questions/54881/what-is-cheapest-way-of-creating-clone-of-existing-smart-contracts

https://github.com/optionality/clone-factory
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 07:35:29 AM
 #5

use metamask and these and you can start creating smart contracts
https://www.reddit.com/r/ethdev/comments/6fev39/a_simple_tutorial_on_creating_a_dapp_with/

https://medium.com/metamask/developing-ethereum-dapps-with-truffle-and-metamask-aa8ad7e363ba
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 07:35:56 AM
 #6

Free Photoshop Alternatives
https://www.gimp.org/downloads/
http://www.photoshop.com/products/photoshopexpress
https://pixlr.com/
http://www.getpaint.net/download.html
http://www.picmonkey.com/
http://pixia.en.softonic.com/
http://seashore.sourceforge.net/The_Seashore_Project/About.html
https://inkscape.org/en/download/
http://www.xaraxtreme.org/
http://sourceforge.net/projects/cinepaint/files/CinePaint/
https://krita.org/
http://www.photofiltre-studio.com/download-en.htm
https://www.sumopaint.com/home/
https://code.google.com/p/grafx2/wiki/Downloads
http://www.serif.com/photoplus/
http://www.pixelmator.com/mac/
https://www.befunky.com/
https://www.aviary.com/
https://affinity.serif.com/en-us/photo/
https://picasa.google.com/
http://fotoflexer.com/
http://www.ribbet.com/
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 07:36:36 AM
 #7

the rocket program using the fuel token on the etheruem blockchain launched and is selling for $49,000 per token created
https://medium.com/@etherparty/etherparty-announces-rocket-price-and-pricing-strategy-24d4ce128292

here is another one called blockcat
https://bitcointalk.org/index.php?topic=1971103.0

https://medium.com/blockcat/community-update-june-29-2018-b3f65d946201
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 07:38:32 AM
 #8

ethereum fork exp
https://bitcointalk.org/index.php?topic=1173722.0

they are creating something called tokenlab
https://bitcointalk.org/index.php?topic=2153185.0
Matcuda
Full Member
***
Offline Offline

Activity: 490
Merit: 100



View Profile
August 23, 2018, 07:42:11 AM
 #9

They are now not listed, how many projects based on ether and forks, that the eyes are scattered.

Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 07:42:19 AM
 #10

from the aura thread
since we are about to start having youstocks everyone should have more resources for creating contracts on the blockchain
https://medium.com/loom-network/how-to-code-your-own-cryptokitties-style-game-on-ethereum-7c8ac86a4eb3

barterdex
https://github.com/YouStock/BarterDEX

dapp wallet
https://github.com/YouStock/meteor-dapp-wallet

aura mist
https://github.com/YouStock/mist

web wallet
https://github.com/YouStock/webwallet

once aura has a few dapps people can start to see what the blockchain is actually for and will realize that aura the coin is almost secondary to the other stuff and once the youstock wallet and the dex comes out people will start to realize that
https://github.com/hpyhacking/notes/blob/master/ethereum-cookbook.markdown

if anyone wants to create another aura dex check this out
https://github.com/openanx/OpenANXToken

if anyone wants to create a cryptokitties game on the blockchain here is how
https://medium.com/loom-network/how-to-code-your-own-cryptokitties-style-game-on-ethereum-7c8ac86a4eb3


for anyone wondering what youstocks are going to be and are not sure exactly what aura is here is an example of what is about to happen here is a list of ethereum github repositories that allow you to create ethereum tokens these same smart contracts can be copied and pasted off of the ethereum blockchain and people can start creating youstock tokens and the developer of aura is most likely going to create a platform that is better than any of these but this is an example someone could copy and paste these right now and have people start launching tokens but that is what is going to be happening soon anyways

here is how people create tokens on the ethereum platform
https://github.com/ethereum/go-ethereum/wiki/Contract-Tutorial

this is a web browser similar to mozilla or google chrome or internet explorer that exists on the ethereum blockchain
https://www.parity.io

token generators
https://github.com/elaineo/TokenMint
https://github.com/ConsenSys/Tokens
https://github.com/poanetwork/token-wizard
https://github.com/vitiko/solidity-doc
https://github.com/SandroLuck/SCGenerator
https://github.com/TokenMarketNet/ico

qr code generators for smartphones
https://github.com/jibrelnetwork/ethereum-qr-code

resources for solidity users
https://github.com/bkrem/awesome-solidity

here is an example of a pretty detailed smart contract token
https://github.com/AugurProject/augur-core



here are some other ethereum blockchains if we can all start creating tokens on the various blockchains as our youstock platform comes out we can have tokens that can be traded across platfroms for example say someone from the aura community goes on the ethereum blockchain right now and creates a token on the ethereum blockchain they would not even have to do an ico they could just hand out the token or tell people that they can earn the token by posting about aura on twitter or by posting about aura on steemit for all the steemit users to see or by writing on a blog website that the creator of the coin creates so that he can populate his new website whatever the reason is it would be an aura goal for an ethereum token and we could all start using it today instead of waiting for the youstock platform and I am not pushing saying that someone absolutely needs to do this I am just pointing out how cross pollination works

but then say after someone created an ethereum token another person created an etherzero token or some other kind of ethereum token like on the soil or victorium blockchains at that point instead of being the competitors of aura those blockchains become pools of new users that can come to aura and the tokens they are using will be tokens that are used both by that blockchain and aura users which is not something that another blockchain has no other ethereum blockchain is connected to all the other ethereum blockchains except for ethereum and only because of the fact that all of the new blockchains came from the ethereum blockchain and just have different IDs and genesis blocks

other ethereum blockchains we could benefit from making tokens on various blockchains and have them all being traded by aura users it will bring capital to the aura exchanges and bring in new aura holders

https://bitcointalk.org/index.php?topic=2607526.0
https://bitcointalk.org/index.php?topic=2749969.0
https://bitcointalk.org/index.php?topic=1173722.0
https://bitcointalk.org/index.php?topic=2586936.0
https://bitcointalk.org/index.php?topic=1155284.0
https://bitcointalk.org/index.php?topic=1176709.0

https://bitcointalk.org/index.php?topic=2132259.0
https://bitcointalk.org/index.php?topic=2736228.0
https://bitcointalk.org/index.php?topic=2844280.0
https://bitcointalk.org/index.php?topic=3084491

if anyone wants to create an ethzero token here is how

is there a website or app to create tokens on the etherzero blockchain and what is the etherdelta equivalent on the etherzero blockchain?

Download metamask extansion for chrome browser, and add custom node by url https://rpc.etherzero.org:443
Keep balance 0.01 etz at least in your account at metamask
Connect web3 by Remix(https://ethereum.github.io/browser-solidity), now u can code and create tokens in Remix

Not yet token exchanges like etherdelta on ETZ, but soon it will be, please wait.

If you have legger just connect to wallet.ethezero,then chose send tokens,connect your wallet and it should be ok. Dont forget in legger select etherum>settings>browser suport>yes

Should be ok.

here is what the people on the expanse blockchain said

is there any kind of way to create tokens on the expanse blockchain by just typing in values and the ticker and everything and putting it through an app that has been created on the blockchain? if there is a way to create tokens on the expanse blockchain that is simple for people to create tokens then I will share the app with everyone and have people create new tokens on this blockchain I am currently holding aura and waiting for them to create the aura youstock platform to share but the more places people can create tokens the more there can be cross pollination of markets

You can create tokens on the Expanse blockchain through Tokenlab!

here is tokenlab
https://crowdsale.tokenlab.io
https://bitcointalk.org/index.php?topic=2153185.0

here are some social media blockchains that are on ethereum right now everyone should go to them and start asking them to create social media products on the aura blockchain

we can also use these platform to get tokens that we can then use to fund own youstocks as well as use them to spread the youstock platform because platforms where people are already earning tokens are the perfect places to tell people how to make their own tokens using youstocks

this one plans to overtake facebook
https://bitcointalk.org/index.php?topic=3214262.0

this one allows people to create challenges and put more money towards challenges other people have created in order to get people to do them
https://bitcointalk.org/index.php?topic=2575320.0

this one says you can mine tokens using existing social media accounts like facebook
https://bitcointalk.org/index.php?topic=3108554.0

a few more social media platforms
https://bitcointalk.org/index.php?topic=2843745.0
https://bitcointalk.org/index.php?topic=3314055.0
https://bitcointalk.org/index.php?topic=3224679.0
https://bitcointalk.org/index.php?topic=3235156.0




thug coin
https://bitcointalk.org/index.php?topic=3077297.0

these are ethereum contracts that aura should be aware of as aura could have smart contracts just like these and anyone can launch them on the aura blockchain

these are similar to the youstock idea but different
https://bitcointalk.org/index.php?topic=2005965.0
https://bitcointalk.org/index.php?topic=2774723.0

review writing token
https://bitcointalk.org/index.php?topic=2064640.0

article writing token
https://bitcointalk.org/index.php?topic=1818468.0

social media like facebook
https://bitcointalk.org/index.php?topic=2100970.0

japanese social media
https://bitcointalk.org/index.php?topic=2102935.0

like youtube but with a token
https://bitcointalk.org/index.php?topic=2168758.0

a virtual reality with tokens
https://bitcointalk.org/index.php?topic=2065128.0

a smart contract meant to unify exchanges in some cross platform way
https://bitcointalk.org/index.php?topic=2028383.0

an exchange that seems to have some new ideas
https://bitcointalk.org/index.php?topic=2050735.0

supposedly this token allows you to monetize your email address by accepting random emails
https://bitcointalk.org/index.php?topic=1973270.0

content market
https://bitcointalk.org/index.php?topic=2214610.0

a social media thing to meet new people
https://bitcointalk.org/index.php?topic=1866871.0

a currency that watches the market and changes its value
https://bitcointalk.org/index.php?topic=2965780.0

like kickstarter or gofundme
https://bitcointalk.org/index.php?topic=2046684.0

create mesh networks for tokens
https://bitcointalk.org/index.php?topic=2314643.0

this is like cloud mining but you can buy a share in any monetized machine so a robot that does labor could be owned by 100 people who profit from the labor whether they are directly involved with the company or not or it could be used for cloud mining services
https://bitcointalk.org/index.php?topic=1797720.0


I am going through and looking at all the eth tokens so I will be adding more here so that people can see what the possibilities are for aura

here are some more interesting smart contracts just to show everyone what exists and what can be created on the aura blockchain

bitcoin as an ethereum token meaning a blockchain on a blockchain
https://bitcointalk.org/index.php?topic=2210565.0

minereum a self mining blockchain
https://bitcointalk.org/index.php?topic=1867535.0

300 token is a token that exists on minereum which exists on ethereum meaning it is something like a blockchain on a blockchain on a blockchain
https://bitcointalk.org/index.php?topic=1992952.0

a proof-of-stake ethereum token
https://bitcointalk.org/index.php?topic=2110712.0

this is basically the exact same thing as youstocks
https://bitcointalk.org/index.php?topic=2043613.0

another youstock type platform
https://bitcointalk.org/index.php?topic=1971103.0

a youstock type exchange where you can supposedly create tokens
https://bitcointalk.org/index.php?topic=3215663.0
https://exchange.wandx.co

airdrop as a service
https://bitcointalk.org/index.php?topic=2328682.0

a social market currency
https://bitcointalk.org/index.php?topic=2129958.0

another article writing token
https://bitcointalk.org/index.php?topic=2079885.0

a book publishing token
https://bitcointalk.org/index.php?topic=2058499.0

like soundcloud on the blockchain
https://bitcointalk.org/index.php?topic=2011065.0

this is a trading bot like the gunbot thing that you purchase except it runs on a token
https://bitcointalk.org/index.php?topic=2138049.0

this is a virtual reality where you either mine gold or do things to make money from the people mining gold
https://bitcointalk.org/index.php?topic=1877080.0

a lottery
https://bitcointalk.org/index.php?topic=2175951.0

another lottery
https://bitcointalk.org/index.php?topic=1928663.0

bounty token connected to an ico bounty website
https://bitcointalk.org/index.php?topic=2285672.0

another youtube with a token
https://bitcointalk.org/index.php?topic=2353646.0

here is a poll taking token but I am not sure if they pay the people that take the polls that is not clear
https://bitcointalk.org/index.php?topic=2167245.0

this seems to be a token that watches all the other tokens for you
https://bitcointalk.org/index.php?topic=2185426.0

this token is putting games on a blockchain so gamers can pay miners for running the game and everything
https://bitcointalk.org/index.php?topic=2073668.0

internet and cloud type services on the blockchain
https://bitcointalk.org/index.php?topic=2011505.0

this is something called mercury protocol and has something called the global messaging token (gmt) I am not sure this is the main thread but I can't find a main on
https://bitcointalk.org/index.php?topic=2151103.0

this is a coin you supposedly get when you buy certain things
https://bitcointalk.org/index.php?topic=1969334.0

like a mining stock that represents a certain amount of mining power in a mining facility and can be rented or sold
https://bitcointalk.org/index.php?topic=1914900.0

indorse is meant to get you paid for sharing your online data
https://bitcointalk.org/index.php?topic=2047503.0

proof-of-time blockchain
https://bitcointalk.org/index.php?topic=2051671.0

a gaming token that pays you not to die
https://bitcointalk.org/index.php?topic=2046588.0

another virtual reality token
https://bitcointalk.org/index.php?topic=1759190.0

a token that pays you to participate
https://bitcointalk.org/index.php?topic=2067375.0

a token to help students find jobs
https://bitcointalk.org/index.php?topic=1980078.0

tokenizing assets like silver
https://bitcointalk.org/index.php?topic=1864795.0

pay in any cryptocurrency using 1 token platform
https://bitcointalk.org/index.php?topic=2100088.0

senderon is helping fund crypto projects
https://bitcointalk.org/index.php?topic=2113330.0

crypto hedge fund creation
https://bitcointalk.org/index.php?topic=2052215

a token for elearning and teaching each other and helping each other
https://bitcointalk.org/index.php?topic=2343147.0

Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 07:44:27 AM
 #11

They are no longer listed, how many projects based on air and forks, that the eyes are scattered.

are you saying exp is no longer listed?

they took a hit but they are still listed
https://coinmarketcap.com/currencies/expanse/

if you mean LAB token then that is not a big deal it was not listed anywhere for a long time and tokenlab doesn't exist yet but they are still making tokenlab

who exactly are you talking about "they"
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 07:47:20 AM
 #12

here is a game being created on the ethereum blockchain also, it should have full launch soon
https://bitcointalk.org/index.php?topic=1877080.0
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 07:48:38 AM
 #13

minds token is live I did not even realize this until right now but it seems to have happened about a week ago
https://www.minds.com/minds
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 07:52:26 AM
 #14

minds token is launched
https://etherscan.io/token/0xb26631c6dda06ad89b93c71400d25692de89c068
SongtsenGampo
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
August 23, 2018, 07:52:33 AM
 #15

I don't quite understand, you mean this tutorial is how to create an ERC-20 token? Still something else? These things are not so easy for newcomers to understand.
melander81
Newbie
*
Offline Offline

Activity: 392
Merit: 0


View Profile
August 23, 2018, 07:54:30 AM
 #16

I really don't see the point of making an Ethereum clone, unless it is just for educational purposes. Either way, it just goes to show how easy it is to start programing smart contracts and deploy it. Hopefully it will be used for the betterment of the space.
Neutronbot
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
August 23, 2018, 07:56:03 AM
 #17

Thanks for your tutorial, but I don't quite understand the question. As a bounty hunter, what does it mean to create such a copy?
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 08:21:21 AM
 #18

here is the thread for minds they are being sneaky and trying to look like some small project with no funding but they have been around for like 5 years and have a bunch of users who know nothing about cryptocurrency like steemit wishes they had so it is perfect and they are just being sneaky you can definitely trust them I assume they just don't want to make a big splash here because they don't want all of you coin users on their website
https://bitcointalk.org/index.php?topic=4899914.0
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 08:22:54 AM
 #19

I don't quite understand, you mean this tutorial is how to create an ERC-20 token? Still something else? These things are not so easy for newcomers to understand.

this is everything how to fork ethereum how to create an ethereum clone and then also how to create smart contracts from scratch and clone smart contracts

and in the next few weeks the EIP thing is happening and that will make it cheaper to do all of it on the ethereum blockchain rather than doing it on these new blockchains but you can use the new ones and they are cheaper also
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 23, 2018, 08:28:07 AM
 #20

I really don't see the point of making an Ethereum clone, unless it is just for educational purposes. Either way, it just goes to show how easy it is to start programing smart contracts and deploy it. Hopefully it will be used for the betterment of the space.

ethereum clones should be regional or for a company for example if you own a bakery and you sell cupcakes and cakes and cookies and stuff you could say "for 5 of my ethereum clone coins you can get 1 cookie" this gives them a value and now people might start buying them and they could become $5 each even though 5 only gets you 1 cookie, and then you could let people buy other things in your shop

you could also create a New York or Los Angeles ethereum clone and call it NYETH or LAETH and things like that for cities all over the world like Tokyo or London or Qatar could do one for Doha
Pages: [1] 2 3 4 5 6 »  All
  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!