User information:
$user->username //this is the users username
$user->ltc_balance //this is the users litecoin balance
?>
etc...
And we can add text for peoedit for translations like so:
?>
It's coming along quite well. Keep checking back.
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
$lang = array();
//dashboard
$lang['buycoin'] = "Buy";
$lang['sellcoin'] = "Sell";
$lang['ammountof'] = "Ammount of";
$lang['valueof'] = " Value of";
$lang['totalpriceof'] = "Total Price of";
$lang['buyingorders'] = " Buying Orders";
$lang['sellingorders'] = "Selling Orders";
$lang['calculatetotal'] = "Calculate Total";
$lang['tostitle'] = "Terms of Service";
//register page
$lang['registertitle'] = "Register Form";
$lang['firstname'] = "First Name";
$lang['lastname'] = "Last Name";
$lang['username'] = "Username";
$lang['email'] = "Email";
$lang['password'] = "Password";
$lang['passwordconfirm'] = "Confirm Password";
$lang['passwordrequirements'] = "Password Requirements";
$lang['passwordchars']= "8 characters minimum";
$lang['passworduper'] = "1 or more upper-case letters";
$lang['passwolower'] = "1 or more lower-case letters";
$lang['passwordspecial'] = "1 or more digits or special characters";
$lang['registersecurity'] = "
These security questions will not be changeable or visible after registration.
If you lose access to your email/account, we will use these questions as part of the process to grant access to your account.";
//faq page
//Faq 1
$lang['faq1question'] = 'I\'ve never heard of Bitcoins, what exactly are they?';
$lang['faq1answer'] = "
Developed in 2009, Bitcoin (frequently referred to as BTC) is a digital form of currency,
revolutionizing the world by becoming the first online currency able to be traded between individuals without a
\"middle man.\" This means that users of the Bitcoin system are able to trade Bitcoins with one another without
going through a payment processor such as a bank, allowing you the freedom to buy, sell and trade as you please.
For a lot more information check How it works or the official Bitcoin site Bitcoin .";
//Faq 2
$lang['faq2question'] = 'Is trading bitcoins and the usage of website legal?';
$lang['faq2answer'] = "
btc is a deposit collector for real money and virtual currency bitcoins (BTC), so yes.
Trading and having an account with btc.com is legal. It is your personal responsibility to
declare any profit, accumulated by trading with BTC through btc";
//Faq 3
$lang['faq3question'] = 'Is my information/identity safe when using Bitcoin?';
$lang['faq3answer'] = "
Yes! Using a system established upon obscurity and encoding, Bitcoin is extremely secure. btc will not dispense,
broadcast, nor vend your information to any parties. It should be noted though, that if and when it is requested
by government agencies that . btc disclose information relating to user activity and/or contact information we
will comply. Since your personal Bitcoins are maintained on your computer, it is imperative that you take
additional steps to ensure that your Bitcoin wallet remains protected from users other than yourself. You
should take the necessary precautions to keep your own Bitcoin wallet (on your computer) safe from third
party access.";
//Faq 4
$lang['faq4question'] = 'How do I get started?';
$lang['faq4answer'] = "
Simply sign up for an account on the btc website- don't worry, it is absolutely free!
Once you have created your account you need to place funds into the account using an approved
means of deposit. You are now ready to begin purchasing and selling Bitcoins on the btc website.
btc trade system will always match your offer with the optimal benefit for you.";
?>