Skip to content

Lysianthus/enthusiast

 
 

Repository files navigation

Enthusiast

Enthusiast, but using PDO instead of the deprecated MySQL extension. Requires at least PHP 5.4, and compatible with PHP 7.

Changes

  • Converted all mysql_* functions to PDO
  • Replaced all instances of TYPE=MyISAM with ENGINE=MyISAM
  • Replaced ereg() with preg_match()
  • Updated PEAR to v1.10.5
  • Updated PEAR/Mail to v1.4.1

Upgrading

If you are using this version of Enthusiast:

  1. Back up all your current Enthusiast configurations, files, and databases first.
  2. Take note of your database information in all your config.php files.
  3. Download an archive of this repository. Extract the archive.
  4. Replace your current enthusiast/ files with the enthusiast/ files from this repository.
  5. In every fanlisting folder, paste the config.sample.php file. Edit your database information and listing ID variable accordingly, and save it as config.php to overwrite your old one.

About

A listing and listing collective management system. Updated for PHP 7.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.2%
  • Other 0.8%