whotooktwarden
released this
Updated documentation regarding single page layout template to readme. Fixed include.php, header.php, and footer.php errors occurring within both templates.
Now that the IRBA has dissolved, irba.php is a redundant page included within this package just in case a similar organization emerges in the future.
Assets
2
whotooktwarden
released this
This release includes a major update to the Roast Coins Web API. See pull #46 for all changes and the Documentation.
Assets
2
whotooktwarden
released this
This pre-release version is pending testing in conjunction with Roast Coins.
Assets
2
whotooktwarden
released this
I have released examples of how to use the API and package in conjunction with four Instant Payment Notification (IPN) example scripts released in this update. Merry Christmas everyone and here's to a great New Year!
Assets
2
whotooktwarden
released this
This pre-release update features:
-A security update
-Improved statistics page
-Adjustments to setup.sh
For those of you who will be implementing cryptocurrency transactions for your Gateway, instead of the whole number with a limit of 6 digits regular expression, use this regular expression:
$amount_exp = '/([0-9]{1,6})\.{1}([0-9]{1,8})/';
Please note that within this format, users must specify their deposit/withdrawal requests in the format 0.12345678 for fractional withdrawals and 1.0 for whole number withdrawals.
Assets
2
whotooktwarden
released this
There was invalid syntax within the main documents and within footer.php. This pre-release fixes those issues so that pages will not load correctly.
Assets
2
whotooktwarden
released this
A la my last blog post, here is the latest up to date pre-release version of QGK.
Assets
2
whotooktwarden
released this
This update includes a header and footer script that will easily replicate the menu bar hyper-links, the copyright notice, the Terms of Service link, and the license information among all of the public pages.
Updated the README.md.
QGK has released scripts to assist with creating a MySQL database for storing public and private keys to be associated with user's cryptocurrency deposits. Please see here for more information regarding this update.
Assets
2
whotooktwarden
released this
Created an example irba.php page.
Added and polished fetch.php, a statistics page.
Added link to stats page within index.php.
Updated version in include.php.
Assets
2
whotooktwarden
released this
This release features:
Documentation for the public QGK ripple-REST server access
Documentation for Products and Services use cases
A script, tables.php, used to create HTML tables as the developer requires
products.php, a template for Ripple web stores
Stay tuned for (a hopefully awesome) services use case, which you can gather from the documentation..