An open API service indexing awesome lists of open source software.

https://github.com/metaspartan/oreserve

oReserve - An Online Money Reserve built in PHP/MySQL
https://github.com/metaspartan/oreserve

centralized libertyreserve money mysql oreserve payment php processor

Last synced: about 2 months ago
JSON representation

oReserve - An Online Money Reserve built in PHP/MySQL

Awesome Lists containing this project

README

          

# oReserve - Online Money Reserve
![logo](https://i.imgur.com/iLgnkQW.png)

By Carsen Klock
* This is a proof of concept I wrote in 2007-2009 attempting to clone the currently avaiable online money reserve systems at the time LibertyReserve/e-Gold/etc., before Bitcoin or cryptocurrencies were around.

This was written with PHP 4/5, I have since roughly updated the MySQL calls to support PHP 7+ and MySQL/MySQLi Latest. If you run into issues, feel free to make a PR request! This is an old script that I thought I should open source at this point, others can feel free to learn from it or take from it. Probably won't go far as crypto is the future.

## Instructions

* Edit /php/inc.config.php and fill in MySQL values and other relevant information

* Execute DB.sql in phpMyAdmin and remove from web root

* Email templates are in /email_templates/*

* Get an SSL certificate for stronger encryption for the site and ensure that your site is https from the step above this one, Also ensure your MySQL DB is secured.

## License
See COPYING, Released under the MIT Open Source License