Skip to content

louyang/pixelpost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixelpost - a PHP photo blog

Revision of the original pixelpost to make it [mostly] work with PHP7.0 and above.

Remark:

  1. patched the codes to make it work with PHP7.4 and MariaDB10.5;
  2. abandoned the original installation steps - installation now can be done by importing the sql database into MariaDB (localhost.sql);
  3. code tuned and updated for my personal preference;
  4. a few functions that I don't need are not fixed;
  5. use with your own risk;

Installation:

  1. install apache2/nginx/httpd/other web servers;
  2. install PHP (works with PHP7.x and PHP8.x, not backward compatible);
  3. install MariaDB ([should] work with 5.0 and above) and phpmyadmin (optional);
  4. import localhost.sql for initial installation (recommend to use phpmyadmin);
  5. change mysql connect parameters in /includes/pixielpost.php;

About

Revision of the original pixelpost to make it [mostly] work with PHP7.0 and above

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors