Llama Punter Version 5. Released November 2019 ------------------------------------------- This version was released due to our hosting company finally forcing us to upgrade to PHP 7.x since 5.6 has been retired last year. We were waiting out on this as our whole suite was written in 2007-2008 when MySQL_ class functions were still used. Everything had to be rewritten to MySQLi (improved) classes. Along with this, I went through and rewrote and optimized a pile of the code to be more efficient and more secure. Llama Punter was the first full suite I have ever written and since then I have gone to build several more suites and improving my coding skill. ------------------------------------------ [OVERHAUL] All scripts were adapted from MySQL_ to MySQLi_ extensions. [Improved] Error messages with more detail and less debuggy type messages. [Fix] Fixed database connection methods, less disconnects and reconnects. [Fix] Fixed issue where inserting a global ban could not process as intended. [Fix] Fixed issue where inserting a admin ban could not be processed as intended. [Remove] Removed country list on the Tracking page. The site we used to determine country has been offline for many years. The information is no longer reliable. [Fix] Fixed up the handling of sessions and made them more organized. [Fix] Fixed redirect bug not terminating when trying to delete global ban. [Fix] Patched potential SQL Injection on deleting a ban (needed source code to know how to do it though, private source code) [Remove] Removed UTAN Ban Manager 1.04, the mutator while still supported is not recommended. Our LPN Ban Manager is essentially same thing but configured to work with our system right out of the box. [Fix] Added more checks when doing a GUID lookup, if it doesn't fit the right pattern it will not let the page attempt to load. Now it does. [Remove] Removed the detection for VPN/TOR Exit Nodes (because they haven't been maintained. Removed references from the UTAN Emulation System. Revision 5.0.1 on April 5th 2020 [Fix] Repaired the subscription for admins to subscribe to other admins. [Add] Added the global join feed on the admin homepage (after signing in) per request.