The repository of Ranchi Mall Florincoin Exchange platform. Live application:
Go to file
tripathyr d1abf710bb
Update transfer_tokens.php
Removed an error converting numbers into string leading to transfers of RMTs not being proper
2025-06-29 08:20:24 +05:30
ajax Update transfer_tokens.php 2025-06-29 08:20:24 +05:30
api updated facebook sdk to version 5.6 2018-07-11 20:57:52 +05:30
classes Update Users.php 2021-12-11 11:43:28 +05:30
css Update custom.css 2021-11-24 10:39:01 +05:30
images Added new FB sdk, request overload isue fixed, RMT trade upto 10 decimal place, send or recieve payment in BTC 2017-12-10 02:45:10 +05:30
includes Update config.example.php 2022-04-12 16:48:32 +05:30
js Update notify.js 2022-04-12 17:38:55 +05:30
less all functionalities complete. graph remains 2017-10-18 19:01:00 +05:30
views Update header.php 2023-08-16 14:32:48 +05:30
.gitignore updated facebook sdk to version 5.6 2018-07-11 20:57:52 +05:30
.htaccess all functionalities complete. graph remains 2017-10-18 19:01:00 +05:30
acc_deact.php Create acc_deact.php 2022-04-12 16:17:28 +05:30
approve_newusers.php Create approve_newusers.php 2022-04-12 16:18:51 +05:30
autoload.php First commit: No real tokens currently. 2017-09-16 19:58:21 +05:30
composer.json updated facebook sdk to version 5.6 2018-07-11 20:57:52 +05:30
composer.lock updated facebook sdk to version 5.6 2018-07-11 20:57:52 +05:30
footer.php Update footer.php 2022-04-12 16:37:53 +05:30
gulpfile.js all functionalities complete. graph remains 2017-10-18 19:01:00 +05:30
index.php Update index.php 2022-04-12 16:27:30 +05:30
logout.php Update logout.php 2022-04-12 16:28:59 +05:30
package.json all functionalities complete. graph remains 2017-10-18 19:01:00 +05:30
pageNotFound.php Added new FB sdk, request overload isue fixed, RMT trade upto 10 decimal place, send or recieve payment in BTC 2017-12-10 02:45:10 +05:30
README.md updated facebook sdk to version 5.6 2018-07-11 20:57:52 +05:30
registerUser.php Add files via upload 2022-04-12 16:26:08 +05:30
rm_root.php Update rm_root.php 2022-04-12 17:42:28 +05:30
view_all_messages.php Update view_all_messages.php 2022-04-12 16:30:24 +05:30
view_all_my_orders_list.php Update view_all_my_orders_list.php 2022-04-12 16:31:19 +05:30
view_all_my_transactions.php Update view_all_my_transactions.php 2022-04-12 16:32:04 +05:30
view_all_recent_transactions.php Update view_all_recent_transactions.php 2022-04-12 16:32:42 +05:30
view_all_traders_list.php Update view_all_traders_list.php 2022-04-12 16:33:11 +05:30

License

Copyright (c) 2017-2018 GitHub Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

flo-exchange

This is a code for setting up an online exchange or trading platform.

The script contains basic functionalities of buying, selling and market order of, in fact, any article that can be traded online (Florincoin tokens in our case). The system also contains a basic Facebook authentication system to store users basic information. The website has basic display of users, transactions and other important features that an exchange site is supposed to have.

Getting started

To get started all you need to do is configure tow files:

1. config.php
	- You can find this file in includes folder. Provide correct details of
	DB_HOST i.e Database host (normally 127.0.0.1),
	DB_NAME i.e Database name,
	DB_USER i.e Database user,
	DB_PASS i.e Database password

2. fbconfig.php
	You need to setup a Facebook app on developer.facebook.com
	Then provide app_id, app_secret and correct $loginUrl in fbconfig.php file

Once you have done this you are all set to go.