Skip to content

bussnet/server-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotoBackup PHP server

The PHP implementation of PhotoBackup server, made with core PHP functions.

Installation

Copy the files in a PHP-enabled webdirectory.

Apache should enable mod_rewrite and accept .htaccess files.

Configuration

To Configure the server, change the constants/variables in the index.php:

  • MEDIA_ROOT, the directory where the pictures are written in ;
  • PASSWORD, the password as cleartext SIMPLE BUT NOT RECOMMEND ;
  • $pw_hash, the sha512 hased password - if emtpy, the PASSWORD will be hashed
  • $logfile, the path to a logfile - if emtpy/null, logging is disabled

About

The PHP PhotoBackup server implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 57.2%
  • Smarty 39.5%
  • ApacheConf 3.3%