Basicly this repo, but I've added XenForo authentication which check the user/pass from server-side and returns rank on succesful login e.g. Admin/VIP/other rank name from XenForo. This essentially is made for authenticating subscriptions by checking the rank of the forum-user. If the correct rank is returned, then access to load cheat is given.
It works with default installation of XenForo.
- You need to put "login.php" file in your web-hotel (put it in standard XenForo folder) and update the database settings.
- Update a few lines of code and that should be all.
✅ Added nice colorways (Cinder + 6 custom ones)
❌ Add "days left" to rank VIP to track subscriptions. (or other rank)
✅ Added TLS/SSL encryption (btw... SHA-1 encryption on hashed passwords by default for XenForo)
❌ Add more customizations to the UI
Use a secure database password (it can be up to 128 characters - maybe even change it regularly)
Use a reliable/secure web-hosting
Add/make a script that notifies you with a mail to your personel/work mail-address when something fishy is going on in the database, so you can react quickly.
Maybe even change the hashing of passwords in XenForo from SHA-1 to SHA-256. (after taking a look at the XenForo src I think it's pretty easy to convert it to use SHA-256 instead)
If you really want to go all-in, then look up Cloudflare WAF
I don't know why, but instead of going to sleep I produced this.... :P