This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
Brayd edited this page Jan 3, 2022
·
3 revisions
On this page all major changes to the code and therefore the website are documented.
- IP addresses are now being saved as a SHA256 hash in the database. Because IPv4 addresses are limited every hash should be known. Therefore, I added the variable $salt which you can change to add your fixed salt. The hashed value in the database therefore is "IP + SALT". This way the IP addresses don't get exposed in case the database get's hacked. -> Which also means no user specific data is saved more than 24 hours and all user specific data is protected trough a salted hash.
- Positioned the buttons to vote below the statistics and added a text to explain, that people can send their vote by pressing one of the buttons.
- Added the link to this GitHub repo to the footer
- Added Bitrue as an exchange
- Added iota.php as libary/submodule
- Added function to fetch IOTA wallet balances
- Display balance for Binance.com hot & cold wallet
Initial commit