Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Changelog

Brayd edited this page Jan 3, 2022 · 3 revisions

Changelog

On this page all major changes to the code and therefore the website are documented.

03 January 2022

  • 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

02 January 2022

Initial commit

Clone this wiki locally