├── .dockerignore ├── .dockerize ├── apache │ └── polycash.conf ├── cron │ └── polycash-crontab-example ├── datachain │ └── datacoin.conf ├── php │ └── php.ini └── polycash │ └── example-config.json ├── Dockerfile ├── LICENSE.md ├── README.md ├── docker-compose.yml ├── public ├── .htaccess ├── css │ ├── AdminLTE.min.css │ ├── bootstrap-responsive.min.css │ ├── bootstrap.min.css │ ├── fontawesome-all.min.css │ ├── jquery.datatables.css │ ├── jquery.nouislider.css │ ├── jquery.ui.css │ ├── skin-blue.min.css │ └── style.css ├── favicon.ico ├── images │ ├── card_images │ │ ├── 0001_qr.png │ │ ├── arial.ttf │ │ ├── calibri.ttf │ │ ├── designed_blank.png │ │ ├── digits.png │ │ ├── digits_dark.png │ │ ├── fpdf.css │ │ ├── preview │ │ │ ├── 6 │ │ │ │ ├── 1 │ │ │ │ │ ├── front_1.png │ │ │ │ │ ├── front_100.png │ │ │ │ │ ├── front_20.png │ │ │ │ │ ├── front_5.png │ │ │ │ │ ├── front_50.png │ │ │ │ │ └── front_500.png │ │ │ │ └── 6 │ │ │ │ │ ├── front_0.01.png │ │ │ │ │ ├── front_0.02.png │ │ │ │ │ ├── front_0.05.png │ │ │ │ │ ├── front_0.1.png │ │ │ │ │ ├── front_0.2.png │ │ │ │ │ ├── front_0.5.png │ │ │ │ │ ├── front_1.png │ │ │ │ │ ├── front_2.png │ │ │ │ │ └── front_5.png │ │ │ └── 16 │ │ │ │ └── 16 │ │ │ │ ├── front_1.png │ │ │ │ ├── front_10.png │ │ │ │ ├── front_20.png │ │ │ │ ├── front_5.png │ │ │ │ └── front_50.png │ │ └── production │ │ │ ├── 6 │ │ │ ├── 1 │ │ │ │ ├── front_1.jpg │ │ │ │ ├── front_1.png │ │ │ │ ├── front_100.jpg │ │ │ │ ├── front_100.png │ │ │ │ ├── front_20.jpg │ │ │ │ ├── front_20.png │ │ │ │ ├── front_5.jpg │ │ │ │ ├── front_5.png │ │ │ │ ├── front_50.jpg │ │ │ │ ├── front_50.png │ │ │ │ └── front_500.png │ │ │ └── 6 │ │ │ │ ├── front_0.01.png │ │ │ │ ├── front_0.02.png │ │ │ │ ├── front_0.05.png │ │ │ │ ├── front_0.1.png │ │ │ │ ├── front_0.2.png │ │ │ │ ├── front_0.5.png │ │ │ │ ├── front_1.png │ │ │ │ ├── front_2.png │ │ │ │ └── front_5.png │ │ │ └── 16 │ │ │ └── 16 │ │ │ ├── front_1.png │ │ │ ├── front_10.png │ │ │ ├── front_20.png │ │ │ ├── front_5.png │ │ │ └── front_50.png │ ├── custom │ │ ├── 1.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 14.jpg │ │ ├── 15.jpg │ │ ├── 16.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 30.jpg │ │ ├── 31.png │ │ ├── 32.png │ │ ├── 34.png │ │ ├── 35.png │ │ ├── 4.jpg │ │ ├── 47.png │ │ ├── 48.png │ │ ├── 49.png │ │ ├── 5.jpg │ │ ├── 50.png │ │ ├── 51.png │ │ ├── 52.png │ │ ├── 53.png │ │ ├── 54.png │ │ ├── 55.png │ │ ├── 56.png │ │ ├── 57.png │ │ ├── 58.png │ │ ├── 59.png │ │ ├── 6.jpg │ │ ├── 60.png │ │ ├── 61.png │ │ ├── 62.png │ │ ├── 63.png │ │ ├── 64.png │ │ ├── 65.png │ │ ├── 66.png │ │ ├── 67.png │ │ ├── 68.png │ │ ├── 69.png │ │ ├── 7.jpg │ │ ├── 70.png │ │ ├── 71.png │ │ ├── 72.png │ │ ├── 73.png │ │ ├── 74.png │ │ ├── 75.png │ │ ├── 76.png │ │ ├── 77.png │ │ ├── 78.png │ │ ├── 79.png │ │ ├── 8.jpg │ │ ├── 80.png │ │ ├── 81.png │ │ ├── 82.jpg │ │ ├── 83.jpg │ │ ├── 84.jpg │ │ ├── 85.jpg │ │ ├── 86.jpg │ │ ├── 87.jpg │ │ ├── 88.jpg │ │ ├── 89.jpg │ │ ├── 9.jpg │ │ ├── 90.jpg │ │ ├── 91.jpg │ │ ├── 92.jpg │ │ ├── 93.jpg │ │ └── 94.jpg │ ├── glyphicons-halflings-white.png │ ├── glyphicons-halflings.png │ ├── header-bg.gif │ ├── polycash-logo-2.png │ ├── polycash-logo-sm-2.png │ └── tinyeditor_icons.png ├── index.php ├── js │ ├── adminlte.min.js │ ├── bootstrap.min.js │ ├── chart.js │ ├── jquery-1.11.3.js │ ├── jquery.datatables.js │ ├── jquery.nouislider.js │ ├── lodash.min.js │ ├── main.js │ ├── maskedinput.js │ ├── monsterduels.js │ ├── onload.js │ ├── sha256.js │ └── tiny.editor.js ├── pages │ └── PolyCash-whitepaper-v3.pdf └── webfonts │ ├── fa-brands-400.eot │ ├── fa-brands-400.svg │ ├── fa-brands-400.ttf │ ├── fa-brands-400.woff │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.eot │ ├── fa-regular-400.svg │ ├── fa-regular-400.ttf │ ├── fa-regular-400.woff │ ├── fa-regular-400.woff2 │ ├── fa-solid-900.eot │ ├── fa-solid-900.svg │ ├── fa-solid-900.ttf │ ├── fa-solid-900.woff │ └── fa-solid-900.woff2 ├── run-apache.sh └── src ├── accounts.php ├── ajax ├── account_spend.php ├── apply_game_definition.php ├── backup_details.php ├── buyin.php ├── card_preview.php ├── change_password.php ├── chat.php ├── check_blockchain_errors.php ├── check_code.php ├── check_new_activity.php ├── check_username.php ├── create_account.php ├── delete_blockchain_from_block.php ├── event_details_modal.php ├── explorer_block_list.php ├── explorer_search.php ├── faucet.php ├── featured_strategies.php ├── game_invitations.php ├── manage_addresses.php ├── manage_game.php ├── manage_peers.php ├── manage_unclaimed.php ├── migration_details.php ├── monsterduels.php ├── newsletter.php ├── place_bets.php ├── planned_allocations.php ├── principal_bet.php ├── public_peer_details.php ├── refresh_prices_by_event.php ├── reset_password.php ├── save_game.php ├── select_accounts_by_blockchain.php ├── select_denominations_by_currencies.php ├── select_fv_currency_by_currency.php ├── select_io_by_account.php ├── sellout.php ├── send_login_link.php ├── set_betting_mode.php ├── set_event_blocks.php ├── set_event_outcome.php ├── set_featured_strategy.php ├── set_notification_preference.php ├── set_user_game_event_index.php ├── show_event_outcomes.php ├── show_players.php ├── status_footer.php ├── toggle_left_menu.php ├── try_claim_address.php └── withdraw.php ├── analytics.php ├── api.php ├── api_client.php ├── backup_history.php ├── cards.php ├── config ├── example_config.json ├── install_blockchains │ ├── bitcoin.json │ ├── datachain.json │ └── litecoin.json └── install_games │ └── forex-32.json ├── cron ├── apply_strategies.php ├── check_peers_in_sync.php ├── delete_game_definitions.php ├── ensure_user_addresses.php ├── fetch_currency_prices.php ├── game_regular_actions.php ├── integrity_checks.php ├── join_txos.php ├── load_blocks.php ├── load_games.php ├── mine_blocks.php ├── minutely.php ├── minutely_check_payments.php ├── process_address_backups.php ├── process_blockchain_checks.php ├── process_my_addresses.php ├── process_target_balances.php ├── remove_unconfirmable_transactions.php ├── remove_untrusted_transactions.php ├── rpc_mine_block.php ├── set_blockchain_block_stats.php ├── set_cached_defs_and_apply.php ├── set_cached_game_values.php └── set_migration_summaries.php ├── directory.php ├── donate_to_faucet.php ├── explorer.php ├── game_definition_history.php ├── game_page.php ├── import_game.php ├── includes ├── connect.php ├── explorer_top_nav.php ├── get_session.php ├── handle_script_shutdown.php ├── html_card_login.php ├── html_redeem_card.php ├── html_register.php ├── html_start.php ├── html_stop.php ├── migration_history.php └── must_log_in.php ├── install.php ├── lib ├── card-render │ ├── PDFMerger.php │ ├── fpdf.php │ ├── fpdi │ │ ├── filters │ │ │ ├── FilterASCII85.php │ │ │ ├── FilterASCII85_FPDI.php │ │ │ ├── FilterLZW.php │ │ │ └── FilterLZW_FPDI.php │ │ ├── fpdf_tpl.php │ │ ├── fpdi.php │ │ ├── fpdi2tcpdf_bridge.php │ │ ├── fpdi_pdf_parser.php │ │ ├── pdf_context.php │ │ └── pdf_parser.php │ ├── makefont.php │ ├── renderback.php │ ├── renderfront.php │ ├── rendertext.php │ └── ttfparser.php ├── groups │ ├── 10 significant cryptocurrencies.csv │ ├── 12 American tech stocks.csv │ ├── 128 world currencies.csv │ ├── 16 largest modern empires.csv │ ├── 282 phoenixdex fakemon.csv │ ├── 32 highly traded currencies.csv │ ├── 32 most populous countries.csv │ ├── Red & Blue teams.csv │ └── images │ │ ├── 128 world currencies │ │ ├── 024dccbb806cb4d33bfd1bab89715b7daf7c6030c0770b7e91c714e01b4485a5.png │ │ ├── 09c4abe5f3fac066068ff1af33ec7782c8db133127f6579910bbb9c9351b6dab.png │ │ ├── 0d150a53da6d6e87707d3c85c226d1678600b4b8117323ed4b42b01cf03efa7a.png │ │ ├── 153c943ea2205aeb6eab4bbfaa7a12ca310bdf16e97fac29ece4077cf2323e26.png │ │ ├── 174f7f87a2fea28dc0d4f1e9456499bbc48c8ca1e434aae9813924b01643c3cc.png │ │ ├── 17eb71ff80622403a495c02cffc91b0cb1a0bdf2d7f9d4a400debc4213cfb0f9.png │ │ ├── 1cb5bfc65f53858c9ff7f4451543c97daadd40841b2f8f5d6e2479e747e4928a.png │ │ ├── 1e78416715bccdfffa0df2de7ebedd56645da6581fd37cf2d5e20713bd4cd00d.png │ │ ├── 1f48edcaf1854da66ff1d4330539c9348b96a25d6d67e43b1a206269af6775e5.png │ │ ├── 23e85c773320d72715925950b2b9b69f8d6b39f04d535bb5d9294abaf2476e79.png │ │ ├── 246da2a3abe2733eec0dfe12314db0092e8a7ae463b2529489f9c6825772fea1.png │ │ ├── 2495dd11f2b2e5e8c872718bdf59af130d75d6d84a491e744e788d0fbf9bf028.png │ │ ├── 25d4f007843503bda1e1a154c6539c81f25316a926f943511e510166a6c8ad6f.png │ │ ├── 27111087ee9bb203e547b5c6b8881a36dd11e6b5c816c3eb2d5e33b01ffaa96d.png │ │ ├── 2711787dfc47e49503679a038f864f62857453f4a3f65c5bb9be620aeabefd8f.png │ │ ├── 27d874cd7dd24cb156e48ba3df99492c3b1ecf88344c8b0612af184c2d864dbb.png │ │ ├── 29505e9a056fd87e41377de84c4b983a74b7c07463da57b748f640824e53c15a.png │ │ ├── 2968b1697a070564732a0b3747a4731f1f0ba9e201694a156a04ed67938a5590.png │ │ ├── 2ac0e1d1757fe42f76475d09899445cb404da0855b23735c46734fbc132d345a.png │ │ ├── 2c821d6eea3808cb36e4ec87a5c4b319116b4e953f2858622c9171a003159159.png │ │ ├── 2c9ab13a764d2bdc9399bd9fad0b2e6a5b60f8efce0249ddb0965c56c4c9ae28.png │ │ ├── 2f49b46cc828f41ee893d2bf26d0ca1b49dfa012eb6520dbb1692be9447b09ac.png │ │ ├── 2fd228bb623bc58b475c1e6b291c97d5213bde0ec0e6273950260bb97c6cd7b8.png │ │ ├── 33c366f2a3175c41c21a21f8b71154a402a170f298e53fd3de7c3fcde32c3236.png │ │ ├── 362b07e6345f6c079d898ef6f3e7b701ba780886a9c7e6b4df9961f241d6e332.png │ │ ├── 3893e73fa859f9748cc5cf2c6228a04f7365e5d51ff0240f1f90c832f103d7f3.png │ │ ├── 39812aaed2e5fbab28e9544f35584ffe46a9c58aea9a3a8a0cbbbf37204b2f74.png │ │ ├── 3a072e5d893a1bf9647fd5b057dbcf1f8010ba2d719d07f9a585d6ec6220a7fe.png │ │ ├── 3d3748f789ea385bba9d007088e677f59a4b8b12c65a70bdd89bbbe9bd330480.png │ │ ├── 3eaf238797b716371819bb2185ad239880f16e6914fb13f7c424d3d5ba287d79.png │ │ ├── 4290d8dca3f2f051c756778d797523c8f0446eab65c199f8d91ab2ea70924e28.png │ │ ├── 42a57c48b82554deabb4b55076f2af1bb860cfa0ecdb29a9f498cb94184ba0fa.png │ │ ├── 42a8356f61ee3f221cce8c4e9309a100a830c4320e141fa69d7d4beea2087f23.png │ │ ├── 43ec6a6f6dd1368324bcd56c9f58d8031b30e6bc5f2dec2cfb499fa0b0992b37.png │ │ ├── 45d32b46291d6e409d75bb681f3b4da42af44e0226a006cc6ccdafc59d383c36.png │ │ ├── 46ede22dc47e7f5f5c1a345a36d7472ed48217807fdf386d20ccf4dff3f1b750.png │ │ ├── 482b6493dd4758a41fe615dd77fbb06c5f8dfc8426690dca27681f778cc3ca98.png │ │ ├── 494e1162f9096751c2745f820b69f52db2a805f0845ba57898621f8cd983ad29.png │ │ ├── 4a431edbfc5b36439db0d6ee5d54ea7dbbfef99fbf03e0ac9765fdb22bec02c4.png │ │ ├── 4f99ec61438ba96150818b41f834e072885b2a5270731ea40d788c3560df8090.png │ │ ├── 516f95be3f2ab46bf0f22cbc6d59bdc7ffd1a70440efec99676a614b1e7a26da.png │ │ ├── 52a50c775c4398239bdf87fc9ed9b5c7cc6d1a4bdae5b750f55678078e359479.png │ │ ├── 5cba8c75abee80035d20522ac3b94fa5436299edc7096176610d1a1c6f2cd5e1.png │ │ ├── 5d12f56d1d628090c5faea33863370e659a49bdf4b74e930b38d915c6d8e25aa.png │ │ ├── 61fff8cb1f4acef6f3f5fee19be9de337fe96d2e5a348fd9471d82cf70813773.png │ │ ├── 63f893e8b41b46609209f9f4224d4618dc8bf7bc552c9822bcc457eff013a8b7.png │ │ ├── 644f71cb1742576b87c100a279947a98513072a302834b2d4b1b031c9bf80fe4.png │ │ ├── 658f350c115f4c678c30418b562c671871b8a563fdb4b229100cd970a8c33152.png │ │ ├── 66ba2264aef9f639454346a7ba13f26f105a3b1d34f92363eef1b9ccbfa23e38.png │ │ ├── 69679a977f5d81383c8c0d2347d04feb820629a5c640dfc6a293c21110c9f378.png │ │ ├── 6b22a647b4dbc25001e1e8addb75cbdf4e840b43d2ede7490763042980b2f9c2.png │ │ ├── 6b37d5516e030db65e3a47812834ca40316a9d600f92178d3953607c1d32a74b.png │ │ ├── 6be51ad2a696f8399041566a425f339bf4b01c4e2704129aae1941245668e7d8.png │ │ ├── 7078a0f2a66b74e9196cd65fb158e66f8531e01967080631eb0025ae271e380c.png │ │ ├── 721aa6b5444489a476f714a28edc42891eafd29c7677cfeefc7316841d64ccc1.png │ │ ├── 7536d9abf2403fab8ad263b7ee44897feaef905960e5753b9df001a3844ff5cf.png │ │ ├── 7840ba490b4b5bb90501d2ce9a9d6db7f87b4bfe718577e232bfc821bcf1fab3.png │ │ ├── 7ae21e16919f0c58136d7e8d64d6294a54f9f74b205d28436786aeb52a0b1c15.png │ │ ├── 7cb2021024c9bc036c3045d058251570e9ef35fe756566c04dac64e3a8bec111.png │ │ ├── 81dfbf5eaacbfb316785a8936c7965e71b94ecb13520b302464140504f5e1006.png │ │ ├── 83981a5300aecb9d9eeba60fd5b3529e238f4c9bf2609617f938c13843026a3d.png │ │ ├── 88d4a52c524dc8af8d4aa560d4f1fbbec1468405839cd8dd76533ebf6c6095f9.png │ │ ├── 8bb3362231be777746da5ceab2abdf0ad864725577298bd950e5f683032368d3.png │ │ ├── 8bdb8d3931066d9629a8cce7db9609b542020f4e25a07548437ef3242eb0521f.png │ │ ├── 8c3c531486059f482fdc2c565a354be355563efb5dc8fa07c5dcb6b343a42cd2.png │ │ ├── 92cef5e20e80a6344a5f606965c3f6e4c9e2de23a9d838a0391a2b62cae1b482.png │ │ ├── 93e48c0e44b90352c0c8fdc24b6002ff8c2f1e245e981f0468613575324ef1e9.png │ │ ├── 943b843ac1080998ef2dc63d5bf535d77c942d38c678b9265309a462d299fa32.png │ │ ├── 95a38a318c48cf48cefad8e656ba5b1031d6cc76826eb6727640e14403474f9a.png │ │ ├── 97bccc5962cbad72866bb329951d7e42f6253d65470d131afd9b913a4d646782.png │ │ ├── 97d2b5bf6850838704657006ff36d8eaf74e6f6d80031f61e180040e142173be.png │ │ ├── 9a4cd39a7393f8f938009e18fb953e3134fad4b339e96baddad1d7a51adf12c7.png │ │ ├── 9de17404070d62f6f738fbccb90e71015b505a0da653372899748e5043a7063a.png │ │ ├── a101e8c1259da97b951a960b757335beb80c03fb4351b1636c4735d29542b7c7.png │ │ ├── a260fe8b9cbe66497958db4e14a3d95856096e041a109adb2dc5ea463a8a0558.png │ │ ├── a41db451827d39bc8fa9873f23dd905ff70a2b04ba46b78fff2f0a9b4e9e3ff7.png │ │ ├── a88c5f8973da6c66811cc7b7cdb2900444a487da7ae8a80d74461754c71306f4.png │ │ ├── a8a1b7dc6bb018a7093abf40a221536a6a89b90538428b2c2a1882a88dea0ac9.png │ │ ├── abc72b2cfe280e9984928f366b69ce968417537217f0b46a0f16aa710e959b76.png │ │ ├── acddf861c1e2b619628d16709be2b76fd21bd19f8fbb3926b573a5cb20715c5a.png │ │ ├── af61d573e34dd94b939dddbf87d4d7b126c025f39179fcd5357cd87423597fee.png │ │ ├── ba08dd46daf0c6d177d4328827748bba8e5d90c6fc86f0a4a11df62c8bbd042d.png │ │ ├── bb97740b09d0cffe861017b499814222c0106e1cd9163d18a8d84aac8db3737d.png │ │ ├── c12c9d1d19c7ccd66d278c2fd65d99fa981cf33ffe19b591ab3709c997cbbcd1.png │ │ ├── c593d26bd577727f2dee6881c4024b14c198c824bb6d0a4a6097b713b7a911a0.png │ │ ├── c617d36d8784022d458e1fbc55ffadea28d2203c49d048091599a4a45f9d3501.png │ │ ├── c6d2df0e1c531ea43f5d30f51a4d48d53ec2cd318b4ddea652a14ddf9bf57bd4.png │ │ ├── c812dcc030dc933818ee1d82b0857418b4d900307d08a13b5fb7a2f61f64cdc5.png │ │ ├── c853879a6908cedae732a457c1a76609e54c3bd005c99a5bc9dfbef7812a62b6.png │ │ ├── c8df8f8d3f334b675d95bbdaa31d01065ad21cd11a3e7631888ef5937d12b0be.png │ │ ├── c8ef1d4cda138d06eb40a669fd1962a8832518a4b5e4e304835974c47fbd0e43.png │ │ ├── c97412a3772701a4886fd33b5ab37859d246616cd44318864d403564ce41df4d.png │ │ ├── cd2da2107d4bac1bc11c98e36e30a9d0bb131276eb51cdd499b99177947449c9.png │ │ ├── cdb17f4b339fc2e950eb0d65e9b016f0573f9feaf41b743f5cfe280e48395ea2.png │ │ ├── cef4e92ff4812d23eb8b98992e4f1e01e13cf0ed1d266264fbe8291265798ad2.png │ │ ├── d0cd32451d41cc2e9ac88ebbe58635703cf6bb1b3c247545d1e997ac14a4f265.png │ │ ├── d1bd6011d68e9be93b4df52dede8dd71a1f3c729bf99f3a470c8612a88bd3704.png │ │ ├── d1cef2fdd6a419c3669c0e71622c351e5d68b0d671c6481e7b67aa168067a2be.png │ │ ├── d1fac2d8b394c6bd4383573337680e2eb4593b0fe5a54a25fc6bdfebf8cc0beb.png │ │ ├── d4e0abc3e59b5f6ab88698b3378caa63232ccd6a90b1e5328d2aeddc10453c74.png │ │ ├── d568e859cc66f206bb374a863c2fc9fa8de3fb72592df7041dcea69f60b380bf.png │ │ ├── dc6b3be893c9adb9cbfab917efbc5f41c7ff3833f2fd2f68a440b495a764aedb.png │ │ ├── df32204cc9a89d270a14875126187add67d72e5761669fbbd596a4fcc8887204.png │ │ ├── e02ae288063b3b37cb3f7e566116f0b7838e8455bbbc561529f76934c5ea8c27.png │ │ ├── e116c24dff1f73b56cf4fe9105ff4a4cae40a3312b18badbffd842f2c4ec5145.png │ │ ├── e2607d1ec61019fde8f6c544bc12cb3d426969b121c869b5b6ed8e1bca9f81e5.png │ │ ├── e36fb0fcef496fa3a77c635632247db2288df48aabddcab8e4bc792d1d84c66f.png │ │ ├── e3d413e5ae15453d4c7692b99a9d7ebf5a0c198d99b2f7507dd9be2f94e61e35.png │ │ ├── e4a0cb7b31896a7487a969bc9cbcb1ff49650db99beef3e929e749d4a44258eb.png │ │ ├── e4b6e78c64f86de79f9165d3d5608fad25150fabff5129fe1d4ad34dcf3e15f9.png │ │ ├── e5f0c1184abe74ffac77d7be7820e59d696342b77ae2b7083eb315877cf6a003.png │ │ ├── e80496dde97e7151d266948c9c120bf3776ebb28bac5df9cc0716bd41d4010e9.png │ │ ├── ee31b6e9a03e416151005133221c46ee22d9a723e4eeae2befc22008984367e4.png │ │ ├── ee69722f4143a75581451ea2d2d9cf6df7e3ce2a7d3c9ce3e4bfef54158377d8.png │ │ ├── eef243bf6aa3c92b40542d671a3d90ea68960243ef718245d368b1f4b7f39c1a.png │ │ ├── eef5db148a28bae3b6096cc432a631ddf46e2ea060c0481e449726b4e1425540.png │ │ ├── efb03948a1103217f1f28e82184093bbe2a1540c8aa2ffc29a759d47bde77755.png │ │ ├── efca614f4a3fcc1410995efebd34dfc255878d57d37aba838cd8e6ac8b10d357.png │ │ ├── f0f3ab5d9a8621c63c1fbca87c7c32b640142405ead1d909a1248bb4fd7d8cc9.png │ │ ├── f137d4de630c850b6709ee0f76f4291de9d3d05e99cfa97be1cb1736c1373a82.png │ │ ├── f54adea544f41a66bc83ed46077b89e1d1391b98da7e115141dfa9961bb61757.png │ │ ├── f8ccc3dce8b17287e259689fa7f492ae73d4f92862c17d9fa4fb6a79dfee6b08.png │ │ ├── f936fc1d29ae96b2bc91e7430e2a1bd135707f07ed1a48f6640cf9ec052f72e4.png │ │ ├── fba056e9947b0c1f55362156f01d26debc01f45e23585f54b21c654020b52456.png │ │ ├── fc2441477189e0706079d457bc76670c49bc3cfa3ee39b5314c444ac40346f68.png │ │ ├── fe178ffaf651de81cc8201a8e17c295462f58161ef5259d086bcb5f0608ab36f.png │ │ └── fe554fe9291f8518217cc0747c92063a034984bd880334a352d78d689fd4a97f.png │ │ ├── 282 phoenixdex fakemon │ │ ├── 101_Cd4x89spb1pIFNt2X3VE.png │ │ ├── 102_l5bzYsjdNcceklyDyyXT.png │ │ ├── 103_rbl0i8mxjwJ2tAcNGa2l.png │ │ ├── 104_stsaEeSNOq3iCgRfkGQz.png │ │ ├── 105_qUl1XPbjdSb8FZMMGYRE.png │ │ ├── 106_8LA4TMQnt3Z5qnLZBdpc.png │ │ ├── 107_JdEkoHoHHKaYZLfRdvvX.png │ │ ├── 108_d86Otz06e5CT8m5uY4Rv.png │ │ ├── 109_L4RNmSVXrxkxR736U2LE.png │ │ ├── 110_2fSN2ng6t1MLB4cIux8B.png │ │ ├── 111_2lxhsdUYVcxDm1LQ0MbL.png │ │ ├── 112_YKirhWN2JKTS4eyDuYbJ.png │ │ ├── 113_zYUkynyJCcvbjNgvZ0PK.png │ │ ├── 114_ALPjd60TSzdN0YFIGj8Y.png │ │ ├── 115_HRjwZQXze1R7fr49FeeT.png │ │ ├── 116_sUTchg1qvCkYetdFiwdU.png │ │ ├── 117_pW16BCgMJ0bTtBZI73Cg.png │ │ ├── 118_HGuvJEPoyZ8DQyk9xZnV.png │ │ ├── 119_g006NfrNRW0rXVjW83tT.png │ │ ├── 120_LVvssU1REVYlM07yl6WN.png │ │ ├── 121_o83R7NEWuVo1r8pBOBjH.png │ │ ├── 122_t3l08lQdIK3LEVOoBMnO.png │ │ ├── 123_V8YhOlMoTK0895yPo1dt.png │ │ ├── 124_PsEvHF04gptSuo9tMk2O.png │ │ ├── 125_KTpiHuvKwOEhvnpR4STh.png │ │ ├── 126_01DmUdJBBaVE1gZdyOH4.png │ │ ├── 127_oJ4Z7aF4X7OewLqeVxJY.png │ │ ├── 128_oTdK0dCJzMmnk3AvOyji.png │ │ ├── 129_trdRhsw1fOh1hDH0m4QS.png │ │ ├── 130_e96yqv5pWThezEU7UOli.png │ │ ├── 131_qQdzw9JclN9zwuQMxIFM.png │ │ ├── 132_gd9tXBVy5rrglzj6iqqe.png │ │ ├── 133_S2y777LbrN6SfO8sYNHq.png │ │ ├── 134_BcnGvmSrXJvQHLh7FxJv.png │ │ ├── 135_FabIs6TXDXTB0mhZzpMo.png │ │ ├── 136_Kdt2oqwCwjRBzUeEsBMR.png │ │ ├── 137_arS1iZYluXKI6swKXu3Y.png │ │ ├── 138_qlLvYmflquAkbxN5xBxs.png │ │ ├── 139_ZpflhpewR4zHyjupqZJ7.png │ │ ├── 140_oml2Pq1FDAhWAsX43i3W.png │ │ ├── 141_aYImlEl34Be4Yu03pzqc.png │ │ ├── 142_2IGNwJ1RiDFR3gVBCcf6.png │ │ ├── 143_crJs8ISe0RnGqoBqfJiS.png │ │ ├── 144_uaor0q3bFo7Y9fOHOKqd.png │ │ ├── 145_xfZJ3jQGNkDuoT6HAmmj.png │ │ ├── 146_GDZvELnhYw3EHLAzQRQx.png │ │ ├── 147_wdO30M8pqRPpJt7Nmdn5.png │ │ ├── 148_NLZmweWRmliuFyweQnqT.png │ │ ├── 149_gjT0GCMzIjA2hfWrdviR.png │ │ ├── 150_pxp4getDcKAruvltuB4e.png │ │ ├── 151_LHgGQ6wUA2HJJOWYJMyv.png │ │ ├── 152_nxA9MSzTtGZrsJInVrTx.png │ │ ├── 153_t1sRYxnBAmskG5pTvGZI.png │ │ ├── 154_Q8QJBaCXIUGTyXnxYOXc.png │ │ ├── 155_I8McDB5kQZ1XFc9fCxiE.png │ │ ├── 156_xIv01EA1E6mq5N4krAmb.png │ │ ├── 157_tnzbHQqadnuEV2zeWld1.png │ │ ├── 158_Xcyxe0pinod4BVlT1DVz.png │ │ ├── 159_QvWxeCylnu73RLYeZTJ9.png │ │ ├── 160_c8OsbEIAQWVMLqzkbOk6.png │ │ ├── 161_Ex08HjrNigqE7VlYZ4Bo.png │ │ ├── 162_6dDh2F9of798wCZHLBZm.png │ │ ├── 163_vrjlZcBuAlXAehEJA3T7.png │ │ ├── 164_4bZcbmj2xxQJZMOcPmAA.png │ │ ├── 165_e8tuG3Yuj5Z8NclVTABa.png │ │ ├── 166_QSeuXUDsMFgOuoWa2FIJ.png │ │ ├── 167_wfaP4tYpNSYhHdXG1nPf.png │ │ ├── 168_WKYWXuTFOu8NVSLy2181.png │ │ ├── 169_hi64NN0LETgHfgHtLrb5.png │ │ ├── 170_Oh75VgtGzVB0qiIMeXKL.png │ │ ├── 171_eoGndTs3IQ1jMgl6CId9.png │ │ ├── 172_VZsCRC7xGghjmyQo9rHl.png │ │ ├── 173_ouPm2gGiEgmgc97BN2PV.png │ │ ├── 174_UxIIkjQBiRzAaEbYouPl.png │ │ ├── 175_ul2yUlWgTH5lCVNatBsp.png │ │ ├── 176_NkkXfW5bfis0BpAd5ale.png │ │ ├── 177_wqxY3sd7vvvtKjQeJYhl.png │ │ ├── 178_E7KlRAHqlEt4CKu03bCp.png │ │ ├── 179_oMGuY9b0x5ggwt6HJ2V2.png │ │ ├── 180_tvWegObLZy8UR8nbnkZu.png │ │ ├── 181_A6kar7ICZqgviC9gIWKH.png │ │ ├── 182_uL0lnCWvl4FK5qOy7F18.png │ │ ├── 183_ByqICLDkuupVQgGWsAYV.png │ │ ├── 184_2RE4qE8cqlQfbwBegG2c.png │ │ ├── 185_9qjNk5RyY4tNvGFcOSej.png │ │ ├── 186_J4qrB2OIfTxvgWOoR3Zq.png │ │ ├── 187_uT6Wi7nCoUrDUFKfiN5J.png │ │ ├── 188_W0lrRCmHaGhJIe7uZYaT.png │ │ ├── 189_ln7heL1Rd5OXdBfmeEnA.png │ │ ├── 190_t8NWJG4FvFr02cARKOgk.png │ │ ├── 191_hukAE0LDhpK1m59UumDl.png │ │ ├── 192_DUGxgB0ILKJjeWOkb6Ni.png │ │ ├── 193_sWFKjrcA9tSM8UxDknx7.png │ │ ├── 194_RgmviWEuM05T5VIUCgLF.png │ │ ├── 195_H2mnNvC85QbNyQUBq4xV.png │ │ ├── 196_QGgE63UCHU7U3TUsw18H.png │ │ ├── 197_hpgXboYjT1KXFmcPDw32.png │ │ ├── 198_7GlNefsmhO00EAMzhvHj.png │ │ ├── 199_sj0HCabhooEWpB8Wy0eM.png │ │ ├── 200_AATwbktHSpZdx2uZwKG3.png │ │ ├── 201_M3Uz0TOA8KRDlsNESxHl.png │ │ ├── 202_XRK6H5lSXeHLXhp1uii1.png │ │ ├── 203_R4AnxCa47o1VQR1AoYHJ.png │ │ ├── 204_2MChsMmhgQNBbm4jBE1c.png │ │ ├── 205_vaSswBjOiJH2PjC3rbDy.png │ │ ├── 206_xbnPAdNoO96hS50hKnmg.png │ │ ├── 207_AUd9RhuB7iM58YXT04pJ.png │ │ ├── 208_tthTsGuS41HgZ4SQXDIC.png │ │ ├── 209_eHCmTsollmO3MgRVwQqo.png │ │ ├── 210_hjE4liegVVP7yE4WXijX.png │ │ ├── 211_ZZlqICgupgJSw89RehY4.png │ │ ├── 212_Vr4Ohode27kp1VNolymr.png │ │ ├── 213_6J4gjoGEOgKJMy6q787j.png │ │ ├── 214_bkrTS21VJmo7lLQ6hwsd.png │ │ ├── 215_gVQCqsmuOdOugrTvH3rH.png │ │ ├── 216_Ei2PsqTtOhXVpQjXy8VD.png │ │ ├── 217_duOhy2xFut6SP5KOtAEM.png │ │ ├── 218_e2DZBrzxjegxvjUP013s.png │ │ ├── 219_f1O31CQIWbliF4NGDn0R.png │ │ ├── 220_ZcwQF68p1K2P5yHPSoba.png │ │ ├── 221_XEgYkejiu1DjDsFdZDBN.png │ │ ├── 222_eeZzxYs80Ay1KYToaVUK.png │ │ ├── 223_bpqHtAKJxlWZmeEAUOL1.png │ │ ├── 224_QKrvvioxfylrLl2s3wLW.png │ │ ├── 225_2EnJuxSNC7GgK9KvugOB.png │ │ ├── 226_wQApH1fw3QdIBsH8UiIn.png │ │ ├── 227_kYkIBe1Kna8AlvnLjYvH.png │ │ ├── 228_o8gQJKYXL4vxmvEoXf3O.png │ │ ├── 229_1kmvP4weNowGJAAeOFeg.png │ │ ├── 230_cSqWiE9QpjUlkpDsZVNE.png │ │ ├── 231_82xjI4fkSWwtDmJN41U6.png │ │ ├── 232_yQnGYg8pMueKGRSzjfw3.png │ │ ├── 233_viR6aV68j7TQBCCmEaz3.png │ │ ├── 234_OcFBJJtIGwz17slqWff8.png │ │ ├── 235_4y8RS8mtg8GopYNF3fcJ.png │ │ ├── 236_f1yQktQT7LVAJBkbXnWZ.png │ │ ├── 237_GliKZEPeDdwY69fuKS1F.png │ │ ├── 238_LKYCfdb53VZ3108863vR.png │ │ ├── 239_obi71NIZAhtVswgY7Ikv.png │ │ ├── 240_qnnN6v5SXjYLADkGWnq1.png │ │ ├── 241_DRMIS9wAi7SXYrH8Ihvq.png │ │ ├── 242_kY9r1rtNQaIjiClfF13e.png │ │ ├── 243_54h5YtyrXhCWCYtAC9A5.png │ │ ├── 244_NjY8yh6GMPz8SilVBuel.png │ │ ├── 245_FdO9Ghe4x9EPezcY56aT.png │ │ ├── 246_F7WbkG5cpg1jbFA4U782.png │ │ ├── 247_NeJ6lvU058JAWBLLxhKD.png │ │ ├── 248_LSgHJLys68h0lP1bNFep.png │ │ ├── 249_dRqasXbPZZO6Uk2FoJAk.png │ │ ├── 250_qf488u22jauh1RQP5WQM.png │ │ ├── 251_DRpK9nDFEgOaXIr4Snyz.png │ │ ├── 252_pWBvMOAerJolVlayXBwT.png │ │ ├── 253_5ajLRz6C6cXbnxdKRCf9.png │ │ ├── 254_UMJXKUox4S63SMwzvMzI.png │ │ ├── 255_wDvrJX3K1VNQM3FmKQf4.png │ │ ├── 256_vJdvmlsrCMfsC9tFmPR9.png │ │ ├── 257_1I8T5qYjUSEKAHVzDgJd.png │ │ ├── 258_SlboVsTWno8NoEnQXi6d.png │ │ ├── 259_JZpTBhnDUASL8rEvtJmJ.png │ │ ├── 260_6SBd0lCqRo9j52lZjhx0.png │ │ ├── 261_ZwlJ8wd9JUBlpSvqCFHW.png │ │ ├── 262_vEkGDgusUxT47FI9ddY4.png │ │ ├── 263_njt0aWf48vxgOACXwndl.png │ │ ├── 264_194jhljBpEnoefE3WtBX.png │ │ ├── 265_tNusPcXuLkI03W2hfmcU.png │ │ ├── 266_SNS5qyHkdDQVQhkeWKXp.png │ │ ├── 267_upNwLTjKZC9rZ5rE44bM.png │ │ ├── 268_NWW00Wq9OjbitzXyzXnn.png │ │ ├── 269_Hsq4zA0WAZFlf37o8WS1.png │ │ ├── 270_6VyCPKygUKLzXfVylUbs.png │ │ ├── 271_ZgnOaavHp2aw18ydvgwI.png │ │ ├── 272_jKIWX1uvtVilZYF8XX0v.png │ │ ├── 273_qLPdAcMJLhorKuyzjWAb.png │ │ ├── 274_Egxb6GIHi65JB5aWVZaB.png │ │ ├── 275_tKHFO7JIRe0Uj9TCXBXD.png │ │ ├── 276_AWRIJ5iNUKVmrrz2kTDl.png │ │ ├── 277_zwHo9pQ2LLwcKv1bPlnJ.png │ │ ├── 278_fmCWvAqOVbjpymBdvi5P.png │ │ ├── 279_OskcC14vtqAcQ8hXMX6i.png │ │ ├── 280_0aAwzMtK3KjGy7NGQEof.png │ │ ├── 281_YqjIfaRnEzwEz4Bn4M5H.png │ │ ├── 282_EAy809UUYPuxOMGrjOvI.png │ │ ├── 283_Mue2eD81ESQtUICLhdET.png │ │ ├── 284_lPcdJqAGRVcb8heP35kI.png │ │ ├── 285_QOo8dPGzherbig6Umcvt.png │ │ ├── 286_LieZLNoIjDianXKxAO7i.png │ │ ├── 287_8bd1OR2MMMSiQqRubGUk.png │ │ ├── 288_N3RqBd4zmNUMm252Dx9K.png │ │ ├── 289_f9qbA5vrqrkOUFMzYoNG.png │ │ ├── 290_sqsRpTTff0hMKfYYxP8P.png │ │ ├── 291_mt5ZTTdpvjOCWnDPdCZf.png │ │ ├── 292_eKOjofO7izszAdVADQng.png │ │ ├── 293_7dRlKuqfU8Llt8APGtfO.png │ │ ├── 294_WWhjjJpZGOAbCBDw5KA1.png │ │ ├── 295_omzaYHnvTo1wNZLoMTui.png │ │ ├── 296_yLfBqfMIsu2p2hzxXswa.png │ │ ├── 297_M0Qrofscsc3sy0mmz5Jb.png │ │ ├── 298_HZKGPETedE7U3pyttUge.png │ │ ├── 299_BWm2nra7POBI3xyQtfoZ.png │ │ ├── 300_t3TjQZR7K4FhhYLjzsYP.png │ │ ├── 301_MfzORuADQrFgN4kW8Sjh.png │ │ ├── 302_WC5n8KRPH76ZMQZYYRJQ.png │ │ ├── 303_byaTWqiQQJ8DJUCRfGEG.png │ │ ├── 304_tnD2tzcTMPDe3jS3ZyWm.png │ │ ├── 305_91GYLNW7jsc8VlAZM8N9.png │ │ ├── 306_sKhMGlxsehRv4O4gE5fB.png │ │ ├── 307_Cmd7H3AtrqpeAytrP0du.png │ │ ├── 308_v0Y8Dg40ffNlUN3IxdxM.png │ │ ├── 309_wcS6RluhR4PyB8rDIsHt.png │ │ ├── 310_7h9yesZJP7q9eQnsPlSh.png │ │ ├── 311_Gd77Y6pqxaEDxtqzgkBN.png │ │ ├── 312_60pmm7HwnShgJ3PUQMTl.png │ │ ├── 313_13RN7hyWo3RhzlK47MCE.png │ │ ├── 314_bFou4QzUIBsrysLVpmFJ.png │ │ ├── 315_CcdRbkDU3matlH6YBnIz.png │ │ ├── 316_YqoppoamkqmMpTdT7u6k.png │ │ ├── 317_Y8Jmv1kpUprs1GPhoN9y.png │ │ ├── 318_wpNR142vHQ7U6BBR28g7.png │ │ ├── 319_dBQDftjOiIJspLkmYmOF.png │ │ ├── 320_DxaYkkcVQGchUDrqHESU.png │ │ ├── 321_OYGus55rVi1Lfglg1K3T.png │ │ ├── 322_ZLsnrysPPQE3imoDzHT5.png │ │ ├── 323_JLt1qGvUR8f0RUrpAzkV.png │ │ ├── 324_1q1Uuwb8TblztKDo7ous.png │ │ ├── 325_uFmm5pAns3KLCeIJL6LB.png │ │ ├── 326_w5dSFqa2Dilsya4sYK6Y.png │ │ ├── 327_NkK96W97p4Cutet5sWT9.png │ │ ├── 328_XrHM6J2yiIQEIqleA9If.png │ │ ├── 329_8vRi1P8Pd12MawQSGis8.png │ │ ├── 330_4NTNRZPvlplNDqUp9H9W.png │ │ ├── 331_zi5eoEjnEHBlDHNLdt5O.png │ │ ├── 332_4G04vXuuuCNlO0bLDVww.png │ │ ├── 333_sZ2EnJSbhC9GXgt62bYm.png │ │ ├── 334_EInqJmF4CUC7rnlclvjV.png │ │ ├── 335_iy0dtS4TEV3f8nYkP847.png │ │ ├── 336_3FnXM2atIMIwbqbpzM9v.png │ │ ├── 337_1YBu1Es1p6s3WE9HqLj6.png │ │ ├── 338_SOCLlExA9EGE82HCx5cS.png │ │ ├── 339_C6dRVD926tYcP2OntrFa.png │ │ ├── 340_UxwmvZ03YYf4K2fovi6Y.png │ │ ├── 341_ihGy8kNM7waikACczGen.png │ │ ├── 342_bQFsRlqUpW6olMHwJkhL.png │ │ ├── 343_GBknfBsXXFrpiZVBfH9O.png │ │ ├── 344_dOt4Pbvr5k3zqOepteQh.png │ │ ├── 345_rRHlt7IU1bQEia3WcYwk.png │ │ ├── 346_0Ruw1R9kEFCIKzYQZuS4.png │ │ ├── 347_SAb60W4QJNMo3bj1Q0NX.png │ │ ├── 348_xfJGXg5ITeevyWiWeIcr.png │ │ ├── 349_GIBcmJgsAX0G5ggvf8y3.png │ │ ├── 350_psZBm1zctHJM5xd8rSNA.png │ │ ├── 351_KIU3byDS5zVrEMml5jS5.png │ │ ├── 352_21HZOggpJnIvRyqmR0jo.png │ │ ├── 353_2cKX4SkoMmjifVdgJhgU.png │ │ ├── 354_XeovEaYvDKXH9HRMGPA8.png │ │ ├── 355_l6jXSHNEq5GHj9ASnuWh.png │ │ ├── 356_ubc3iqok2sBCbj1nvPCL.png │ │ ├── 357_SyvxIDyP70V8jamJpd1y.png │ │ ├── 358_6rib5AguVTc0T3eyIsXh.png │ │ ├── 359_LabKhrTWFHsc4HrStqWC.png │ │ ├── 360_8DIdJJrqJXEwwmfwnYgk.png │ │ ├── 361_CWWUl587M6cAB6xIVxwo.png │ │ ├── 362_OUtbnQtnkVuZ34tBC9n7.png │ │ ├── 363_VA2NdYLd1Kvbn5mKW60p.png │ │ ├── 364_18X5S1R0DI1urmyD8kVq.png │ │ ├── 365_Yg2i4vioLkJjq5QbmoEa.png │ │ ├── 366_e2aGL54FhNlKaJrxc7Wb.png │ │ ├── 367_mnh58IY6tZzJrwrbXCMA.png │ │ ├── 368_S0B7TtmCaETYpmH8aYRg.png │ │ ├── 369_NApQX99POAokXvUXqKUk.png │ │ ├── 370_4ikcWQNzxdmjGnNdf91v.png │ │ ├── 371_vUbpvyTJDV8zBD6OcjKm.png │ │ ├── 372_91JuEAXCF13Qi8z2q3Hu.png │ │ ├── 373_hiMdFUp11F42HmSTwZRX.png │ │ ├── 374_bndCJnrHDLMfUM6QOeeg.png │ │ ├── 375_4RQnzKipcLZU1lQXJF5s.png │ │ ├── 376_CicC3Ovm2w253JXGCFQ8.png │ │ ├── 377_sqgxxwYJJSodfWoI3fF8.png │ │ ├── 378_q7SAZ24Uy0vr9GpiVFRk.png │ │ ├── 379_iKfL9YjskOpwL05lYUjU.png │ │ ├── 380_Cw6GpWftlbBISkzPuVwo.png │ │ ├── 381_Y0OWT8d8pIZgQYQBHx8v.png │ │ └── 382_egIkJIezpTfeOjXV41ET.png │ │ └── 32 highly traded currencies │ │ ├── 174f7f87a2fea28dc0d4f1e9456499bbc48c8ca1e434aae9813924b01643c3cc.png │ │ ├── 246da2a3abe2733eec0dfe12314db0092e8a7ae463b2529489f9c6825772fea1.png │ │ ├── 25d4f007843503bda1e1a154c6539c81f25316a926f943511e510166a6c8ad6f.png │ │ ├── 362b07e6345f6c079d898ef6f3e7b701ba780886a9c7e6b4df9961f241d6e332.png │ │ ├── 39812aaed2e5fbab28e9544f35584ffe46a9c58aea9a3a8a0cbbbf37204b2f74.png │ │ ├── 3eaf238797b716371819bb2185ad239880f16e6914fb13f7c424d3d5ba287d79.png │ │ ├── 43ec6a6f6dd1368324bcd56c9f58d8031b30e6bc5f2dec2cfb499fa0b0992b37.png │ │ ├── 46ede22dc47e7f5f5c1a345a36d7472ed48217807fdf386d20ccf4dff3f1b750.png │ │ ├── 482b6493dd4758a41fe615dd77fbb06c5f8dfc8426690dca27681f778cc3ca98.png │ │ ├── 52a50c775c4398239bdf87fc9ed9b5c7cc6d1a4bdae5b750f55678078e359479.png │ │ ├── 5cba8c75abee80035d20522ac3b94fa5436299edc7096176610d1a1c6f2cd5e1.png │ │ ├── 61fff8cb1f4acef6f3f5fee19be9de337fe96d2e5a348fd9471d82cf70813773.png │ │ ├── 63f893e8b41b46609209f9f4224d4618dc8bf7bc552c9822bcc457eff013a8b7.png │ │ ├── 66ba2264aef9f639454346a7ba13f26f105a3b1d34f92363eef1b9ccbfa23e38.png │ │ ├── 6b37d5516e030db65e3a47812834ca40316a9d600f92178d3953607c1d32a74b.png │ │ ├── 7840ba490b4b5bb90501d2ce9a9d6db7f87b4bfe718577e232bfc821bcf1fab3.png │ │ ├── 7ae21e16919f0c58136d7e8d64d6294a54f9f74b205d28436786aeb52a0b1c15.png │ │ ├── 7cb2021024c9bc036c3045d058251570e9ef35fe756566c04dac64e3a8bec111.png │ │ ├── 81dfbf5eaacbfb316785a8936c7965e71b94ecb13520b302464140504f5e1006.png │ │ ├── 88d4a52c524dc8af8d4aa560d4f1fbbec1468405839cd8dd76533ebf6c6095f9.png │ │ ├── 92cef5e20e80a6344a5f606965c3f6e4c9e2de23a9d838a0391a2b62cae1b482.png │ │ ├── 93e48c0e44b90352c0c8fdc24b6002ff8c2f1e245e981f0468613575324ef1e9.png │ │ ├── 95a38a318c48cf48cefad8e656ba5b1031d6cc76826eb6727640e14403474f9a.png │ │ ├── 97bccc5962cbad72866bb329951d7e42f6253d65470d131afd9b913a4d646782.png │ │ ├── 97d2b5bf6850838704657006ff36d8eaf74e6f6d80031f61e180040e142173be.png │ │ ├── a101e8c1259da97b951a960b757335beb80c03fb4351b1636c4735d29542b7c7.png │ │ ├── c593d26bd577727f2dee6881c4024b14c198c824bb6d0a4a6097b713b7a911a0.png │ │ ├── c853879a6908cedae732a457c1a76609e54c3bd005c99a5bc9dfbef7812a62b6.png │ │ ├── c8ef1d4cda138d06eb40a669fd1962a8832518a4b5e4e304835974c47fbd0e43.png │ │ ├── d0cd32451d41cc2e9ac88ebbe58635703cf6bb1b3c247545d1e997ac14a4f265.png │ │ ├── f54adea544f41a66bc83ed46077b89e1d1391b98da7e115141dfa9961bb61757.png │ │ └── fc2441477189e0706079d457bc76670c49bc3cfa3ee39b5314c444ac40346f68.png └── phpqrcode │ ├── CHANGELOG │ ├── INSTALL │ ├── LICENSE │ ├── README │ ├── VERSION │ ├── bindings │ └── tcpdf │ │ └── qrcode.php │ ├── cache │ ├── frame_1.dat │ ├── frame_1.png │ ├── frame_10.dat │ ├── frame_10.png │ ├── frame_11.dat │ ├── frame_11.png │ ├── frame_12.dat │ ├── frame_12.png │ ├── frame_13.dat │ ├── frame_13.png │ ├── frame_14.dat │ ├── frame_14.png │ ├── frame_15.dat │ ├── frame_15.png │ ├── frame_16.dat │ ├── frame_16.png │ ├── frame_17.dat │ ├── frame_17.png │ ├── frame_18.dat │ ├── frame_18.png │ ├── frame_19.dat │ ├── frame_19.png │ ├── frame_2.dat │ ├── frame_2.png │ ├── frame_20.dat │ ├── frame_20.png │ ├── frame_21.dat │ ├── frame_21.png │ ├── frame_22.dat │ ├── frame_22.png │ ├── frame_23.dat │ ├── frame_23.png │ ├── frame_24.dat │ ├── frame_24.png │ ├── frame_25.dat │ ├── frame_25.png │ ├── frame_26.dat │ ├── frame_26.png │ ├── frame_27.dat │ ├── frame_27.png │ ├── frame_28.dat │ ├── frame_28.png │ ├── frame_29.dat │ ├── frame_29.png │ ├── frame_3.dat │ ├── frame_3.png │ ├── frame_30.dat │ ├── frame_30.png │ ├── frame_31.dat │ ├── frame_31.png │ ├── frame_32.dat │ ├── frame_32.png │ ├── frame_33.dat │ ├── frame_33.png │ ├── frame_34.dat │ ├── frame_34.png │ ├── frame_35.dat │ ├── frame_35.png │ ├── frame_36.dat │ ├── frame_36.png │ ├── frame_37.dat │ ├── frame_37.png │ ├── frame_38.dat │ ├── frame_38.png │ ├── frame_39.dat │ ├── frame_39.png │ ├── frame_4.dat │ ├── frame_4.png │ ├── frame_40.dat │ ├── frame_40.png │ ├── frame_5.dat │ ├── frame_5.png │ ├── frame_6.dat │ ├── frame_6.png │ ├── frame_7.dat │ ├── frame_7.png │ ├── frame_8.dat │ ├── frame_8.png │ ├── frame_9.dat │ ├── frame_9.png │ ├── mask_0 │ │ ├── mask_101_0.dat │ │ ├── mask_105_0.dat │ │ ├── mask_109_0.dat │ │ ├── mask_113_0.dat │ │ ├── mask_117_0.dat │ │ ├── mask_121_0.dat │ │ ├── mask_125_0.dat │ │ ├── mask_129_0.dat │ │ ├── mask_133_0.dat │ │ ├── mask_137_0.dat │ │ ├── mask_141_0.dat │ │ ├── mask_145_0.dat │ │ ├── mask_149_0.dat │ │ ├── mask_153_0.dat │ │ ├── mask_157_0.dat │ │ ├── mask_161_0.dat │ │ ├── mask_165_0.dat │ │ ├── mask_169_0.dat │ │ ├── mask_173_0.dat │ │ ├── mask_177_0.dat │ │ ├── mask_21_0.dat │ │ ├── mask_25_0.dat │ │ ├── mask_29_0.dat │ │ ├── mask_33_0.dat │ │ ├── mask_37_0.dat │ │ ├── mask_41_0.dat │ │ ├── mask_45_0.dat │ │ ├── mask_49_0.dat │ │ ├── mask_53_0.dat │ │ ├── mask_57_0.dat │ │ ├── mask_61_0.dat │ │ ├── mask_65_0.dat │ │ ├── mask_69_0.dat │ │ ├── mask_73_0.dat │ │ ├── mask_77_0.dat │ │ ├── mask_81_0.dat │ │ ├── mask_85_0.dat │ │ ├── mask_89_0.dat │ │ ├── mask_93_0.dat │ │ └── mask_97_0.dat │ ├── mask_1 │ │ ├── mask_101_1.dat │ │ ├── mask_105_1.dat │ │ ├── mask_109_1.dat │ │ ├── mask_113_1.dat │ │ ├── mask_117_1.dat │ │ ├── mask_121_1.dat │ │ ├── mask_125_1.dat │ │ ├── mask_129_1.dat │ │ ├── mask_133_1.dat │ │ ├── mask_137_1.dat │ │ ├── mask_141_1.dat │ │ ├── mask_145_1.dat │ │ ├── mask_149_1.dat │ │ ├── mask_153_1.dat │ │ ├── mask_157_1.dat │ │ ├── mask_161_1.dat │ │ ├── mask_165_1.dat │ │ ├── mask_169_1.dat │ │ ├── mask_173_1.dat │ │ ├── mask_177_1.dat │ │ ├── mask_21_1.dat │ │ ├── mask_25_1.dat │ │ ├── mask_29_1.dat │ │ ├── mask_33_1.dat │ │ ├── mask_37_1.dat │ │ ├── mask_41_1.dat │ │ ├── mask_45_1.dat │ │ ├── mask_49_1.dat │ │ ├── mask_53_1.dat │ │ ├── mask_57_1.dat │ │ ├── mask_61_1.dat │ │ ├── mask_65_1.dat │ │ ├── mask_69_1.dat │ │ ├── mask_73_1.dat │ │ ├── mask_77_1.dat │ │ ├── mask_81_1.dat │ │ ├── mask_85_1.dat │ │ ├── mask_89_1.dat │ │ ├── mask_93_1.dat │ │ └── mask_97_1.dat │ ├── mask_2 │ │ ├── mask_101_2.dat │ │ ├── mask_105_2.dat │ │ ├── mask_109_2.dat │ │ ├── mask_113_2.dat │ │ ├── mask_117_2.dat │ │ ├── mask_121_2.dat │ │ ├── mask_125_2.dat │ │ ├── mask_129_2.dat │ │ ├── mask_133_2.dat │ │ ├── mask_137_2.dat │ │ ├── mask_141_2.dat │ │ ├── mask_145_2.dat │ │ ├── mask_149_2.dat │ │ ├── mask_153_2.dat │ │ ├── mask_157_2.dat │ │ ├── mask_161_2.dat │ │ ├── mask_165_2.dat │ │ ├── mask_169_2.dat │ │ ├── mask_173_2.dat │ │ ├── mask_177_2.dat │ │ ├── mask_21_2.dat │ │ ├── mask_25_2.dat │ │ ├── mask_29_2.dat │ │ ├── mask_33_2.dat │ │ ├── mask_37_2.dat │ │ ├── mask_41_2.dat │ │ ├── mask_45_2.dat │ │ ├── mask_49_2.dat │ │ ├── mask_53_2.dat │ │ ├── mask_57_2.dat │ │ ├── mask_61_2.dat │ │ ├── mask_65_2.dat │ │ ├── mask_69_2.dat │ │ ├── mask_73_2.dat │ │ ├── mask_77_2.dat │ │ ├── mask_81_2.dat │ │ ├── mask_85_2.dat │ │ ├── mask_89_2.dat │ │ ├── mask_93_2.dat │ │ └── mask_97_2.dat │ ├── mask_3 │ │ ├── mask_101_3.dat │ │ ├── mask_105_3.dat │ │ ├── mask_109_3.dat │ │ ├── mask_113_3.dat │ │ ├── mask_117_3.dat │ │ ├── mask_121_3.dat │ │ ├── mask_125_3.dat │ │ ├── mask_129_3.dat │ │ ├── mask_133_3.dat │ │ ├── mask_137_3.dat │ │ ├── mask_141_3.dat │ │ ├── mask_145_3.dat │ │ ├── mask_149_3.dat │ │ ├── mask_153_3.dat │ │ ├── mask_157_3.dat │ │ ├── mask_161_3.dat │ │ ├── mask_165_3.dat │ │ ├── mask_169_3.dat │ │ ├── mask_173_3.dat │ │ ├── mask_177_3.dat │ │ ├── mask_21_3.dat │ │ ├── mask_25_3.dat │ │ ├── mask_29_3.dat │ │ ├── mask_33_3.dat │ │ ├── mask_37_3.dat │ │ ├── mask_41_3.dat │ │ ├── mask_45_3.dat │ │ ├── mask_49_3.dat │ │ ├── mask_53_3.dat │ │ ├── mask_57_3.dat │ │ ├── mask_61_3.dat │ │ ├── mask_65_3.dat │ │ ├── mask_69_3.dat │ │ ├── mask_73_3.dat │ │ ├── mask_77_3.dat │ │ ├── mask_81_3.dat │ │ ├── mask_85_3.dat │ │ ├── mask_89_3.dat │ │ ├── mask_93_3.dat │ │ └── mask_97_3.dat │ ├── mask_4 │ │ ├── mask_101_4.dat │ │ ├── mask_105_4.dat │ │ ├── mask_109_4.dat │ │ ├── mask_113_4.dat │ │ ├── mask_117_4.dat │ │ ├── mask_121_4.dat │ │ ├── mask_125_4.dat │ │ ├── mask_129_4.dat │ │ ├── mask_133_4.dat │ │ ├── mask_137_4.dat │ │ ├── mask_141_4.dat │ │ ├── mask_145_4.dat │ │ ├── mask_149_4.dat │ │ ├── mask_153_4.dat │ │ ├── mask_157_4.dat │ │ ├── mask_161_4.dat │ │ ├── mask_165_4.dat │ │ ├── mask_169_4.dat │ │ ├── mask_173_4.dat │ │ ├── mask_177_4.dat │ │ ├── mask_21_4.dat │ │ ├── mask_25_4.dat │ │ ├── mask_29_4.dat │ │ ├── mask_33_4.dat │ │ ├── mask_37_4.dat │ │ ├── mask_41_4.dat │ │ ├── mask_45_4.dat │ │ ├── mask_49_4.dat │ │ ├── mask_53_4.dat │ │ ├── mask_57_4.dat │ │ ├── mask_61_4.dat │ │ ├── mask_65_4.dat │ │ ├── mask_69_4.dat │ │ ├── mask_73_4.dat │ │ ├── mask_77_4.dat │ │ ├── mask_81_4.dat │ │ ├── mask_85_4.dat │ │ ├── mask_89_4.dat │ │ ├── mask_93_4.dat │ │ └── mask_97_4.dat │ ├── mask_5 │ │ ├── mask_101_5.dat │ │ ├── mask_105_5.dat │ │ ├── mask_109_5.dat │ │ ├── mask_113_5.dat │ │ ├── mask_117_5.dat │ │ ├── mask_121_5.dat │ │ ├── mask_125_5.dat │ │ ├── mask_129_5.dat │ │ ├── mask_133_5.dat │ │ ├── mask_137_5.dat │ │ ├── mask_141_5.dat │ │ ├── mask_145_5.dat │ │ ├── mask_149_5.dat │ │ ├── mask_153_5.dat │ │ ├── mask_157_5.dat │ │ ├── mask_161_5.dat │ │ ├── mask_165_5.dat │ │ ├── mask_169_5.dat │ │ ├── mask_173_5.dat │ │ ├── mask_177_5.dat │ │ ├── mask_21_5.dat │ │ ├── mask_25_5.dat │ │ ├── mask_29_5.dat │ │ ├── mask_33_5.dat │ │ ├── mask_37_5.dat │ │ ├── mask_41_5.dat │ │ ├── mask_45_5.dat │ │ ├── mask_49_5.dat │ │ ├── mask_53_5.dat │ │ ├── mask_57_5.dat │ │ ├── mask_61_5.dat │ │ ├── mask_65_5.dat │ │ ├── mask_69_5.dat │ │ ├── mask_73_5.dat │ │ ├── mask_77_5.dat │ │ ├── mask_81_5.dat │ │ ├── mask_85_5.dat │ │ ├── mask_89_5.dat │ │ ├── mask_93_5.dat │ │ └── mask_97_5.dat │ ├── mask_6 │ │ ├── mask_101_6.dat │ │ ├── mask_105_6.dat │ │ ├── mask_109_6.dat │ │ ├── mask_113_6.dat │ │ ├── mask_117_6.dat │ │ ├── mask_121_6.dat │ │ ├── mask_125_6.dat │ │ ├── mask_129_6.dat │ │ ├── mask_133_6.dat │ │ ├── mask_137_6.dat │ │ ├── mask_141_6.dat │ │ ├── mask_145_6.dat │ │ ├── mask_149_6.dat │ │ ├── mask_153_6.dat │ │ ├── mask_157_6.dat │ │ ├── mask_161_6.dat │ │ ├── mask_165_6.dat │ │ ├── mask_169_6.dat │ │ ├── mask_173_6.dat │ │ ├── mask_177_6.dat │ │ ├── mask_21_6.dat │ │ ├── mask_25_6.dat │ │ ├── mask_29_6.dat │ │ ├── mask_33_6.dat │ │ ├── mask_37_6.dat │ │ ├── mask_41_6.dat │ │ ├── mask_45_6.dat │ │ ├── mask_49_6.dat │ │ ├── mask_53_6.dat │ │ ├── mask_57_6.dat │ │ ├── mask_61_6.dat │ │ ├── mask_65_6.dat │ │ ├── mask_69_6.dat │ │ ├── mask_73_6.dat │ │ ├── mask_77_6.dat │ │ ├── mask_81_6.dat │ │ ├── mask_85_6.dat │ │ ├── mask_89_6.dat │ │ ├── mask_93_6.dat │ │ └── mask_97_6.dat │ └── mask_7 │ │ ├── mask_101_7.dat │ │ ├── mask_105_7.dat │ │ ├── mask_109_7.dat │ │ ├── mask_113_7.dat │ │ ├── mask_117_7.dat │ │ ├── mask_121_7.dat │ │ ├── mask_125_7.dat │ │ ├── mask_129_7.dat │ │ ├── mask_133_7.dat │ │ ├── mask_137_7.dat │ │ ├── mask_141_7.dat │ │ ├── mask_145_7.dat │ │ ├── mask_149_7.dat │ │ ├── mask_153_7.dat │ │ ├── mask_157_7.dat │ │ ├── mask_161_7.dat │ │ ├── mask_165_7.dat │ │ ├── mask_169_7.dat │ │ ├── mask_173_7.dat │ │ ├── mask_177_7.dat │ │ ├── mask_21_7.dat │ │ ├── mask_25_7.dat │ │ ├── mask_29_7.dat │ │ ├── mask_33_7.dat │ │ ├── mask_37_7.dat │ │ ├── mask_41_7.dat │ │ ├── mask_45_7.dat │ │ ├── mask_49_7.dat │ │ ├── mask_53_7.dat │ │ ├── mask_57_7.dat │ │ ├── mask_61_7.dat │ │ ├── mask_65_7.dat │ │ ├── mask_69_7.dat │ │ ├── mask_73_7.dat │ │ ├── mask_77_7.dat │ │ ├── mask_81_7.dat │ │ ├── mask_85_7.dat │ │ ├── mask_89_7.dat │ │ ├── mask_93_7.dat │ │ └── mask_97_7.dat │ ├── index.php │ ├── phpqrcode.php │ ├── qrbitstream.php │ ├── qrconfig.php │ ├── qrconst.php │ ├── qrencode.php │ ├── qrimage.php │ ├── qrinput.php │ ├── qrlib.php │ ├── qrmask.php │ ├── qrrscode.php │ ├── qrspec.php │ ├── qrsplit.php │ ├── qrtools.php │ └── tools │ ├── merge.bat │ ├── merge.php │ ├── merge.sh │ ├── merged_config.php │ └── merged_header.php ├── login.php ├── manage_blockchains.php ├── manage_currencies.php ├── manage_faucet_single.php ├── manage_faucets.php ├── manage_game.php ├── manage_groups.php ├── manage_profile.php ├── models ├── Analytics.php ├── Api.php ├── App.php ├── AppSettings.php ├── Blockchain.php ├── BlockchainVerifier.php ├── CoinbaseClient.php ├── CurrencyAccount.php ├── CurrencyOracle.php ├── EscrowAmount.php ├── Event.php ├── Faucet.php ├── Game.php ├── GameDefinition.php ├── JsonRPCClient.php ├── MobilePayment.php ├── PageviewController.php ├── PeerVerifier.php ├── Router.php └── User.php ├── modules ├── AmericanFootballSeason │ ├── AmericanFootballSeasonGameDefinition.php │ ├── AmericanFootballSeasonManager.php │ └── manage.php ├── Betcoin │ └── BetcoinGameDefinition.php ├── Forex128 │ └── Forex128GameDefinition.php ├── Forex32 │ ├── Forex32GameDefinition.php │ ├── Forex32Manager.php │ └── manage.php ├── MonsterDuels │ ├── MonsterDuelsGameDefinition.php │ ├── MonsterDuelsManager.php │ └── manage.php └── VirtualStockMarket │ ├── VirtualStockMarketGameDefinition.php │ └── example-config.json ├── pages └── default.php ├── peers.php ├── privacy-policy.php ├── redeem_card.php ├── register.php ├── render_qr_code.php ├── reset_password.php ├── routes └── routes.php ├── scripts ├── address_balance.php ├── apply_user_strategies.php ├── async_email_deliver.php ├── cancel_transaction.php ├── check_blocks.php ├── check_featured_strategies.php ├── check_in_sync.php ├── check_transactions.php ├── delete_blockchain_from_block.php ├── delete_transaction.php ├── ensure_address_keys.php ├── ensure_all_users_in_faucet.php ├── fix_duplicate_addresses.php ├── import_images.php ├── join_utxos.php ├── load_game_blocks.php ├── load_game_reset.php ├── load_game_reset_from_block.php ├── main.php ├── new_blocks.php ├── refresh_events.php ├── refresh_games.php ├── reset_address_identifiers.php ├── reset_blockchain.php ├── send_performance_notifications.php ├── send_reminder_notifications.php ├── set_blockchain_parameters.php ├── set_event_blocks.php ├── set_image_identifiers.php ├── set_last_complete_blocks.php ├── set_seconds_per_block.php ├── verify_api.php └── walletnotify.php ├── sql ├── 1.sql ├── 10.sql ├── 100.sql ├── 101.sql ├── 102.sql ├── 103.sql ├── 104.sql ├── 105.sql ├── 106.sql ├── 107.sql ├── 108.sql ├── 109.sql ├── 11.sql ├── 110.sql ├── 111.sql ├── 112.sql ├── 113.sql ├── 114.sql ├── 115.sql ├── 116.sql ├── 117.sql ├── 118.sql ├── 119.sql ├── 12.sql ├── 120.sql ├── 121.sql ├── 122.sql ├── 123.sql ├── 124.sql ├── 125.sql ├── 126.sql ├── 127.sql ├── 128.sql ├── 129.sql ├── 13.sql ├── 130.sql ├── 131.sql ├── 132.sql ├── 133.sql ├── 134.sql ├── 135.sql ├── 136.sql ├── 137.sql ├── 138.sql ├── 139.sql ├── 14.sql ├── 140.sql ├── 141.sql ├── 142.sql ├── 143.sql ├── 144.sql ├── 145.sql ├── 146.sql ├── 147.sql ├── 148.sql ├── 149.sql ├── 15.sql ├── 150.sql ├── 151.sql ├── 152.sql ├── 153.sql ├── 154.sql ├── 155.sql ├── 156.sql ├── 157.sql ├── 158.sql ├── 159.sql ├── 16.sql ├── 160.sql ├── 161.sql ├── 162.sql ├── 163.sql ├── 164.sql ├── 165.sql ├── 166.sql ├── 167.sql ├── 168.sql ├── 169.sql ├── 17.sql ├── 170.sql ├── 171.sql ├── 172.sql ├── 173.sql ├── 174.sql ├── 175.sql ├── 176.sql ├── 177.sql ├── 178.sql ├── 179.sql ├── 18.sql ├── 180.sql ├── 181.sql ├── 182.sql ├── 183.sql ├── 184.sql ├── 185.sql ├── 186.sql ├── 187.sql ├── 188.sql ├── 189.sql ├── 19.sql ├── 190.sql ├── 191.sql ├── 192.sql ├── 193.sql ├── 194.sql ├── 195.sql ├── 196.sql ├── 197.sql ├── 198.sql ├── 199.sql ├── 2.sql ├── 20.sql ├── 200.sql ├── 201.sql ├── 202.sql ├── 203.sql ├── 204.sql ├── 205.sql ├── 206.sql ├── 207.sql ├── 208.sql ├── 209.sql ├── 21.sql ├── 210.sql ├── 211.sql ├── 212.sql ├── 213.sql ├── 214.sql ├── 215.sql ├── 216.sql ├── 217.sql ├── 218.sql ├── 219.sql ├── 22.sql ├── 220.sql ├── 221.sql ├── 222.sql ├── 223.sql ├── 224.sql ├── 225.sql ├── 226.sql ├── 227.sql ├── 228.sql ├── 229.sql ├── 23.sql ├── 230.sql ├── 231.sql ├── 232.sql ├── 233.sql ├── 234.sql ├── 235.sql ├── 236.sql ├── 237.sql ├── 238.sql ├── 239.sql ├── 24.sql ├── 240.sql ├── 241.sql ├── 242.sql ├── 243.sql ├── 244.sql ├── 245.sql ├── 246.sql ├── 247.sql ├── 248.sql ├── 249.sql ├── 25.sql ├── 250.sql ├── 251.sql ├── 252.sql ├── 253.sql ├── 254.sql ├── 255.sql ├── 256.sql ├── 257.sql ├── 258.sql ├── 259.sql ├── 26.sql ├── 260.sql ├── 261.sql ├── 262.sql ├── 263.sql ├── 264.sql ├── 265.sql ├── 266.sql ├── 267.sql ├── 268.sql ├── 269.sql ├── 27.sql ├── 270.sql ├── 28.sql ├── 29.sql ├── 3.sql ├── 30.sql ├── 31.sql ├── 32.sql ├── 33.sql ├── 34.sql ├── 35.sql ├── 36.sql ├── 37.sql ├── 38.sql ├── 39.sql ├── 4.sql ├── 40.sql ├── 41.sql ├── 42.sql ├── 43.sql ├── 44.sql ├── 45.sql ├── 46.sql ├── 47.sql ├── 48.sql ├── 49.sql ├── 5.sql ├── 50.sql ├── 51.sql ├── 52.sql ├── 53.sql ├── 54.sql ├── 55.sql ├── 56.sql ├── 57.sql ├── 58.sql ├── 59.sql ├── 6.sql ├── 60.sql ├── 61.sql ├── 62.sql ├── 63.sql ├── 64.sql ├── 65.sql ├── 66.sql ├── 67.sql ├── 68.sql ├── 69.sql ├── 7.sql ├── 70.sql ├── 71.sql ├── 72.sql ├── 73.sql ├── 74.sql ├── 75.sql ├── 76.sql ├── 77.sql ├── 78.sql ├── 79.sql ├── 8.sql ├── 80.sql ├── 81.sql ├── 82.sql ├── 83.sql ├── 84.sql ├── 85.sql ├── 86.sql ├── 87.sql ├── 88.sql ├── 89.sql ├── 9.sql ├── 90.sql ├── 91.sql ├── 92.sql ├── 93.sql ├── 94.sql ├── 95.sql ├── 96.sql ├── 97.sql ├── 98.sql ├── 99.sql ├── schema-base.sql └── schema-initial.sql ├── strategies ├── all_options_equally.php ├── apply_strategy.php ├── buy_or_sell_everything.php ├── claim_from_faucet.php ├── classes │ ├── MonsterDuelsBetFavorites.php │ └── MonsterDuelsBetUnderdogs.php ├── early_favorite.php ├── early_split.php ├── favorite.php ├── highest_odds.php ├── late_favorite.php ├── monster_duels_bet_favorites.php ├── monster_duels_bet_underdogs.php ├── monster_duels_set_odds.php ├── random_options.php ├── set_odds.php ├── stake_inflation.php ├── stock_tracker.php ├── track_asset.php └── underdog.php ├── terms-of-use.php ├── tests ├── coins_in_existence.php └── voting_option_chars.php ├── unsubscribe.php ├── views ├── backup_details.php ├── being_determined_events.php ├── buyin_currency_selector.php ├── buyin_notification_mail.php ├── check_blockchain_errors.php ├── event.php ├── event_details.php ├── event_details_modal.php ├── faucet_button.php ├── featured_game.php ├── game_links.php ├── my_votes.php ├── my_votes_table.php ├── peer_status_label.php ├── public_peer_details.php ├── request_join_faucet_mail.php ├── sellout_currency_selector.php ├── sellout_notification_mail.php ├── speedup_email.php └── status_footer.php └── wallet.php /.dockerignore: -------------------------------------------------------------------------------- 1 | data 2 | -------------------------------------------------------------------------------- /.dockerize/apache/polycash.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/.dockerize/apache/polycash.conf -------------------------------------------------------------------------------- /.dockerize/cron/polycash-crontab-example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/.dockerize/cron/polycash-crontab-example -------------------------------------------------------------------------------- /.dockerize/datachain/datacoin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/.dockerize/datachain/datacoin.conf -------------------------------------------------------------------------------- /.dockerize/php/php.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/.dockerize/php/php.ini -------------------------------------------------------------------------------- /.dockerize/polycash/example-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/.dockerize/polycash/example-config.json -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /public/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/.htaccess -------------------------------------------------------------------------------- /public/css/AdminLTE.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/css/AdminLTE.min.css -------------------------------------------------------------------------------- /public/css/bootstrap-responsive.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/css/bootstrap-responsive.min.css -------------------------------------------------------------------------------- /public/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/css/bootstrap.min.css -------------------------------------------------------------------------------- /public/css/fontawesome-all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/css/fontawesome-all.min.css -------------------------------------------------------------------------------- /public/css/jquery.datatables.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/css/jquery.datatables.css -------------------------------------------------------------------------------- /public/css/jquery.nouislider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/css/jquery.nouislider.css -------------------------------------------------------------------------------- /public/css/jquery.ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/css/jquery.ui.css -------------------------------------------------------------------------------- /public/css/skin-blue.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/css/skin-blue.min.css -------------------------------------------------------------------------------- /public/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/css/style.css -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/images/card_images/0001_qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/card_images/0001_qr.png -------------------------------------------------------------------------------- /public/images/card_images/arial.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/card_images/arial.ttf -------------------------------------------------------------------------------- /public/images/card_images/calibri.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/card_images/calibri.ttf -------------------------------------------------------------------------------- /public/images/card_images/designed_blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/card_images/designed_blank.png -------------------------------------------------------------------------------- /public/images/card_images/digits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/card_images/digits.png -------------------------------------------------------------------------------- /public/images/card_images/digits_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/card_images/digits_dark.png -------------------------------------------------------------------------------- /public/images/card_images/fpdf.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/card_images/fpdf.css -------------------------------------------------------------------------------- /public/images/custom/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/1.jpg -------------------------------------------------------------------------------- /public/images/custom/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/10.jpg -------------------------------------------------------------------------------- /public/images/custom/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/11.jpg -------------------------------------------------------------------------------- /public/images/custom/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/12.jpg -------------------------------------------------------------------------------- /public/images/custom/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/13.jpg -------------------------------------------------------------------------------- /public/images/custom/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/14.jpg -------------------------------------------------------------------------------- /public/images/custom/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/15.jpg -------------------------------------------------------------------------------- /public/images/custom/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/16.jpg -------------------------------------------------------------------------------- /public/images/custom/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/2.jpg -------------------------------------------------------------------------------- /public/images/custom/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/3.jpg -------------------------------------------------------------------------------- /public/images/custom/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/30.jpg -------------------------------------------------------------------------------- /public/images/custom/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/31.png -------------------------------------------------------------------------------- /public/images/custom/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/32.png -------------------------------------------------------------------------------- /public/images/custom/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/34.png -------------------------------------------------------------------------------- /public/images/custom/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/35.png -------------------------------------------------------------------------------- /public/images/custom/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/4.jpg -------------------------------------------------------------------------------- /public/images/custom/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/47.png -------------------------------------------------------------------------------- /public/images/custom/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/48.png -------------------------------------------------------------------------------- /public/images/custom/49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/49.png -------------------------------------------------------------------------------- /public/images/custom/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/5.jpg -------------------------------------------------------------------------------- /public/images/custom/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/50.png -------------------------------------------------------------------------------- /public/images/custom/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/51.png -------------------------------------------------------------------------------- /public/images/custom/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/52.png -------------------------------------------------------------------------------- /public/images/custom/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/53.png -------------------------------------------------------------------------------- /public/images/custom/54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/54.png -------------------------------------------------------------------------------- /public/images/custom/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/55.png -------------------------------------------------------------------------------- /public/images/custom/56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/56.png -------------------------------------------------------------------------------- /public/images/custom/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/57.png -------------------------------------------------------------------------------- /public/images/custom/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/58.png -------------------------------------------------------------------------------- /public/images/custom/59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/59.png -------------------------------------------------------------------------------- /public/images/custom/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/6.jpg -------------------------------------------------------------------------------- /public/images/custom/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/60.png -------------------------------------------------------------------------------- /public/images/custom/61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/61.png -------------------------------------------------------------------------------- /public/images/custom/62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/62.png -------------------------------------------------------------------------------- /public/images/custom/63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/63.png -------------------------------------------------------------------------------- /public/images/custom/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/64.png -------------------------------------------------------------------------------- /public/images/custom/65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/65.png -------------------------------------------------------------------------------- /public/images/custom/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/66.png -------------------------------------------------------------------------------- /public/images/custom/67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/67.png -------------------------------------------------------------------------------- /public/images/custom/68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/68.png -------------------------------------------------------------------------------- /public/images/custom/69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/69.png -------------------------------------------------------------------------------- /public/images/custom/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/7.jpg -------------------------------------------------------------------------------- /public/images/custom/70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/70.png -------------------------------------------------------------------------------- /public/images/custom/71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/71.png -------------------------------------------------------------------------------- /public/images/custom/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/72.png -------------------------------------------------------------------------------- /public/images/custom/73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/73.png -------------------------------------------------------------------------------- /public/images/custom/74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/74.png -------------------------------------------------------------------------------- /public/images/custom/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/75.png -------------------------------------------------------------------------------- /public/images/custom/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/76.png -------------------------------------------------------------------------------- /public/images/custom/77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/77.png -------------------------------------------------------------------------------- /public/images/custom/78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/78.png -------------------------------------------------------------------------------- /public/images/custom/79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/79.png -------------------------------------------------------------------------------- /public/images/custom/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/8.jpg -------------------------------------------------------------------------------- /public/images/custom/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/80.png -------------------------------------------------------------------------------- /public/images/custom/81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/81.png -------------------------------------------------------------------------------- /public/images/custom/82.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/82.jpg -------------------------------------------------------------------------------- /public/images/custom/83.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/83.jpg -------------------------------------------------------------------------------- /public/images/custom/84.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/84.jpg -------------------------------------------------------------------------------- /public/images/custom/85.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/85.jpg -------------------------------------------------------------------------------- /public/images/custom/86.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/86.jpg -------------------------------------------------------------------------------- /public/images/custom/87.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/87.jpg -------------------------------------------------------------------------------- /public/images/custom/88.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/88.jpg -------------------------------------------------------------------------------- /public/images/custom/89.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/89.jpg -------------------------------------------------------------------------------- /public/images/custom/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/9.jpg -------------------------------------------------------------------------------- /public/images/custom/90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/90.jpg -------------------------------------------------------------------------------- /public/images/custom/91.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/91.jpg -------------------------------------------------------------------------------- /public/images/custom/92.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/92.jpg -------------------------------------------------------------------------------- /public/images/custom/93.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/93.jpg -------------------------------------------------------------------------------- /public/images/custom/94.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/custom/94.jpg -------------------------------------------------------------------------------- /public/images/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /public/images/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/glyphicons-halflings.png -------------------------------------------------------------------------------- /public/images/header-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/header-bg.gif -------------------------------------------------------------------------------- /public/images/polycash-logo-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/polycash-logo-2.png -------------------------------------------------------------------------------- /public/images/polycash-logo-sm-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/polycash-logo-sm-2.png -------------------------------------------------------------------------------- /public/images/tinyeditor_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/images/tinyeditor_icons.png -------------------------------------------------------------------------------- /public/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/index.php -------------------------------------------------------------------------------- /public/js/adminlte.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/js/adminlte.min.js -------------------------------------------------------------------------------- /public/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/js/bootstrap.min.js -------------------------------------------------------------------------------- /public/js/chart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/js/chart.js -------------------------------------------------------------------------------- /public/js/jquery-1.11.3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/js/jquery-1.11.3.js -------------------------------------------------------------------------------- /public/js/jquery.datatables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/js/jquery.datatables.js -------------------------------------------------------------------------------- /public/js/jquery.nouislider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/js/jquery.nouislider.js -------------------------------------------------------------------------------- /public/js/lodash.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/js/lodash.min.js -------------------------------------------------------------------------------- /public/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/js/main.js -------------------------------------------------------------------------------- /public/js/maskedinput.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/js/maskedinput.js -------------------------------------------------------------------------------- /public/js/monsterduels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/js/monsterduels.js -------------------------------------------------------------------------------- /public/js/onload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/js/onload.js -------------------------------------------------------------------------------- /public/js/sha256.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/js/sha256.js -------------------------------------------------------------------------------- /public/js/tiny.editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/js/tiny.editor.js -------------------------------------------------------------------------------- /public/pages/PolyCash-whitepaper-v3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/pages/PolyCash-whitepaper-v3.pdf -------------------------------------------------------------------------------- /public/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /public/webfonts/fa-brands-400.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-brands-400.svg -------------------------------------------------------------------------------- /public/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /public/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /public/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /public/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /public/webfonts/fa-regular-400.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-regular-400.svg -------------------------------------------------------------------------------- /public/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /public/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /public/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /public/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /public/webfonts/fa-solid-900.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-solid-900.svg -------------------------------------------------------------------------------- /public/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /public/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /public/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/public/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /run-apache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/run-apache.sh -------------------------------------------------------------------------------- /src/accounts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/accounts.php -------------------------------------------------------------------------------- /src/ajax/account_spend.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/account_spend.php -------------------------------------------------------------------------------- /src/ajax/apply_game_definition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/apply_game_definition.php -------------------------------------------------------------------------------- /src/ajax/backup_details.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/backup_details.php -------------------------------------------------------------------------------- /src/ajax/buyin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/buyin.php -------------------------------------------------------------------------------- /src/ajax/card_preview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/card_preview.php -------------------------------------------------------------------------------- /src/ajax/change_password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/change_password.php -------------------------------------------------------------------------------- /src/ajax/chat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/chat.php -------------------------------------------------------------------------------- /src/ajax/check_blockchain_errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/check_blockchain_errors.php -------------------------------------------------------------------------------- /src/ajax/check_code.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/check_code.php -------------------------------------------------------------------------------- /src/ajax/check_new_activity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/check_new_activity.php -------------------------------------------------------------------------------- /src/ajax/check_username.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/check_username.php -------------------------------------------------------------------------------- /src/ajax/create_account.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/create_account.php -------------------------------------------------------------------------------- /src/ajax/delete_blockchain_from_block.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/delete_blockchain_from_block.php -------------------------------------------------------------------------------- /src/ajax/event_details_modal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/event_details_modal.php -------------------------------------------------------------------------------- /src/ajax/explorer_block_list.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/explorer_block_list.php -------------------------------------------------------------------------------- /src/ajax/explorer_search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/explorer_search.php -------------------------------------------------------------------------------- /src/ajax/faucet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/faucet.php -------------------------------------------------------------------------------- /src/ajax/featured_strategies.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/featured_strategies.php -------------------------------------------------------------------------------- /src/ajax/game_invitations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/game_invitations.php -------------------------------------------------------------------------------- /src/ajax/manage_addresses.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/manage_addresses.php -------------------------------------------------------------------------------- /src/ajax/manage_game.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/manage_game.php -------------------------------------------------------------------------------- /src/ajax/manage_peers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/manage_peers.php -------------------------------------------------------------------------------- /src/ajax/manage_unclaimed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/manage_unclaimed.php -------------------------------------------------------------------------------- /src/ajax/migration_details.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/migration_details.php -------------------------------------------------------------------------------- /src/ajax/monsterduels.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/monsterduels.php -------------------------------------------------------------------------------- /src/ajax/newsletter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/newsletter.php -------------------------------------------------------------------------------- /src/ajax/place_bets.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/place_bets.php -------------------------------------------------------------------------------- /src/ajax/planned_allocations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/planned_allocations.php -------------------------------------------------------------------------------- /src/ajax/principal_bet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/principal_bet.php -------------------------------------------------------------------------------- /src/ajax/public_peer_details.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/public_peer_details.php -------------------------------------------------------------------------------- /src/ajax/refresh_prices_by_event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/refresh_prices_by_event.php -------------------------------------------------------------------------------- /src/ajax/reset_password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/reset_password.php -------------------------------------------------------------------------------- /src/ajax/save_game.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/save_game.php -------------------------------------------------------------------------------- /src/ajax/select_accounts_by_blockchain.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/select_accounts_by_blockchain.php -------------------------------------------------------------------------------- /src/ajax/select_fv_currency_by_currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/select_fv_currency_by_currency.php -------------------------------------------------------------------------------- /src/ajax/select_io_by_account.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/select_io_by_account.php -------------------------------------------------------------------------------- /src/ajax/sellout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/sellout.php -------------------------------------------------------------------------------- /src/ajax/send_login_link.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/send_login_link.php -------------------------------------------------------------------------------- /src/ajax/set_betting_mode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/set_betting_mode.php -------------------------------------------------------------------------------- /src/ajax/set_event_blocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/set_event_blocks.php -------------------------------------------------------------------------------- /src/ajax/set_event_outcome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/set_event_outcome.php -------------------------------------------------------------------------------- /src/ajax/set_featured_strategy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/set_featured_strategy.php -------------------------------------------------------------------------------- /src/ajax/set_notification_preference.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/set_notification_preference.php -------------------------------------------------------------------------------- /src/ajax/set_user_game_event_index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/set_user_game_event_index.php -------------------------------------------------------------------------------- /src/ajax/show_event_outcomes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/show_event_outcomes.php -------------------------------------------------------------------------------- /src/ajax/show_players.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/show_players.php -------------------------------------------------------------------------------- /src/ajax/status_footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/status_footer.php -------------------------------------------------------------------------------- /src/ajax/toggle_left_menu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/toggle_left_menu.php -------------------------------------------------------------------------------- /src/ajax/try_claim_address.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/try_claim_address.php -------------------------------------------------------------------------------- /src/ajax/withdraw.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/ajax/withdraw.php -------------------------------------------------------------------------------- /src/analytics.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/analytics.php -------------------------------------------------------------------------------- /src/api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/api.php -------------------------------------------------------------------------------- /src/api_client.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/api_client.php -------------------------------------------------------------------------------- /src/backup_history.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/backup_history.php -------------------------------------------------------------------------------- /src/cards.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cards.php -------------------------------------------------------------------------------- /src/config/example_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/config/example_config.json -------------------------------------------------------------------------------- /src/config/install_blockchains/bitcoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/config/install_blockchains/bitcoin.json -------------------------------------------------------------------------------- /src/config/install_blockchains/datachain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/config/install_blockchains/datachain.json -------------------------------------------------------------------------------- /src/config/install_blockchains/litecoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/config/install_blockchains/litecoin.json -------------------------------------------------------------------------------- /src/config/install_games/forex-32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/config/install_games/forex-32.json -------------------------------------------------------------------------------- /src/cron/apply_strategies.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/apply_strategies.php -------------------------------------------------------------------------------- /src/cron/check_peers_in_sync.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/check_peers_in_sync.php -------------------------------------------------------------------------------- /src/cron/delete_game_definitions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/delete_game_definitions.php -------------------------------------------------------------------------------- /src/cron/ensure_user_addresses.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/ensure_user_addresses.php -------------------------------------------------------------------------------- /src/cron/fetch_currency_prices.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/fetch_currency_prices.php -------------------------------------------------------------------------------- /src/cron/game_regular_actions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/game_regular_actions.php -------------------------------------------------------------------------------- /src/cron/integrity_checks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/integrity_checks.php -------------------------------------------------------------------------------- /src/cron/join_txos.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/join_txos.php -------------------------------------------------------------------------------- /src/cron/load_blocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/load_blocks.php -------------------------------------------------------------------------------- /src/cron/load_games.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/load_games.php -------------------------------------------------------------------------------- /src/cron/mine_blocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/mine_blocks.php -------------------------------------------------------------------------------- /src/cron/minutely.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/minutely.php -------------------------------------------------------------------------------- /src/cron/minutely_check_payments.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/minutely_check_payments.php -------------------------------------------------------------------------------- /src/cron/process_address_backups.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/process_address_backups.php -------------------------------------------------------------------------------- /src/cron/process_blockchain_checks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/process_blockchain_checks.php -------------------------------------------------------------------------------- /src/cron/process_my_addresses.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/process_my_addresses.php -------------------------------------------------------------------------------- /src/cron/process_target_balances.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/process_target_balances.php -------------------------------------------------------------------------------- /src/cron/remove_untrusted_transactions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/remove_untrusted_transactions.php -------------------------------------------------------------------------------- /src/cron/rpc_mine_block.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/rpc_mine_block.php -------------------------------------------------------------------------------- /src/cron/set_blockchain_block_stats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/set_blockchain_block_stats.php -------------------------------------------------------------------------------- /src/cron/set_cached_defs_and_apply.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/set_cached_defs_and_apply.php -------------------------------------------------------------------------------- /src/cron/set_cached_game_values.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/set_cached_game_values.php -------------------------------------------------------------------------------- /src/cron/set_migration_summaries.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/cron/set_migration_summaries.php -------------------------------------------------------------------------------- /src/directory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/directory.php -------------------------------------------------------------------------------- /src/donate_to_faucet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/donate_to_faucet.php -------------------------------------------------------------------------------- /src/explorer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/explorer.php -------------------------------------------------------------------------------- /src/game_definition_history.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/game_definition_history.php -------------------------------------------------------------------------------- /src/game_page.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/game_page.php -------------------------------------------------------------------------------- /src/import_game.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/import_game.php -------------------------------------------------------------------------------- /src/includes/connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/includes/connect.php -------------------------------------------------------------------------------- /src/includes/explorer_top_nav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/includes/explorer_top_nav.php -------------------------------------------------------------------------------- /src/includes/get_session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/includes/get_session.php -------------------------------------------------------------------------------- /src/includes/handle_script_shutdown.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/includes/handle_script_shutdown.php -------------------------------------------------------------------------------- /src/includes/html_card_login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/includes/html_card_login.php -------------------------------------------------------------------------------- /src/includes/html_redeem_card.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/includes/html_redeem_card.php -------------------------------------------------------------------------------- /src/includes/html_register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/includes/html_register.php -------------------------------------------------------------------------------- /src/includes/html_start.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/includes/html_start.php -------------------------------------------------------------------------------- /src/includes/html_stop.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/includes/html_stop.php -------------------------------------------------------------------------------- /src/includes/migration_history.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/includes/migration_history.php -------------------------------------------------------------------------------- /src/includes/must_log_in.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/includes/must_log_in.php -------------------------------------------------------------------------------- /src/install.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/install.php -------------------------------------------------------------------------------- /src/lib/card-render/PDFMerger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/card-render/PDFMerger.php -------------------------------------------------------------------------------- /src/lib/card-render/fpdf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/card-render/fpdf.php -------------------------------------------------------------------------------- /src/lib/card-render/fpdi/fpdf_tpl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/card-render/fpdi/fpdf_tpl.php -------------------------------------------------------------------------------- /src/lib/card-render/fpdi/fpdi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/card-render/fpdi/fpdi.php -------------------------------------------------------------------------------- /src/lib/card-render/fpdi/fpdi_pdf_parser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/card-render/fpdi/fpdi_pdf_parser.php -------------------------------------------------------------------------------- /src/lib/card-render/fpdi/pdf_context.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/card-render/fpdi/pdf_context.php -------------------------------------------------------------------------------- /src/lib/card-render/fpdi/pdf_parser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/card-render/fpdi/pdf_parser.php -------------------------------------------------------------------------------- /src/lib/card-render/makefont.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/card-render/makefont.php -------------------------------------------------------------------------------- /src/lib/card-render/renderback.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/card-render/renderback.php -------------------------------------------------------------------------------- /src/lib/card-render/renderfront.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/card-render/renderfront.php -------------------------------------------------------------------------------- /src/lib/card-render/rendertext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/card-render/rendertext.php -------------------------------------------------------------------------------- /src/lib/card-render/ttfparser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/card-render/ttfparser.php -------------------------------------------------------------------------------- /src/lib/groups/12 American tech stocks.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/groups/12 American tech stocks.csv -------------------------------------------------------------------------------- /src/lib/groups/128 world currencies.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/groups/128 world currencies.csv -------------------------------------------------------------------------------- /src/lib/groups/16 largest modern empires.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/groups/16 largest modern empires.csv -------------------------------------------------------------------------------- /src/lib/groups/282 phoenixdex fakemon.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/groups/282 phoenixdex fakemon.csv -------------------------------------------------------------------------------- /src/lib/groups/32 most populous countries.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/groups/32 most populous countries.csv -------------------------------------------------------------------------------- /src/lib/groups/Red & Blue teams.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/groups/Red & Blue teams.csv -------------------------------------------------------------------------------- /src/lib/phpqrcode/CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/CHANGELOG -------------------------------------------------------------------------------- /src/lib/phpqrcode/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/INSTALL -------------------------------------------------------------------------------- /src/lib/phpqrcode/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/LICENSE -------------------------------------------------------------------------------- /src/lib/phpqrcode/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/README -------------------------------------------------------------------------------- /src/lib/phpqrcode/VERSION: -------------------------------------------------------------------------------- 1 | 1.1.4 2 | 2010100721 -------------------------------------------------------------------------------- /src/lib/phpqrcode/bindings/tcpdf/qrcode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/bindings/tcpdf/qrcode.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_1.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_10.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_10.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_10.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_11.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_11.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_11.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_12.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_12.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_12.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_13.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_13.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_13.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_14.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_14.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_14.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_15.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_15.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_16.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_16.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_16.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_17.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_17.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_18.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_18.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_18.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_19.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_19.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_19.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_2.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_20.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_20.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_20.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_21.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_21.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_21.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_22.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_22.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_22.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_23.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_23.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_23.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_24.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_24.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_24.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_25.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_25.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_25.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_26.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_26.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_26.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_27.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_27.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_27.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_28.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_28.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_28.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_29.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_29.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_29.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_3.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_30.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_30.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_30.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_31.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_31.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_31.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_32.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_32.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_32.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_33.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_33.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_33.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_34.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_34.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_34.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_35.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_35.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_35.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_36.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_36.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_36.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_37.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_37.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_37.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_38.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_38.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_38.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_39.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_39.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_39.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_4.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_4.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_40.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_40.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_40.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_5.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_5.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_6.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_6.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_7.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_7.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_8.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_8.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_8.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_9.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_9.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/frame_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/frame_9.png -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_101_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_101_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_105_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_105_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_109_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_109_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_113_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_113_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_117_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_117_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_121_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_121_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_125_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_125_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_129_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_129_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_133_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_133_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_137_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_137_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_141_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_141_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_145_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_145_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_149_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_149_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_153_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_153_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_157_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_157_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_161_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_161_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_165_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_165_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_169_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_169_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_173_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_173_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_177_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_177_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_21_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_21_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_25_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_25_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_29_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_29_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_33_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_33_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_37_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_37_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_41_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_41_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_45_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_45_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_49_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_49_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_53_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_53_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_57_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_57_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_61_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_61_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_65_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_65_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_69_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_69_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_73_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_73_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_77_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_77_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_81_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_81_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_85_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_85_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_89_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_89_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_93_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_93_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_0/mask_97_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_0/mask_97_0.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_101_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_101_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_105_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_105_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_109_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_109_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_113_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_113_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_117_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_117_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_121_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_121_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_125_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_125_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_129_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_129_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_133_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_133_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_137_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_137_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_141_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_141_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_145_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_145_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_149_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_149_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_153_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_153_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_157_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_157_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_161_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_161_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_165_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_165_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_169_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_169_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_173_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_173_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_177_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_177_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_21_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_21_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_25_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_25_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_29_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_29_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_33_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_33_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_37_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_37_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_41_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_41_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_45_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_45_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_49_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_49_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_53_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_53_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_57_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_57_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_61_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_61_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_65_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_65_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_69_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_69_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_73_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_73_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_77_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_77_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_81_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_81_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_85_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_85_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_89_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_89_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_93_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_93_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_1/mask_97_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_1/mask_97_1.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_101_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_101_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_105_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_105_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_109_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_109_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_113_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_113_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_117_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_117_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_121_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_121_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_125_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_125_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_129_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_129_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_133_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_133_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_137_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_137_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_141_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_141_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_145_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_145_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_149_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_149_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_153_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_153_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_157_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_157_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_161_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_161_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_165_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_165_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_169_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_169_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_173_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_173_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_177_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_177_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_21_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_21_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_25_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_25_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_29_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_29_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_33_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_33_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_37_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_37_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_41_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_41_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_45_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_45_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_49_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_49_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_53_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_53_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_57_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_57_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_61_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_61_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_65_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_65_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_69_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_69_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_73_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_73_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_77_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_77_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_81_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_81_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_85_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_85_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_89_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_89_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_93_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_93_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_2/mask_97_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_2/mask_97_2.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_101_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_101_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_105_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_105_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_109_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_109_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_113_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_113_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_117_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_117_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_121_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_121_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_125_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_125_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_129_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_129_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_133_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_133_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_137_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_137_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_141_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_141_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_145_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_145_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_149_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_149_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_153_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_153_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_157_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_157_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_161_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_161_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_165_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_165_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_169_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_169_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_173_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_173_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_177_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_177_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_21_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_21_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_25_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_25_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_29_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_29_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_33_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_33_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_37_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_37_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_41_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_41_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/cache/mask_3/mask_45_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/cache/mask_3/mask_45_3.dat -------------------------------------------------------------------------------- /src/lib/phpqrcode/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/index.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/phpqrcode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/phpqrcode.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/qrbitstream.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/qrbitstream.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/qrconfig.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/qrconfig.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/qrconst.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/qrconst.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/qrencode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/qrencode.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/qrimage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/qrimage.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/qrinput.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/qrinput.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/qrlib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/qrlib.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/qrmask.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/qrmask.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/qrrscode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/qrrscode.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/qrspec.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/qrspec.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/qrsplit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/qrsplit.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/qrtools.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/qrtools.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/tools/merge.bat: -------------------------------------------------------------------------------- 1 | php ./merge.php 2 | pause -------------------------------------------------------------------------------- /src/lib/phpqrcode/tools/merge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/tools/merge.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/tools/merge.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | php ./merge.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/tools/merged_config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/tools/merged_config.php -------------------------------------------------------------------------------- /src/lib/phpqrcode/tools/merged_header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/lib/phpqrcode/tools/merged_header.php -------------------------------------------------------------------------------- /src/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/login.php -------------------------------------------------------------------------------- /src/manage_blockchains.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/manage_blockchains.php -------------------------------------------------------------------------------- /src/manage_currencies.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/manage_currencies.php -------------------------------------------------------------------------------- /src/manage_faucet_single.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/manage_faucet_single.php -------------------------------------------------------------------------------- /src/manage_faucets.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/manage_faucets.php -------------------------------------------------------------------------------- /src/manage_game.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/manage_game.php -------------------------------------------------------------------------------- /src/manage_groups.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/manage_groups.php -------------------------------------------------------------------------------- /src/manage_profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/manage_profile.php -------------------------------------------------------------------------------- /src/models/Analytics.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/Analytics.php -------------------------------------------------------------------------------- /src/models/Api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/Api.php -------------------------------------------------------------------------------- /src/models/App.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/App.php -------------------------------------------------------------------------------- /src/models/AppSettings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/AppSettings.php -------------------------------------------------------------------------------- /src/models/Blockchain.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/Blockchain.php -------------------------------------------------------------------------------- /src/models/BlockchainVerifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/BlockchainVerifier.php -------------------------------------------------------------------------------- /src/models/CoinbaseClient.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/CoinbaseClient.php -------------------------------------------------------------------------------- /src/models/CurrencyAccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/CurrencyAccount.php -------------------------------------------------------------------------------- /src/models/CurrencyOracle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/CurrencyOracle.php -------------------------------------------------------------------------------- /src/models/EscrowAmount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/EscrowAmount.php -------------------------------------------------------------------------------- /src/models/Event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/Event.php -------------------------------------------------------------------------------- /src/models/Faucet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/Faucet.php -------------------------------------------------------------------------------- /src/models/Game.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/Game.php -------------------------------------------------------------------------------- /src/models/GameDefinition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/GameDefinition.php -------------------------------------------------------------------------------- /src/models/JsonRPCClient.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/JsonRPCClient.php -------------------------------------------------------------------------------- /src/models/MobilePayment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/MobilePayment.php -------------------------------------------------------------------------------- /src/models/PageviewController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/PageviewController.php -------------------------------------------------------------------------------- /src/models/PeerVerifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/PeerVerifier.php -------------------------------------------------------------------------------- /src/models/Router.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/Router.php -------------------------------------------------------------------------------- /src/models/User.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/models/User.php -------------------------------------------------------------------------------- /src/modules/Forex32/Forex32Manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/modules/Forex32/Forex32Manager.php -------------------------------------------------------------------------------- /src/modules/Forex32/manage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/modules/Forex32/manage.php -------------------------------------------------------------------------------- /src/modules/MonsterDuels/manage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/modules/MonsterDuels/manage.php -------------------------------------------------------------------------------- /src/modules/VirtualStockMarket/example-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "finnhub_api_key": "" 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/default.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/pages/default.php -------------------------------------------------------------------------------- /src/peers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/peers.php -------------------------------------------------------------------------------- /src/privacy-policy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/privacy-policy.php -------------------------------------------------------------------------------- /src/redeem_card.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/redeem_card.php -------------------------------------------------------------------------------- /src/register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/register.php -------------------------------------------------------------------------------- /src/render_qr_code.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/render_qr_code.php -------------------------------------------------------------------------------- /src/reset_password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/reset_password.php -------------------------------------------------------------------------------- /src/routes/routes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/routes/routes.php -------------------------------------------------------------------------------- /src/scripts/address_balance.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/address_balance.php -------------------------------------------------------------------------------- /src/scripts/apply_user_strategies.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/apply_user_strategies.php -------------------------------------------------------------------------------- /src/scripts/async_email_deliver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/async_email_deliver.php -------------------------------------------------------------------------------- /src/scripts/cancel_transaction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/cancel_transaction.php -------------------------------------------------------------------------------- /src/scripts/check_blocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/check_blocks.php -------------------------------------------------------------------------------- /src/scripts/check_featured_strategies.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/check_featured_strategies.php -------------------------------------------------------------------------------- /src/scripts/check_in_sync.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/check_in_sync.php -------------------------------------------------------------------------------- /src/scripts/check_transactions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/check_transactions.php -------------------------------------------------------------------------------- /src/scripts/delete_transaction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/delete_transaction.php -------------------------------------------------------------------------------- /src/scripts/ensure_address_keys.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/ensure_address_keys.php -------------------------------------------------------------------------------- /src/scripts/ensure_all_users_in_faucet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/ensure_all_users_in_faucet.php -------------------------------------------------------------------------------- /src/scripts/fix_duplicate_addresses.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/fix_duplicate_addresses.php -------------------------------------------------------------------------------- /src/scripts/import_images.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/import_images.php -------------------------------------------------------------------------------- /src/scripts/join_utxos.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/join_utxos.php -------------------------------------------------------------------------------- /src/scripts/load_game_blocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/load_game_blocks.php -------------------------------------------------------------------------------- /src/scripts/load_game_reset.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/load_game_reset.php -------------------------------------------------------------------------------- /src/scripts/load_game_reset_from_block.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/load_game_reset_from_block.php -------------------------------------------------------------------------------- /src/scripts/main.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/main.php -------------------------------------------------------------------------------- /src/scripts/new_blocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/new_blocks.php -------------------------------------------------------------------------------- /src/scripts/refresh_events.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/refresh_events.php -------------------------------------------------------------------------------- /src/scripts/refresh_games.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/refresh_games.php -------------------------------------------------------------------------------- /src/scripts/reset_address_identifiers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/reset_address_identifiers.php -------------------------------------------------------------------------------- /src/scripts/reset_blockchain.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/reset_blockchain.php -------------------------------------------------------------------------------- /src/scripts/set_blockchain_parameters.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/set_blockchain_parameters.php -------------------------------------------------------------------------------- /src/scripts/set_event_blocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/set_event_blocks.php -------------------------------------------------------------------------------- /src/scripts/set_image_identifiers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/set_image_identifiers.php -------------------------------------------------------------------------------- /src/scripts/set_last_complete_blocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/set_last_complete_blocks.php -------------------------------------------------------------------------------- /src/scripts/set_seconds_per_block.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/set_seconds_per_block.php -------------------------------------------------------------------------------- /src/scripts/verify_api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/verify_api.php -------------------------------------------------------------------------------- /src/scripts/walletnotify.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/scripts/walletnotify.php -------------------------------------------------------------------------------- /src/sql/1.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/1.sql -------------------------------------------------------------------------------- /src/sql/10.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/10.sql -------------------------------------------------------------------------------- /src/sql/100.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/100.sql -------------------------------------------------------------------------------- /src/sql/101.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/101.sql -------------------------------------------------------------------------------- /src/sql/102.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/102.sql -------------------------------------------------------------------------------- /src/sql/103.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/103.sql -------------------------------------------------------------------------------- /src/sql/104.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/104.sql -------------------------------------------------------------------------------- /src/sql/105.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/105.sql -------------------------------------------------------------------------------- /src/sql/106.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/106.sql -------------------------------------------------------------------------------- /src/sql/107.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/107.sql -------------------------------------------------------------------------------- /src/sql/108.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/108.sql -------------------------------------------------------------------------------- /src/sql/109.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/109.sql -------------------------------------------------------------------------------- /src/sql/11.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/11.sql -------------------------------------------------------------------------------- /src/sql/110.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/110.sql -------------------------------------------------------------------------------- /src/sql/111.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/111.sql -------------------------------------------------------------------------------- /src/sql/112.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/112.sql -------------------------------------------------------------------------------- /src/sql/113.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/113.sql -------------------------------------------------------------------------------- /src/sql/114.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE `events` ADD INDEX (`outcome_index`); -------------------------------------------------------------------------------- /src/sql/115.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/115.sql -------------------------------------------------------------------------------- /src/sql/116.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/116.sql -------------------------------------------------------------------------------- /src/sql/117.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/117.sql -------------------------------------------------------------------------------- /src/sql/118.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/118.sql -------------------------------------------------------------------------------- /src/sql/119.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/119.sql -------------------------------------------------------------------------------- /src/sql/12.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/12.sql -------------------------------------------------------------------------------- /src/sql/120.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/120.sql -------------------------------------------------------------------------------- /src/sql/121.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/121.sql -------------------------------------------------------------------------------- /src/sql/122.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/122.sql -------------------------------------------------------------------------------- /src/sql/123.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/123.sql -------------------------------------------------------------------------------- /src/sql/124.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/124.sql -------------------------------------------------------------------------------- /src/sql/125.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/125.sql -------------------------------------------------------------------------------- /src/sql/126.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/126.sql -------------------------------------------------------------------------------- /src/sql/127.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/127.sql -------------------------------------------------------------------------------- /src/sql/128.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/128.sql -------------------------------------------------------------------------------- /src/sql/129.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/129.sql -------------------------------------------------------------------------------- /src/sql/13.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/sql/130.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/130.sql -------------------------------------------------------------------------------- /src/sql/131.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/131.sql -------------------------------------------------------------------------------- /src/sql/132.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/132.sql -------------------------------------------------------------------------------- /src/sql/133.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/133.sql -------------------------------------------------------------------------------- /src/sql/134.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/134.sql -------------------------------------------------------------------------------- /src/sql/135.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/135.sql -------------------------------------------------------------------------------- /src/sql/136.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/136.sql -------------------------------------------------------------------------------- /src/sql/137.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/137.sql -------------------------------------------------------------------------------- /src/sql/138.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/138.sql -------------------------------------------------------------------------------- /src/sql/139.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/139.sql -------------------------------------------------------------------------------- /src/sql/14.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/14.sql -------------------------------------------------------------------------------- /src/sql/140.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/140.sql -------------------------------------------------------------------------------- /src/sql/141.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE `games` DROP `min_unallocated_addresses`; 2 | -------------------------------------------------------------------------------- /src/sql/142.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/142.sql -------------------------------------------------------------------------------- /src/sql/143.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/143.sql -------------------------------------------------------------------------------- /src/sql/144.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/144.sql -------------------------------------------------------------------------------- /src/sql/145.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/145.sql -------------------------------------------------------------------------------- /src/sql/146.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/146.sql -------------------------------------------------------------------------------- /src/sql/147.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/147.sql -------------------------------------------------------------------------------- /src/sql/148.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/148.sql -------------------------------------------------------------------------------- /src/sql/149.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/149.sql -------------------------------------------------------------------------------- /src/sql/15.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/15.sql -------------------------------------------------------------------------------- /src/sql/150.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/150.sql -------------------------------------------------------------------------------- /src/sql/151.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/151.sql -------------------------------------------------------------------------------- /src/sql/152.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE `user_games` DROP `account_value`; 2 | -------------------------------------------------------------------------------- /src/sql/153.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/153.sql -------------------------------------------------------------------------------- /src/sql/154.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/154.sql -------------------------------------------------------------------------------- /src/sql/155.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/155.sql -------------------------------------------------------------------------------- /src/sql/156.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/156.sql -------------------------------------------------------------------------------- /src/sql/157.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/157.sql -------------------------------------------------------------------------------- /src/sql/158.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/158.sql -------------------------------------------------------------------------------- /src/sql/159.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/159.sql -------------------------------------------------------------------------------- /src/sql/16.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/16.sql -------------------------------------------------------------------------------- /src/sql/160.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/160.sql -------------------------------------------------------------------------------- /src/sql/161.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/161.sql -------------------------------------------------------------------------------- /src/sql/162.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE `games` ADD `hide_module` TINYINT(1) NULL DEFAULT '0' AFTER `public_players`; 2 | -------------------------------------------------------------------------------- /src/sql/163.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/163.sql -------------------------------------------------------------------------------- /src/sql/164.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/164.sql -------------------------------------------------------------------------------- /src/sql/165.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/165.sql -------------------------------------------------------------------------------- /src/sql/166.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/166.sql -------------------------------------------------------------------------------- /src/sql/167.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/167.sql -------------------------------------------------------------------------------- /src/sql/168.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/168.sql -------------------------------------------------------------------------------- /src/sql/169.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/169.sql -------------------------------------------------------------------------------- /src/sql/17.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/17.sql -------------------------------------------------------------------------------- /src/sql/170.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/170.sql -------------------------------------------------------------------------------- /src/sql/171.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/171.sql -------------------------------------------------------------------------------- /src/sql/172.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/172.sql -------------------------------------------------------------------------------- /src/sql/173.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/173.sql -------------------------------------------------------------------------------- /src/sql/174.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/174.sql -------------------------------------------------------------------------------- /src/sql/175.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/175.sql -------------------------------------------------------------------------------- /src/sql/176.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/176.sql -------------------------------------------------------------------------------- /src/sql/177.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/177.sql -------------------------------------------------------------------------------- /src/sql/178.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/178.sql -------------------------------------------------------------------------------- /src/sql/179.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/179.sql -------------------------------------------------------------------------------- /src/sql/18.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/18.sql -------------------------------------------------------------------------------- /src/sql/180.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/180.sql -------------------------------------------------------------------------------- /src/sql/181.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/181.sql -------------------------------------------------------------------------------- /src/sql/182.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/182.sql -------------------------------------------------------------------------------- /src/sql/183.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/183.sql -------------------------------------------------------------------------------- /src/sql/184.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/184.sql -------------------------------------------------------------------------------- /src/sql/185.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/sql/186.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/186.sql -------------------------------------------------------------------------------- /src/sql/187.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/187.sql -------------------------------------------------------------------------------- /src/sql/188.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/188.sql -------------------------------------------------------------------------------- /src/sql/189.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE `async_email_deliveries` ADD INDEX (`time_created`); 2 | -------------------------------------------------------------------------------- /src/sql/19.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/19.sql -------------------------------------------------------------------------------- /src/sql/190.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/190.sql -------------------------------------------------------------------------------- /src/sql/191.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/191.sql -------------------------------------------------------------------------------- /src/sql/192.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/192.sql -------------------------------------------------------------------------------- /src/sql/193.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/193.sql -------------------------------------------------------------------------------- /src/sql/194.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/194.sql -------------------------------------------------------------------------------- /src/sql/195.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/195.sql -------------------------------------------------------------------------------- /src/sql/196.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/sql/197.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/197.sql -------------------------------------------------------------------------------- /src/sql/198.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/198.sql -------------------------------------------------------------------------------- /src/sql/199.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/199.sql -------------------------------------------------------------------------------- /src/sql/2.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/2.sql -------------------------------------------------------------------------------- /src/sql/20.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/20.sql -------------------------------------------------------------------------------- /src/sql/200.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/200.sql -------------------------------------------------------------------------------- /src/sql/201.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/201.sql -------------------------------------------------------------------------------- /src/sql/202.sql: -------------------------------------------------------------------------------- 1 | DROP TABLE `user_strategy_blocks`; 2 | -------------------------------------------------------------------------------- /src/sql/203.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE `games` DROP `maturity`; 2 | -------------------------------------------------------------------------------- /src/sql/204.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/204.sql -------------------------------------------------------------------------------- /src/sql/205.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/205.sql -------------------------------------------------------------------------------- /src/sql/206.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/206.sql -------------------------------------------------------------------------------- /src/sql/207.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/207.sql -------------------------------------------------------------------------------- /src/sql/208.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/208.sql -------------------------------------------------------------------------------- /src/sql/209.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/209.sql -------------------------------------------------------------------------------- /src/sql/21.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/21.sql -------------------------------------------------------------------------------- /src/sql/210.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/210.sql -------------------------------------------------------------------------------- /src/sql/211.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/211.sql -------------------------------------------------------------------------------- /src/sql/212.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/212.sql -------------------------------------------------------------------------------- /src/sql/213.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/213.sql -------------------------------------------------------------------------------- /src/sql/214.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/214.sql -------------------------------------------------------------------------------- /src/sql/215.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/215.sql -------------------------------------------------------------------------------- /src/sql/216.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE `games` DROP `events_per_round`; 2 | -------------------------------------------------------------------------------- /src/sql/217.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/217.sql -------------------------------------------------------------------------------- /src/sql/218.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/218.sql -------------------------------------------------------------------------------- /src/sql/219.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/219.sql -------------------------------------------------------------------------------- /src/sql/22.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/22.sql -------------------------------------------------------------------------------- /src/sql/220.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/220.sql -------------------------------------------------------------------------------- /src/sql/221.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/221.sql -------------------------------------------------------------------------------- /src/sql/222.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/222.sql -------------------------------------------------------------------------------- /src/sql/223.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/223.sql -------------------------------------------------------------------------------- /src/sql/224.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/224.sql -------------------------------------------------------------------------------- /src/sql/225.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/225.sql -------------------------------------------------------------------------------- /src/sql/226.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/226.sql -------------------------------------------------------------------------------- /src/sql/227.sql: -------------------------------------------------------------------------------- 1 | DROP TABLE game_sellouts; 2 | -------------------------------------------------------------------------------- /src/sql/228.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/228.sql -------------------------------------------------------------------------------- /src/sql/229.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/229.sql -------------------------------------------------------------------------------- /src/sql/23.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE `games` DROP `base_currency_id`; -------------------------------------------------------------------------------- /src/sql/230.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/230.sql -------------------------------------------------------------------------------- /src/sql/231.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/231.sql -------------------------------------------------------------------------------- /src/sql/232.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/232.sql -------------------------------------------------------------------------------- /src/sql/233.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/233.sql -------------------------------------------------------------------------------- /src/sql/234.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/234.sql -------------------------------------------------------------------------------- /src/sql/235.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/235.sql -------------------------------------------------------------------------------- /src/sql/236.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/236.sql -------------------------------------------------------------------------------- /src/sql/237.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/237.sql -------------------------------------------------------------------------------- /src/sql/238.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/238.sql -------------------------------------------------------------------------------- /src/sql/239.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/239.sql -------------------------------------------------------------------------------- /src/sql/24.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/24.sql -------------------------------------------------------------------------------- /src/sql/240.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/240.sql -------------------------------------------------------------------------------- /src/sql/241.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/241.sql -------------------------------------------------------------------------------- /src/sql/242.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/242.sql -------------------------------------------------------------------------------- /src/sql/243.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/243.sql -------------------------------------------------------------------------------- /src/sql/244.sql: -------------------------------------------------------------------------------- 1 | DROP TABLE `cached_urls`; -------------------------------------------------------------------------------- /src/sql/245.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/245.sql -------------------------------------------------------------------------------- /src/sql/246.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/246.sql -------------------------------------------------------------------------------- /src/sql/247.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/247.sql -------------------------------------------------------------------------------- /src/sql/248.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/248.sql -------------------------------------------------------------------------------- /src/sql/249.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/249.sql -------------------------------------------------------------------------------- /src/sql/25.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/25.sql -------------------------------------------------------------------------------- /src/sql/250.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/250.sql -------------------------------------------------------------------------------- /src/sql/251.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/251.sql -------------------------------------------------------------------------------- /src/sql/252.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/252.sql -------------------------------------------------------------------------------- /src/sql/253.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/253.sql -------------------------------------------------------------------------------- /src/sql/254.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/254.sql -------------------------------------------------------------------------------- /src/sql/255.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/255.sql -------------------------------------------------------------------------------- /src/sql/256.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/256.sql -------------------------------------------------------------------------------- /src/sql/257.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/257.sql -------------------------------------------------------------------------------- /src/sql/258.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/258.sql -------------------------------------------------------------------------------- /src/sql/259.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/259.sql -------------------------------------------------------------------------------- /src/sql/26.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/26.sql -------------------------------------------------------------------------------- /src/sql/260.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/260.sql -------------------------------------------------------------------------------- /src/sql/261.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/261.sql -------------------------------------------------------------------------------- /src/sql/262.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/262.sql -------------------------------------------------------------------------------- /src/sql/263.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/263.sql -------------------------------------------------------------------------------- /src/sql/264.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/264.sql -------------------------------------------------------------------------------- /src/sql/265.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/265.sql -------------------------------------------------------------------------------- /src/sql/266.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/266.sql -------------------------------------------------------------------------------- /src/sql/267.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/267.sql -------------------------------------------------------------------------------- /src/sql/268.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/268.sql -------------------------------------------------------------------------------- /src/sql/269.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/269.sql -------------------------------------------------------------------------------- /src/sql/27.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/27.sql -------------------------------------------------------------------------------- /src/sql/270.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/270.sql -------------------------------------------------------------------------------- /src/sql/28.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/28.sql -------------------------------------------------------------------------------- /src/sql/29.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/29.sql -------------------------------------------------------------------------------- /src/sql/3.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/3.sql -------------------------------------------------------------------------------- /src/sql/30.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/30.sql -------------------------------------------------------------------------------- /src/sql/31.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/sql/32.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/32.sql -------------------------------------------------------------------------------- /src/sql/33.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/33.sql -------------------------------------------------------------------------------- /src/sql/34.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/34.sql -------------------------------------------------------------------------------- /src/sql/35.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/35.sql -------------------------------------------------------------------------------- /src/sql/36.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/36.sql -------------------------------------------------------------------------------- /src/sql/37.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/37.sql -------------------------------------------------------------------------------- /src/sql/38.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/38.sql -------------------------------------------------------------------------------- /src/sql/39.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/39.sql -------------------------------------------------------------------------------- /src/sql/4.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/4.sql -------------------------------------------------------------------------------- /src/sql/40.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/40.sql -------------------------------------------------------------------------------- /src/sql/41.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/41.sql -------------------------------------------------------------------------------- /src/sql/42.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/42.sql -------------------------------------------------------------------------------- /src/sql/43.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/43.sql -------------------------------------------------------------------------------- /src/sql/44.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/44.sql -------------------------------------------------------------------------------- /src/sql/45.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/45.sql -------------------------------------------------------------------------------- /src/sql/46.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/46.sql -------------------------------------------------------------------------------- /src/sql/47.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/47.sql -------------------------------------------------------------------------------- /src/sql/48.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/48.sql -------------------------------------------------------------------------------- /src/sql/49.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/49.sql -------------------------------------------------------------------------------- /src/sql/5.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/5.sql -------------------------------------------------------------------------------- /src/sql/50.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/50.sql -------------------------------------------------------------------------------- /src/sql/51.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/51.sql -------------------------------------------------------------------------------- /src/sql/52.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/52.sql -------------------------------------------------------------------------------- /src/sql/53.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/53.sql -------------------------------------------------------------------------------- /src/sql/54.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE `cached_urls` ADD INDEX (`time_fetched`); -------------------------------------------------------------------------------- /src/sql/55.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/55.sql -------------------------------------------------------------------------------- /src/sql/56.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/56.sql -------------------------------------------------------------------------------- /src/sql/57.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/57.sql -------------------------------------------------------------------------------- /src/sql/58.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/58.sql -------------------------------------------------------------------------------- /src/sql/59.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/59.sql -------------------------------------------------------------------------------- /src/sql/6.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/6.sql -------------------------------------------------------------------------------- /src/sql/60.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/60.sql -------------------------------------------------------------------------------- /src/sql/61.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/61.sql -------------------------------------------------------------------------------- /src/sql/62.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/62.sql -------------------------------------------------------------------------------- /src/sql/63.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/63.sql -------------------------------------------------------------------------------- /src/sql/64.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/64.sql -------------------------------------------------------------------------------- /src/sql/65.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/sql/66.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/66.sql -------------------------------------------------------------------------------- /src/sql/67.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/67.sql -------------------------------------------------------------------------------- /src/sql/68.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/68.sql -------------------------------------------------------------------------------- /src/sql/69.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/sql/7.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/7.sql -------------------------------------------------------------------------------- /src/sql/70.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/70.sql -------------------------------------------------------------------------------- /src/sql/71.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE `games` DROP `always_generate_coins`; -------------------------------------------------------------------------------- /src/sql/72.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/72.sql -------------------------------------------------------------------------------- /src/sql/73.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/73.sql -------------------------------------------------------------------------------- /src/sql/74.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/sql/75.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/75.sql -------------------------------------------------------------------------------- /src/sql/76.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/76.sql -------------------------------------------------------------------------------- /src/sql/77.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/77.sql -------------------------------------------------------------------------------- /src/sql/78.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/78.sql -------------------------------------------------------------------------------- /src/sql/79.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/79.sql -------------------------------------------------------------------------------- /src/sql/8.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/8.sql -------------------------------------------------------------------------------- /src/sql/80.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/80.sql -------------------------------------------------------------------------------- /src/sql/81.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/81.sql -------------------------------------------------------------------------------- /src/sql/82.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/82.sql -------------------------------------------------------------------------------- /src/sql/83.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/83.sql -------------------------------------------------------------------------------- /src/sql/84.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/84.sql -------------------------------------------------------------------------------- /src/sql/85.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/85.sql -------------------------------------------------------------------------------- /src/sql/86.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/86.sql -------------------------------------------------------------------------------- /src/sql/87.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/87.sql -------------------------------------------------------------------------------- /src/sql/88.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/88.sql -------------------------------------------------------------------------------- /src/sql/89.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/89.sql -------------------------------------------------------------------------------- /src/sql/9.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/9.sql -------------------------------------------------------------------------------- /src/sql/90.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/90.sql -------------------------------------------------------------------------------- /src/sql/91.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/91.sql -------------------------------------------------------------------------------- /src/sql/92.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/92.sql -------------------------------------------------------------------------------- /src/sql/93.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/93.sql -------------------------------------------------------------------------------- /src/sql/94.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/94.sql -------------------------------------------------------------------------------- /src/sql/95.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/95.sql -------------------------------------------------------------------------------- /src/sql/96.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/96.sql -------------------------------------------------------------------------------- /src/sql/97.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/97.sql -------------------------------------------------------------------------------- /src/sql/98.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/98.sql -------------------------------------------------------------------------------- /src/sql/99.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/99.sql -------------------------------------------------------------------------------- /src/sql/schema-base.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/schema-base.sql -------------------------------------------------------------------------------- /src/sql/schema-initial.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/sql/schema-initial.sql -------------------------------------------------------------------------------- /src/strategies/all_options_equally.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/all_options_equally.php -------------------------------------------------------------------------------- /src/strategies/apply_strategy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/apply_strategy.php -------------------------------------------------------------------------------- /src/strategies/buy_or_sell_everything.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/buy_or_sell_everything.php -------------------------------------------------------------------------------- /src/strategies/claim_from_faucet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/claim_from_faucet.php -------------------------------------------------------------------------------- /src/strategies/early_favorite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/early_favorite.php -------------------------------------------------------------------------------- /src/strategies/early_split.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/early_split.php -------------------------------------------------------------------------------- /src/strategies/favorite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/favorite.php -------------------------------------------------------------------------------- /src/strategies/highest_odds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/highest_odds.php -------------------------------------------------------------------------------- /src/strategies/late_favorite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/late_favorite.php -------------------------------------------------------------------------------- /src/strategies/monster_duels_set_odds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/monster_duels_set_odds.php -------------------------------------------------------------------------------- /src/strategies/random_options.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/random_options.php -------------------------------------------------------------------------------- /src/strategies/set_odds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/set_odds.php -------------------------------------------------------------------------------- /src/strategies/stake_inflation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/stake_inflation.php -------------------------------------------------------------------------------- /src/strategies/stock_tracker.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/stock_tracker.php -------------------------------------------------------------------------------- /src/strategies/track_asset.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/track_asset.php -------------------------------------------------------------------------------- /src/strategies/underdog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/strategies/underdog.php -------------------------------------------------------------------------------- /src/terms-of-use.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/terms-of-use.php -------------------------------------------------------------------------------- /src/tests/coins_in_existence.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/tests/coins_in_existence.php -------------------------------------------------------------------------------- /src/tests/voting_option_chars.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/tests/voting_option_chars.php -------------------------------------------------------------------------------- /src/unsubscribe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/unsubscribe.php -------------------------------------------------------------------------------- /src/views/backup_details.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/backup_details.php -------------------------------------------------------------------------------- /src/views/being_determined_events.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/being_determined_events.php -------------------------------------------------------------------------------- /src/views/buyin_currency_selector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/buyin_currency_selector.php -------------------------------------------------------------------------------- /src/views/buyin_notification_mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/buyin_notification_mail.php -------------------------------------------------------------------------------- /src/views/check_blockchain_errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/check_blockchain_errors.php -------------------------------------------------------------------------------- /src/views/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/event.php -------------------------------------------------------------------------------- /src/views/event_details.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/event_details.php -------------------------------------------------------------------------------- /src/views/event_details_modal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/event_details_modal.php -------------------------------------------------------------------------------- /src/views/faucet_button.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/faucet_button.php -------------------------------------------------------------------------------- /src/views/featured_game.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/featured_game.php -------------------------------------------------------------------------------- /src/views/game_links.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/game_links.php -------------------------------------------------------------------------------- /src/views/my_votes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/my_votes.php -------------------------------------------------------------------------------- /src/views/my_votes_table.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/my_votes_table.php -------------------------------------------------------------------------------- /src/views/peer_status_label.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/peer_status_label.php -------------------------------------------------------------------------------- /src/views/public_peer_details.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/public_peer_details.php -------------------------------------------------------------------------------- /src/views/request_join_faucet_mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/request_join_faucet_mail.php -------------------------------------------------------------------------------- /src/views/sellout_currency_selector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/sellout_currency_selector.php -------------------------------------------------------------------------------- /src/views/sellout_notification_mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/sellout_notification_mail.php -------------------------------------------------------------------------------- /src/views/speedup_email.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/speedup_email.php -------------------------------------------------------------------------------- /src/views/status_footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/views/status_footer.php -------------------------------------------------------------------------------- /src/wallet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolyCash/polycash/HEAD/src/wallet.php --------------------------------------------------------------------------------