|
CommunityEdition
Clipperz Online Password Manager - Community Edition.
Clipperz Online Password Manager - Community EditionClipperz Community Edition allows you to host on your own server a web service identical to Clipperz online password manager. It’s open source and released under an AGPL v3 license. But why would you prefer the Community Edition over the popular online service?
However Clipperz Community Edition is not suitable for mass deployments since it lacks several critical capabilities such as bot protection. If you want to offer your Clipperz installation to a wide audience get in contact with us. Instructions
$configuration['db'] = 'clipperz'; // database name $configuration['host'] = 'localhost'; // database host $configuration['user'] = 'root'; // database user $configuration['pass'] = 'pass'; // database password $configuration['port'] = '3306'; // database port Additional informationOnce the application is successfully installed, it is probably a good idea to remove, disable or protect the whole /php/setup/ folder, in order to avoid anyone from deleting random records from the database. Your data will not be leaked, but it would be possible to delete them anyway. The PHP code is quite simple, but there are a few dependency on external library that you may have to include, depending of the version of PHP you are using. The code has been compiled using PHP 5.1.6 The POG class definitions have been configured for use with PHP 5.1+ For added convenience, we have added a page at /php/test.php that reports the detailed PHP configuration available on your computer. |