Skip to content

Lysianthus/enthusiast

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 2 commits ahead of angelasabas:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%