diff --git a/donate.php b/donate.php index bcd2173..85ef1d6 100644 --- a/donate.php +++ b/donate.php @@ -62,21 +62,43 @@ doHeader("Support Trinity", "Donate", "_"); echo "
\n"; echo " Via PayPal\n"; echo " Donations through PayPal has been temporarily disabled until"; - echo " we prepare a way to make donation transactions transparent"; - echo " for everyone. Please donate in Bitcoin for the time being.\n"; + echo " we prepare a way to make donation transactions transparent for"; + echo " everyone. Please donate using another method for the time being.\n"; echo "
\n"; echo "

\n"; } - if ( 1 /* enable BitCoin */ ) + if ( 1 /* credit card or bank transfer */ ) { echo "

\n"; echo "

\n"; - echo " Via BitCoin\n"; + echo " Via Credit Card or Bank Transfer\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.
\n"; + echo " For example:
\n"; + echo " \n"; + echo " TDE wallet address: bc1q52gwsfps0acdg5rdekjhzvch4a6tf5pc036e5z
\n"; + echo "
\n"; + echo "

\n"; + } + if ( 1 /* enable Bitcoin */ ) + { + echo "

\n"; + echo "

\n"; + echo " Via Bitcoin\n"; echo " Donate 0.2 mBTC – \n"; echo " 0.5 mBTC – \n"; echo " 1 mBTC – \n"; echo " other mBTC to TDE!
\n"; - echo "
\n"; + echo "
\n"; echo "
\n"; echo "

\n"; }