Pages:
Author

Topic: Building an opensource exchange from scratch - page 3. (Read 4869 times)

full member
Activity: 134
Merit: 100
December 13, 2014, 12:04:13 PM
#29
Added to MVC. Can make things easier for developers to access certain stuff for an example:

User information:

Code:
$user->btc_balance //this would pull the users bitcoin balance
$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:
Code:
echo _ex("Tex you want trasnlating");
?>


It's coming along quite well. Keep checking back.
full member
Activity: 134
Merit: 100
December 13, 2014, 09:57:40 AM
#28
Not yet, but near project release I'll get one Smiley


Also guys added gettext for translations.
sr. member
Activity: 266
Merit: 250
December 12, 2014, 01:23:55 AM
#27
Nice work, do you have a github account ?
full member
Activity: 134
Merit: 100
December 12, 2014, 01:12:45 AM
#26
Added gzip to header so the html is now compressed load times are faster.
member
Activity: 97
Merit: 10
December 11, 2014, 01:16:30 AM
#25
PM me when you have it done and I'll look through the code for any possible security flaws.
full member
Activity: 134
Merit: 100
December 10, 2014, 10:22:15 PM
#24
Sweet projects you have going here Gentleman,

Does this exchange project allow me to directly import my private key to use my coins without trusting any deposit?


Sincerely,
Dallyshalla
I'm not too sure how I'll implement that, can you give me a website that is using that feature?
hero member
Activity: 854
Merit: 500
December 10, 2014, 09:29:56 PM
#23
I'm more of a design guy (front end)  and I must say. The design is awesome


Thanks brother Smiley
never mind, great to see some amazing open source work going on in the bitcoin ecosystem, if you need help with css, html or any design, please let me know, ill be more than happy to help you
newbie
Activity: 15
Merit: 0
December 10, 2014, 09:12:08 PM
#22
Sweet projects you have going here Gentleman,

Does this exchange project allow me to directly import my private key to use my coins without trusting any deposit?


Sincerely,
Dallyshalla
full member
Activity: 134
Merit: 100
December 10, 2014, 07:27:16 PM
#21
Guys, I will e uploading a demo site of it soon so it can be tested it's not finished, but want to see if there's any bugs/glitches/hacks
full member
Activity: 134
Merit: 100
December 10, 2014, 12:24:43 PM
#20
I'm more of a design guy (front end)  and I must say. The design is awesome


Thanks brother Smiley
hero member
Activity: 854
Merit: 500
December 10, 2014, 12:16:39 PM
#19
I'm more of a design guy (front end)  and I must say. The design is awesome
full member
Activity: 134
Merit: 100
December 10, 2014, 11:38:11 AM
#18
We can now trade coins guys. Big step forward.
full member
Activity: 134
Merit: 100
December 09, 2014, 08:33:53 PM
#17
Calculate fees done.
full member
Activity: 134
Merit: 100
December 09, 2014, 02:33:28 PM
#16
Bitcoins can now be deposited.
full member
Activity: 134
Merit: 100
December 08, 2014, 08:01:37 PM
#15
oh nooo. php!  Smiley Why not use javascript? hehe

Lol what do you think.
full member
Activity: 196
Merit: 100
December 08, 2014, 07:45:55 PM
#14
oh nooo. php!  Smiley Why not use javascript? hehe
full member
Activity: 134
Merit: 100
December 08, 2014, 07:00:26 PM
#13
More Features, give me feedback.
full member
Activity: 134
Merit: 100
December 08, 2014, 10:46:16 AM
#12
Help translate guys, I'll adding more so keep an eye out for this updated post

Code:

$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."




?>
full member
Activity: 134
Merit: 100
December 08, 2014, 09:24:23 AM
#11
clean design!

I hope more than just exchange system, and one more, please add more language because most users in my country can't use english perfectly.
I think this can be diferent with another exchange sites Cheesy

*just my opinion

Added a language option, but it will need translating, Once it's released we can all translate it.
legendary
Activity: 2044
Merit: 1075
Leading Crypto Sports Betting & Casino Platform
December 08, 2014, 08:15:59 AM
#10
clean design!

I hope more than just exchange system, and one more, please add more language because most users in my country can't use english perfectly.
I think this can be diferent with another exchange sites Cheesy

*just my opinion
Pages:
Jump to: