Enthusiast, but using PDO instead of the deprecated MySQL extension. Requires at least PHP 5.4, and compatible with PHP 7.
- Converted all mysql_* functions to PDO
- Replaced all instances of
TYPE=MyISAM
withENGINE=MyISAM
- Replaced
ereg()
withpreg_match()
- Updated PEAR to v1.10.5
- Updated PEAR/Mail to v1.4.1
If you are using this version of Enthusiast:
- Back up all your current Enthusiast configurations, files, and databases first.
- Take note of your database information in all your
config.php
files. - Download an archive of this repository. Extract the archive.
- Replace your current
enthusiast/
files with theenthusiast/
files from this repository. - In every fanlisting folder, paste the
config.sample.php
file. Edit your database information and listing ID variable accordingly, and save it asconfig.php
to overwrite your old one.