|
|
@ -62,21 +62,43 @@ doHeader("Support Trinity", "Donate", "_");
|
|
|
|
echo " <fieldset>\n";
|
|
|
|
echo " <fieldset>\n";
|
|
|
|
echo " <legend>Via PayPal</legend>\n";
|
|
|
|
echo " <legend>Via PayPal</legend>\n";
|
|
|
|
echo " Donations through PayPal has been temporarily disabled until";
|
|
|
|
echo " Donations through PayPal has been temporarily disabled until";
|
|
|
|
echo " we prepare a way to make donation transactions transparent";
|
|
|
|
echo " we prepare a way to make donation transactions transparent for";
|
|
|
|
echo " for everyone. Please donate in Bitcoin for the time being.\n";
|
|
|
|
echo " everyone. Please donate using another method for the time being.\n";
|
|
|
|
echo " </fieldset>\n";
|
|
|
|
echo " </fieldset>\n";
|
|
|
|
echo " </p>\n";
|
|
|
|
echo " </p>\n";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if ( 1 /* enable BitCoin */ )
|
|
|
|
if ( 1 /* credit card or bank transfer */ )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
echo " <p>\n";
|
|
|
|
echo " <p>\n";
|
|
|
|
echo " <fieldset>\n";
|
|
|
|
echo " <fieldset>\n";
|
|
|
|
echo " <legend>Via BitCoin</legend>\n";
|
|
|
|
echo " <legend>Via Credit Card or Bank Transfer</legend>\n";
|
|
|
|
|
|
|
|
echo " You can use some exchanges which allow bank transfer or";
|
|
|
|
|
|
|
|
echo " transfer by credit card to send a fiat currency and automatically";
|
|
|
|
|
|
|
|
echo " send Bitcoins to the TDE Bitcoin wallet.\n";
|
|
|
|
|
|
|
|
echo " These exchanges do not require any registration,";
|
|
|
|
|
|
|
|
echo " so they are quite convenient to use.<br/>\n";
|
|
|
|
|
|
|
|
echo " For example:<br/>\n";
|
|
|
|
|
|
|
|
echo " <ul>\n";
|
|
|
|
|
|
|
|
echo " <li>to use a bank transfer of Euros, you can use";
|
|
|
|
|
|
|
|
echo " <a href=\"https://www.anycoin.cz/exchange\">Anycoin.cz</a>";
|
|
|
|
|
|
|
|
echo " (you can change the interface to English using the Settings Gear -> Jazyk combobox)</li>\n";
|
|
|
|
|
|
|
|
echo " <li>to transfer by credit card, you can use";
|
|
|
|
|
|
|
|
echo " <a href=\"https://simpleswap.io/exchange?from=usd&to=btc&amount=45\">SimpleSwap.io</a></li>\n";
|
|
|
|
|
|
|
|
echo " </ul>\n";
|
|
|
|
|
|
|
|
echo " TDE wallet address: <b>bc1q52gwsfps0acdg5rdekjhzvch4a6tf5pc036e5z</b><br/>\n";
|
|
|
|
|
|
|
|
echo " </fieldset>\n";
|
|
|
|
|
|
|
|
echo " </p>\n";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( 1 /* enable Bitcoin */ )
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
echo " <p>\n";
|
|
|
|
|
|
|
|
echo " <fieldset>\n";
|
|
|
|
|
|
|
|
echo " <legend>Via Bitcoin</legend>\n";
|
|
|
|
echo " Donate <a href='donate-btc0002' target='donate_btc'>0.2 mBTC</a> – \n";
|
|
|
|
echo " Donate <a href='donate-btc0002' target='donate_btc'>0.2 mBTC</a> – \n";
|
|
|
|
echo " <a href='donate-btc0005' target='donate_btc'>0.5 mBTC</a> – \n";
|
|
|
|
echo " <a href='donate-btc0005' target='donate_btc'>0.5 mBTC</a> – \n";
|
|
|
|
echo " <a href='donate-btc001' target='donate_btc'>1 mBTC</a> – \n";
|
|
|
|
echo " <a href='donate-btc001' target='donate_btc'>1 mBTC</a> – \n";
|
|
|
|
echo " <a href='donate-btc' target='donate_btc'>other mBTC</a> to TDE!<br />\n";
|
|
|
|
echo " <a href='donate-btc' target='donate_btc'>other mBTC</a> to TDE!<br />\n";
|
|
|
|
echo " <iframe src='donate-btc0005' name='donate_btc' width='400' height='600' style='border:none;' title='Donate via BitCoin'></iframe><br />\n";
|
|
|
|
echo " <iframe src='donate-btc0005' name='donate_btc' width='400' height='600' style='border:none;' title='Donate via Bitcoin'></iframe><br />\n";
|
|
|
|
echo " </fieldset>\n";
|
|
|
|
echo " </fieldset>\n";
|
|
|
|
echo " </p>\n";
|
|
|
|
echo " </p>\n";
|
|
|
|
}
|
|
|
|
}
|
|
|
|