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
- Host: GitHub
- URL: https://github.com/metaspartan/oreserve
- Owner: metaspartan
- License: mit
- Created: 2019-09-16T19:12:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T19:11:03.000Z (over 5 years ago)
- Last Synced: 2025-01-26T12:44:42.576Z (over 1 year ago)
- Topics: centralized, libertyreserve, money, mysql, oreserve, payment, php, processor
- Language: PHP
- Size: 341 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: change_email.php
- License: COPYING
Awesome Lists containing this project
README
# oReserve - Online Money Reserve

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