SMF does not officially support running version 2.0.x with PHP 7.0. This is due to PHP removing the mysql library in favor of more secure MySQLi library. To get around this if you have root access to your server, you could manually build in the old mysql library functions. Or you know, build compatibility functions. I’m …
Tag: PHP
Pastebin rewrote
I have taken my original code I wrote for my SMF powered pastebin and rewrote this script. This was a massive rewrite from the original code and hopefully it works out well for anyone else who is looking into using it. I wrote it so it should be plugable with different databases, user information and …
SMF Package Manager Generator
Hello, Originally I had wrote my original SMF Package Manager Generator a few years ago. It was sloppy coding, poor JavaScript and relied heavily on the server. Not my absolute best work, but was something I was proud on at the time from my efforts to dive into JavaScripting. However, todays times are different. So …